Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
If I try to save the archlinux/base image, it fails.
Steps to reproduce the issue:
podman pull archlinux/base
podman image save archlinux/base -o arch.tar
Cry containerized tears.
Describe the results you received:
$ podman image save archlinux/base -o arch.tar
Error: unable to save "archlinux/base": Error copying image to the remote destination: Error writing blob: open /var/home/ryan/.local/share/containers/storage/overlay/6eb78788590649509a8dfa34066cdff59efc2e0597286fbc343354f8bf179c1d/merged/etc/X11/xinit/xinitrc.d/50-systemd-user.sh: no such file or director
Describe the results you expected:
$ podman image save archlinux/base -o arch.tar
*insert magic*
$ # arch.tar now exists
Additional information you deem important (e.g. issue happens only occasionally):
I'm guessing push and image save traverse the same code paths?
Output of podman version:
Version: 1.5.1
RemoteAPI Version: 1
Go Version: go1.12.7
OS/Arch: linux/amd64
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
If I try to save the archlinux/base image, it fails.
Steps to reproduce the issue:
podman pull archlinux/base
podman image save archlinux/base -o arch.tar
Cry containerized tears.
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
I'm guessing
push
andimage save
traverse the same code paths?Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Additional environment details (AWS, VirtualBox, physical, etc.):
Running on Fedora Silverblue 30.