Initiate an image build process.
Returns a presigned URL to upload the build context (tar.gz file). After uploading, call /images/build//start to begin the build.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Request model for building an image.
Image name (e.g., 'myapp')
Image tag (e.g., 'v1.0.0')
Path to Dockerfile within build context
Target platform (linux/amd64 or linux/arm64)
linux/amd64, linux/arm64