mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
Bump to Buildah v1.11.5
Bump to Buildah v1.11.5. Most notably changes to the podman build `--pull` functionality. `--pull=true` and `--pull=false` now work as Docker does, `--pull-never` added to supply the functionality of the old `--pull=false`. Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
This commit is contained in:
@ -342,8 +342,8 @@ than the one in storage. Raise an error if the image is not in any listed
|
||||
registry and is not present locally.
|
||||
|
||||
If the flag is disabled (with *--pull=false*), do not pull the image from the
|
||||
registry, use only the local version. Raise an error if the image is not
|
||||
present locally.
|
||||
registry, unless there is no local image. Raise an error if the image is not
|
||||
in any registry and is not present locally.
|
||||
|
||||
Defaults to *true*.
|
||||
|
||||
@ -352,6 +352,11 @@ Defaults to *true*.
|
||||
Pull the image from the first registry it is found in as listed in registries.conf.
|
||||
Raise an error if not found in the registries, even if the image is present locally.
|
||||
|
||||
**--pull-never**
|
||||
|
||||
Do not pull the image from the registry, use only the local version. Raise an error
|
||||
if the image is not present locally.
|
||||
|
||||
**--quiet**, **-q**
|
||||
|
||||
Suppress output messages which indicate which instruction is being processed,
|
||||
|
Reference in New Issue
Block a user