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.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
Request model to start the build after upload.
Confirmation that context was uploaded
Response
Successful Response
Response model for a logical build group.
Public identifier for the logical build group
Name of the image being built
Tag of the image being built
Aggregated build-group status
PENDING, UPLOADING, BUILDING, COMPLETED, FAILED, CANCELLED Timestamp when the build was created
Timestamp when the build started
Timestamp when the build completed
Artifact rows associated with this build group