mirror of
https://github.com/containers/podman.git
synced 2025-12-09 15:19:35 +08:00
Update vendor of storage,common,image
Preparing for release candidate. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
2
vendor/github.com/containers/storage/pkg/archive/archive_linux.go
generated
vendored
2
vendor/github.com/containers/storage/pkg/archive/archive_linux.go
generated
vendored
@@ -36,7 +36,7 @@ func (o overlayWhiteoutConverter) ConvertWrite(hdr *tar.Header, path string, fi
|
||||
// we just rename the file and make it normal
|
||||
dir, filename := filepath.Split(hdr.Name)
|
||||
hdr.Name = filepath.Join(dir, WhiteoutPrefix+filename)
|
||||
hdr.Mode = 0600
|
||||
hdr.Mode = 0
|
||||
hdr.Typeflag = tar.TypeReg
|
||||
hdr.Size = 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user