mirror of
https://github.com/containers/podman.git
synced 2025-06-16 06:29:16 +08:00
Vendor buildah after merging mtrmac/blob-info-caching-on-top-of-contents-caching
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
10
vendor/github.com/containers/buildah/pkg/cli/common.go
generated
vendored
10
vendor/github.com/containers/buildah/pkg/cli/common.go
generated
vendored
@ -111,6 +111,10 @@ var (
|
||||
Value: "",
|
||||
Usage: "use `[username[:password]]` for accessing the registry",
|
||||
},
|
||||
cli.BoolFlag{
|
||||
Name: "disable-compression, D",
|
||||
Usage: "don't compress layers by default",
|
||||
},
|
||||
cli.BoolFlag{
|
||||
Name: "disable-content-trust",
|
||||
Usage: "This is a Docker specific option and is a NOOP",
|
||||
@ -192,6 +196,12 @@ var (
|
||||
Name: "add-host",
|
||||
Usage: "add a custom host-to-IP mapping (`host:ip`) (default [])",
|
||||
},
|
||||
cli.StringFlag{
|
||||
Name: "blob-cache",
|
||||
Value: "",
|
||||
Usage: "assume image blobs in the specified directory will be available for pushing",
|
||||
Hidden: true, // this is here mainly so that we can test the API during integration tests
|
||||
},
|
||||
cli.StringSliceFlag{
|
||||
Name: "cap-add",
|
||||
Usage: "add the specified capability when running (default [])",
|
||||
|
Reference in New Issue
Block a user