mirror of
https://github.com/containers/podman.git
synced 2025-12-01 02:27:13 +08:00
bump buildah to latest
Also includes a small change to make us of https://github.com/containers/buildah/pull/5039 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
1
vendor/github.com/containers/buildah/import.go
generated
vendored
1
vendor/github.com/containers/buildah/import.go
generated
vendored
@@ -107,6 +107,7 @@ func importBuilderDataFromImage(ctx context.Context, store storage.Store, system
|
||||
GIDMap: gidmap,
|
||||
},
|
||||
NetworkInterface: netInt,
|
||||
CommonBuildOpts: &CommonBuildOptions{},
|
||||
}
|
||||
|
||||
if err := builder.initConfig(ctx, image, systemContext); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user