Remote Image Build Args
Constructors
Properties
The configuration for the authentication
Path to a file where the buildx log are written to. Only available when builder
is set. If not set, no logs are available. The path is taken as is, so make sure to use a path that is available.
Images to consider as cache sources
Optional parent cgroup for the container
Value to specify the build context. Currently, only a PATH
context is supported. You can use the helper function '${path.cwd}/context-dir'. This always refers to the local working directory, even when building images on remote hosts. Please see https://docs.docker.com/build/building/context/ for more information about build contexts.
CPUs in which to allow execution (e.g., 0-3
, 0
, 1
)
MEMs in which to allow execution (0-3
, 0
, 1
)
Name of the Dockerfile. Defaults to Dockerfile
.
A list of hostnames/IP mappings to add to the container’s /etc/hosts file. Specified in the form "hostname:IP"
Always remove intermediate containers
Total memory (memory + swap), -1 to enable unlimited swap
Set the networking mode for the RUN instructions during build
Attempt to pull the image even if an older image exists locally
A Git repository URI or HTTP/HTTPS context URI. Will be ignored if builder
is set.
Set build-time secrets. Only available when you use a buildx builder.
The security options
Suppress the build output and print image ID on success
Configuration for ulimits