Start the image build process after uploading the build context.
This creates a sandbox with Docker-in-Docker to build and push the image.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request model to start the build after upload.
Confirmation that context was uploaded
Successful Response
Response model for build status.
Unique identifier for the build
Name of the image being built
Tag of the image being built
Current build status
PENDING, UPLOADING, BUILDING, COMPLETED, FAILED, CANCELLED Timestamp when the build was created
Full registry path to the image
Error message if build failed
Timestamp when the build started
Timestamp when the build completed