mirror of
https://github.com/containers/podman.git
synced 2025-11-13 17:47:13 +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:
4
vendor/github.com/containers/buildah/selinux_unsupported.go
generated
vendored
4
vendor/github.com/containers/buildah/selinux_unsupported.go
generated
vendored
@@ -12,3 +12,7 @@ func selinuxGetEnabled() bool {
|
||||
|
||||
func setupSelinux(g *generate.Generator, processLabel, mountLabel string) {
|
||||
}
|
||||
|
||||
func runLabelStdioPipes(stdioPipe [][]int, processLabel, mountLabel string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user