mirror of
https://github.com/containers/podman.git
synced 2025-06-13 19:52:11 +08:00
update buildah to latest and use new network stack
Make sure buildah uses the new network stack. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
2
vendor/github.com/containers/buildah/commit.go
generated
vendored
2
vendor/github.com/containers/buildah/commit.go
generated
vendored
@ -101,6 +101,8 @@ type CommitOptions struct {
|
||||
// integers in the slice represent 0-indexed layer indices, with support for negative
|
||||
// indexing. i.e. 0 is the first layer, -1 is the last (top-most) layer.
|
||||
OciEncryptLayers *[]int
|
||||
// UnsetEnvs is a list of environments to not add to final image.
|
||||
UnsetEnvs []string
|
||||
}
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user