Build |
Build.alwaysPull() |
Create a new Build command that is a copy of this Build
command with the --pull option applied.
|
Build |
Build.buildArgs(Object... args) |
Obtain a Build command that is a copy of this Build
command with the specified --build-args option.
|
Build |
Build.buildContextAt(File location) |
Obtain a Build command that is a copy of this Build
command with the specified build context location.
|
Build |
Build.buildContextAt(URL location) |
Obtain a Build command that is a copy of this Build
command with the specified build context location.
|
Build |
Build.cgroupParent(String parent) |
Create a new Build command that is a copy of this Build
command with the --cgroup-parent option applied.
|
Build |
Build.cpuPeriod(int value) |
Create a new Build command that is a copy of this Build
command with the --cpu-period option applied.
|
Build |
Build.cpuQuota(int value) |
Create a new Build command that is a copy of this Build
command with the --cpu-quota option applied.
|
Build |
Build.cpuSetCPUs(String value) |
Create a new Build command that is a copy of this Build
command with the --cpuset-cpus option applied.
|
Build |
Build.cpuSetMems(String value) |
Create a new Build command that is a copy of this Build
command with the --cpuset-mems option applied.
|
Build |
Build.cpuShares() |
Obtain a Build command that is a copy of this Build
command with the specified --cpu-shares=true option.
|
Build |
Build.cpuShares(boolean enabled) |
Obtain a Build command that is a copy of this Build
command with the specified --cpu-shares option.
|
Build |
Build.disableContentTrust() |
Create a new Build command that is a copy of this Build
command with the --disable-content-trust option applied.
|
Build |
Build.dockerFileName(String name) |
Create a new Build command that is a copy of this Build
command with the --file option applied.
|
Build |
Build.enableContentTrust() |
Create a new Build command that is a copy of this Build
command with the --disable-content-trust option applied.
|
Build |
Build.forceRM() |
Create a new Build command that is a copy of this Build
command with the --force-rm option applied.
|
Build |
Build.forceRM(boolean force) |
Create a new Build command that is a copy of this Build
command with the --force-rm option applied.
|
static Build |
Build.fromDockerFile() |
Create a Build command that will build an image
using the Dockerfile with the default Dockerfile name
located in the working directory that the command is
launched in.
|
static Build |
Build.fromDockerFile(String dockerFileName) |
Create a Build command that will build an image
using the Dockerfile with the specified name located in
the working directory that the command is launched in.
|
Build |
Build.isolation(String value) |
Create a new Build command that is a copy of this Build
command with the --isolation option applied.
|
Build |
Build.labels(Object... values) |
Create a new Build command that is a copy of this Build
command with the --label option applied.
|
Build |
Build.memory(String limit) |
Create a new Build command that is a copy of this Build
command with the --memory option applied.
|
Build |
Build.memorySwap(String swap) |
Create a new Build command that is a copy of this Build
command with the --memory-swap option applied.
|
Build |
Build.noCache() |
Create a new Build command that is a copy of this Build
command with the --no-cache option applied.
|
Build |
Build.noCache(boolean noCache) |
Create a new Build command that is a copy of this Build
command with the --no-cache option applied.
|
Build |
Build.quiet() |
Create a new Build command that is a copy of this Build
command with the --quiet option applied.
|
Build |
Build.quiet(boolean quiet) |
Create a new Build command that is a copy of this Build
command with the --quiet option applied.
|
Build |
Build.removeIntermidiateContainers() |
Create a new Build command that is a copy of this Build
command with the --rm option applied.
|
Build |
Build.removeIntermidiateContainers(boolean rm) |
Create a new Build command that is a copy of this Build
command with the --rm option applied.
|
Build |
Build.shmSize(Object... values) |
Create a new Build command that is a copy of this Build
command with the --shm-size option applied.
|
Build |
Build.ulimit(Object... options) |
Create a new Build command that is a copy of this Build
command with the --ulimit option applied.
|
Build |
Build.withCommandArguments(com.oracle.bedrock.runtime.options.Argument... args) |
|
Build |
Build.withoutCommandArguments(com.oracle.bedrock.runtime.options.Argument... args) |
|
Build |
Build.withTags(Object... tags) |
Obtain a Build command that is the same as this command with
the specified --tag build argument values.
|