v2

latestOpenAPI 3.1.02026-07-2675166192.8 KB
Images

Start Image Build

Start the image build process after uploading the build context.

This creates a sandbox with Docker-in-Docker to build and push the image.

post/api/v1/images/build/{build_id}/start

Path parameters

build_idstring required

Request body

context_uploadedboolean

Confirmation that context was uploaded

Response

Successful Response

idstring required

Public identifier for the logical build group

imageNamestring required

Name of the image being built

imageTagstring required

Tag of the image being built

status'PENDING' | 'UPLOADING' | 'BUILDING' | 'COMPLETED' | 'FAILED' | 'CANCELLED' required
createdAtstring date-time required

Timestamp when the build was created

startedAtstring date-time nullable

Timestamp when the build started

completedAtstring date-time nullable

Timestamp when the build completed