summaryrefslogtreecommitdiff
path: root/libpod
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2021-10-14 10:24:02 -0400
committerMatthew Heon <matthew.heon@pm.me>2021-10-19 15:56:35 -0400
commitb5dd62f31558caeb3c8cb4b83c0563db9f07cf20 (patch)
tree15159457f9ce894a84f1263c31f04d3a0f67fc01 /libpod
parenta213661ae7af22038465c8a61d97bde211674996 (diff)
downloadpodman-b5dd62f31558caeb3c8cb4b83c0563db9f07cf20.tar.gz
podman-b5dd62f31558caeb3c8cb4b83c0563db9f07cf20.tar.bz2
podman-b5dd62f31558caeb3c8cb4b83c0563db9f07cf20.zip
Don't use docker/pkg/archive, use containers/storage/pkg/archive
[NO NEW TESTS NEEDED] Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'libpod')
-rw-r--r--libpod/container_copy_linux.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/container_copy_linux.go b/libpod/container_copy_linux.go
index 7d4dd0d46..954d54a1d 100644
--- a/libpod/container_copy_linux.go
+++ b/libpod/container_copy_linux.go
@@ -15,8 +15,8 @@ import (
"github.com/containers/buildah/util"
"github.com/containers/podman/v3/libpod/define"
"github.com/containers/podman/v3/pkg/rootless"
+ "github.com/containers/storage/pkg/archive"
"github.com/containers/storage/pkg/idtools"
- "github.com/docker/docker/pkg/archive"
"github.com/opencontainers/runtime-spec/specs-go"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"