mirror of
https://github.com/containers/podman.git
synced 2025-12-01 02:27:13 +08:00
Remove hardcoded refs from ociartifact code
Fixes: https://issues.redhat.com/browse/RUN-3578 Signed-off-by: Nicola Sella <nsella@redhat.com>
This commit is contained in:
1
vendor/github.com/vbatts/tar-split/archive/tar/common.go
generated
vendored
1
vendor/github.com/vbatts/tar-split/archive/tar/common.go
generated
vendored
@@ -34,6 +34,7 @@ var (
|
||||
errMissData = errors.New("archive/tar: sparse file references non-existent data")
|
||||
errUnrefData = errors.New("archive/tar: sparse file contains unreferenced data")
|
||||
errWriteHole = errors.New("archive/tar: write non-NUL byte in sparse hole")
|
||||
errSparseTooLong = errors.New("archive/tar: sparse map too long")
|
||||
)
|
||||
|
||||
type headerError []string
|
||||
|
||||
Reference in New Issue
Block a user