mirror of
https://github.com/containers/podman.git
synced 2025-09-28 01:04:28 +08:00
Vendor in latest buildah 1.7.1
This release updates buildah to use containers/image v1.5 Which fixes a crash issue when pulling container images. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
2
vendor/github.com/containers/buildah/new.go
generated
vendored
2
vendor/github.com/containers/buildah/new.go
generated
vendored
@ -303,7 +303,7 @@ func newBuilder(ctx context.Context, store storage.Store, options BuilderOptions
|
||||
}
|
||||
|
||||
conflict := 100
|
||||
for true {
|
||||
for {
|
||||
coptions := storage.ContainerOptions{
|
||||
LabelOpts: options.CommonBuildOpts.LabelOpts,
|
||||
IDMappingOptions: newContainerIDMappingOptions(options.IDMappingOptions),
|
||||
|
Reference in New Issue
Block a user