Builds
Stream build events (SSE)
ModelsExpand Collapse
type Build struct{…}
Build job identifier
Build creation timestamp
Status BuildStatusBuild job status
Build job status
Instance ID of the builder VM (for debugging)
Build completion timestamp
Build duration in milliseconds
Error message (only when status is failed)
Digest of built image (only when status is ready)
Full image reference (only when status is ready)
Pinned base image digest used
BuildKit version used
Map of lockfile names to SHA256 hashes
SHA256 hash of source tarball
Build completion timestamp
Position in build queue (only when status is queued)
Build start timestamp
type BuildEvent struct{…}
Event timestamp
Type BuildEventTypeEvent type
Event type
Log line content (only for type=log)
New build status (only for type=status)
New build status (only for type=status)
type BuildPolicy struct{…}
Number of vCPUs for builder VM (default 2)
Memory limit for builder VM (default 2048)
NetworkMode BuildPolicyNetworkModeoptionalNetwork access during build
Network access during build
Maximum build duration (default 600)
type BuildProvenance struct{…}
Pinned base image digest used
BuildKit version used
Map of lockfile names to SHA256 hashes
SHA256 hash of source tarball
Build completion timestamp
type BuildStatus stringBuild job status
Build job status