mirror of
https://github.com/containers/podman.git
synced 2025-09-28 09:15:26 +08:00
Vendor buildah after merging mtrmac/blob-info-caching-on-top-of-contents-caching
Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
1
vendor/github.com/containers/buildah/new.go
generated
vendored
1
vendor/github.com/containers/buildah/new.go
generated
vendored
@ -34,6 +34,7 @@ func pullAndFindImage(ctx context.Context, store storage.Store, imageName string
|
||||
Store: store,
|
||||
SystemContext: options.SystemContext,
|
||||
Transport: options.Transport,
|
||||
BlobDirectory: options.PullBlobDirectory,
|
||||
}
|
||||
ref, err := pullImage(ctx, store, imageName, pullOptions, sc)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user