mirror of
https://github.com/containers/podman.git
synced 2025-06-17 15:08:08 +08:00
vendor buildah@main
Note that the bud-logfile-with-split-logfile-by-platform test is skipped on the remote client (see #14544). Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
This commit is contained in:
4
vendor/github.com/containers/buildah/commit.go
generated
vendored
4
vendor/github.com/containers/buildah/commit.go
generated
vendored
@ -69,6 +69,10 @@ type CommitOptions struct {
|
||||
// Squash tells the builder to produce an image with a single layer
|
||||
// instead of with possibly more than one layer.
|
||||
Squash bool
|
||||
// OmitHistory tells the builder to ignore the history of build layers and
|
||||
// base while preparing image-spec, setting this to true will ensure no history
|
||||
// is added to the image-spec. (default false)
|
||||
OmitHistory bool
|
||||
// BlobDirectory is the name of a directory in which we'll look for
|
||||
// prebuilt copies of layer blobs that we might otherwise need to
|
||||
// regenerate from on-disk layers. If blobs are available, the
|
||||
|
Reference in New Issue
Block a user