mirror of
https://github.com/containers/podman.git
synced 2025-08-24 01:50:58 +08:00
Bump Buildah to v1.33.0
As the title says. This is the last dance step in preparation for Podman v4.8. [NO NEW TESTS NEEDED] Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
This commit is contained in:
8
vendor/github.com/containers/buildah/commit.go
generated
vendored
8
vendor/github.com/containers/buildah/commit.go
generated
vendored
@ -110,6 +110,14 @@ type CommitOptions struct {
|
||||
// UnsetEnvs is a list of environments to not add to final image.
|
||||
// Deprecated: use UnsetEnv() before committing instead.
|
||||
UnsetEnvs []string
|
||||
// OverrideConfig is an optional Schema2Config which can override parts
|
||||
// of the working container's configuration for the image that is being
|
||||
// committed.
|
||||
OverrideConfig *manifest.Schema2Config
|
||||
// OverrideChanges is a slice of Dockerfile-style instructions to make
|
||||
// to the configuration of the image that is being committed, after
|
||||
// OverrideConfig is applied.
|
||||
OverrideChanges []string
|
||||
}
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user