-
Notifications
You must be signed in to change notification settings - Fork 3k
podman save not saving multiple images #2669
Description
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
When executing a podman save with multiple images only one image is saved.
Steps to reproduce the issue:
-
podman save > images.tar docker.io/busybox:1.27.2 docker.io/metallb/controller:v0.3.1 docker.io/metallb/speaker:v0.3.1 -
podman import images.tar -
podman images
Describe the results you received:
Only the first image is saved and imported.
Describe the results you expected:
All three images should be saved and imported.
The documentation states podman save is the equivalent to docker save. Where as docker save can actually save multiple images at once.
Additional information you deem important (e.g. issue happens only occasionally):
Output of podman version:
podman version 1.1.2
Output of podman info --debug:
debug:
compiler: gc
git commit: ""
go version: go1.10.2
podman version: 1.1.2
host:
BuildahVersion: 1.7.1
Conmon:
package: podman-1.1.2-2.git0ad9b6b.el7.x86_64
path: /usr/libexec/podman/conmon
version: 'conmon version 1.14.0-dev, commit: 6e07c13bf86885ba6d71fdbdff90f436e18abe39-dirty'
Distribution:
distribution: '"centos"'
version: "7"
MemFree: 96034816
MemTotal: 3973865472
OCIRuntime:
package: runc-1.0.0-59.dev.git2abd837.el7.centos.x86_64
path: /usr/bin/runc
version: 'runc version spec: 1.0.0'
SwapFree: 2147217408
SwapTotal: 2147479552
arch: amd64
cpus: 2
hostname: controller.lan
kernel: 3.10.0-957.5.1.el7.x86_64
os: linux
rootless: false
uptime: 59m 48.22s
insecure registries:
registries: []
registries:
registries:
- registry.access.redhat.com
- docker.io
- registry.fedoraproject.org
- quay.io
- registry.centos.org
store:
ConfigFile: /etc/containers/storage.conf
ContainerStore:
number: 0
GraphDriverName: overlay
GraphOptions: null
GraphRoot: /var/lib/containers/storage
GraphStatus:
Backing Filesystem: xfs
Native Overlay Diff: "true"
Supports d_type: "true"
Using metacopy: "false"
ImageStore:
number: 28
RunRoot: /var/run/containers/storage
VolumePath: /var/lib/containers/storage/volumes
Additional environment details (AWS, VirtualBox, physical, etc.):