Merge pull request #15900 from rhatdan/VENDOR

Update vendor of containers(image, common, buildah, storage)
This commit is contained in:
OpenShift Merge Robot
2022-09-23 22:00:37 +02:00
committed by GitHub
187 changed files with 2161 additions and 1323 deletions

View File

@ -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