mirror of
https://github.com/containers/podman.git
synced 2025-12-02 02:58:03 +08:00
Vendor Buildah 1.10.1
As the title says, vendor Buildah v1.10.1 Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
This commit is contained in:
4
vendor/github.com/containers/buildah/pkg/blobcache/blobcache.go
generated
vendored
4
vendor/github.com/containers/buildah/pkg/blobcache/blobcache.go
generated
vendored
@@ -414,8 +414,8 @@ func saveStream(wg *sync.WaitGroup, decompressReader io.ReadCloser, tempFile *os
|
||||
}
|
||||
}
|
||||
|
||||
func (s *blobCacheDestination) HasThreadSafePutBlob() bool {
|
||||
return s.destination.HasThreadSafePutBlob()
|
||||
func (d *blobCacheDestination) HasThreadSafePutBlob() bool {
|
||||
return d.destination.HasThreadSafePutBlob()
|
||||
}
|
||||
|
||||
func (d *blobCacheDestination) PutBlob(ctx context.Context, stream io.Reader, inputInfo types.BlobInfo, cache types.BlobInfoCache, isConfig bool) (types.BlobInfo, error) {
|
||||
|
||||
Reference in New Issue
Block a user