You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use docker to do the same: docker save quay.io/kiwigrid/k8s-sidecar:1.28.0 kiwigrid/k8s-sidecar:1.28.0 | gzip > docker-save.tar.gz
the same nerdctl load produces:
Description
When using
nerdctl save
for multiple tags that reverence the same image, only a single tag will be retained in the saved dump.Steps to reproduce the issue
nerdctl pull quay.io/kiwigrid/k8s-sidecar:1.28.0
nerdctl pull kiwigrid/k8s-sidecar:1.28.0
nerdctl save quay.io/kiwigrid/k8s-sidecar:1.28.0 kiwigrid/k8s-sidecar:1.28.0 | pigz > images.tar.gz
Describe the results you received and expected
Result
nerdctl load -i images.tar.gz
produces:Expected Result
When I use docker to do the same:
docker save quay.io/kiwigrid/k8s-sidecar:1.28.0 kiwigrid/k8s-sidecar:1.28.0 | gzip > docker-save.tar.gz
the same
nerdctl load
produces:which is the expected behavior.
What version of nerdctl are you using?
Manually installed from gitlab releases.
> sudo nerdctl version Client: Version: v2.0.2 OS/Arch: linux/amd64 Git commit: 1220ce7ec2701d485a9b1beeea63dae3da134fb5 buildctl: Version: v0.15.2 GitCommit: 9e14164a1099d3e41b58fc879cbdd6f2b2edb04e Server: containerd: Version: v2.0.1 GitCommit: 88aa2f531d6c2922003cc7929e51daf1c14caa0a runc: Version: 1.2.4 GitCommit: v1.2.4-0-g6c52b3fc
Also tried it with
nerdctl
1.7.7 andcontainerd
1.7.25Are you using a variant of nerdctl? (e.g., Rancher Desktop)
None
Host information
The text was updated successfully, but these errors were encountered: