summaryrefslogtreecommitdiff
path: root/docs/source/markdown
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-09-23 22:00:37 +0200
committerGitHub <noreply@github.com>2022-09-23 22:00:37 +0200
commit40e8bcb8482f2a1f60b93524ceda05770d20739e (patch)
tree4a6dcc11e2bf7eba044e25c3d2b0500ac4cef0c5 /docs/source/markdown
parent4d475ae87bd67cc94f89d6ed63c0b06ac84315a1 (diff)
parentf5e83f684952d1f97eeb59a3d1c42000be980505 (diff)
downloadpodman-40e8bcb8482f2a1f60b93524ceda05770d20739e.tar.gz
podman-40e8bcb8482f2a1f60b93524ceda05770d20739e.tar.bz2
podman-40e8bcb8482f2a1f60b93524ceda05770d20739e.zip
Merge pull request #15900 from rhatdan/VENDOR
Update vendor of containers(image, common, buildah, storage)
Diffstat (limited to 'docs/source/markdown')
-rw-r--r--docs/source/markdown/podman-build.1.md.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-build.1.md.in b/docs/source/markdown/podman-build.1.md.in
index e201806e5..e1ef13a0d 100644
--- a/docs/source/markdown/podman-build.1.md.in
+++ b/docs/source/markdown/podman-build.1.md.in
@@ -145,6 +145,10 @@ Limit the use of cached images to only consider images with created timestamps l
For example if `--cache-ttl=1h` is specified, Buildah will only consider intermediate cache images which are created
under the duration of one hour, and intermediate cache images outside this duration will be ignored.
+Note: Setting `--cache-ttl=0` manually is equivalent to using `--no-cache` in the
+implementation since this would effectively mean that user is not willing to use
+cache at all.
+
#### **--cap-add**=*CAP\_xxx*
When executing RUN instructions, run the command specified in the instruction
@@ -564,6 +568,10 @@ as a seccomp filter
Sign the image using a GPG key with the specified FINGERPRINT. (This option is not available with the remote Podman client, including Mac and Windows (excluding WSL2) machines,)
+#### **--skip-unused-stages**
+
+Skip stages in multi-stage builds which don't affect the target stage. (Default: **true**).
+
#### **--squash**
Squash all of the image's new layers into a single new layer; any preexisting