Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update build.adoc #101

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/goals/build.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ Note: You can also override the default value of layers by setting the BUILDAH_L
|Do not use existing cached images for the container build. Build from the start with a new set of cached layers.

**Default value is**: `false`
|pull
|pullPolicy
|When the option is specified or set, pull the image. Raise an error if the image could not be pulled, even if the image is present locally.

If the option is disabled (with `<pull>never</pull>`) or not specified, pull the image from the registry only if the image is not present locally. Raise an error if the image is not found in the registries and is not present locally.
If the option is disabled (with `<pullPolicy>NEVER</pullPolicy>`) or not specified, pull the image from the registry only if the image is not present locally. Raise an error if the image is not found in the registries and is not present locally.

**Default value is**: `null` (not specified).

Expand Down
Loading