Description
Is this a BUG REPORT or FEATURE REQUEST?:
/kind bug
Description
Not being able to load images, not getting any error reports (only "failed, and dir:")
Steps to reproduce the issue:
-
CRI: try to use "sudo podman load" instead of "docker load" kubernetes/minikube#2757
-
make out/minikube out/minikube.iso
-
./out/minikube --container-runtime=cri-o --iso-url=file://$PWD/out/minikube.iso
Describe the results you received:
$ sudo podman load -i /tmp/busybox_latest
Getting image source signatures
Copying blob sha256:4febd3792a1fb2153108b4fa50161c6ee5e3d16aa483a63215f936a113a88e9a
1.30 MB / 706.12 KB [======================================================] 0s
Failed
Failed
error pulling "dir:/tmp/busybox_latest": unable to pull dir:/tmp/busybox_latest
Describe the results you expected:
Sucessfully being able to load all the images from cache, just like docker load
Additional information you deem important (e.g. issue happens only occasionally):
Seems to pull the images correctly from the network, just not from the load disk.
Output of podman version
:
Version: 0.4.3
Go Version: go1.9
Git Commit: "9dd76697ccd2bac65a78fd7687899e1c9ca14465"
Built: Sat Apr 21 07:27:19 2018
OS/Arch: linux/amd64
Output of podman info
:
$ podman info
could not get runtime: mkdir /var/run/containers/storage: permission denied
$ sudo podman info
host:
MemFree: 22269952
MemTotal: 2097205248
SwapFree: 983404544
SwapTotal: 1048571904
arch: amd64
cpus: 2
hostname: minikube
kernel: 4.9.64
os: linux
uptime: 4h 10m 21.66s (Approximately 0.17 days)
insecure registries:
registries: []
registries:
registries:
- docker.io
store:
ContainerStore:
number: 27
GraphDriverName: overlay
GraphOptions: null
GraphRoot: /var/lib/containers/storage
GraphStatus:
Backing Filesystem: extfs
Native Overlay Diff: "true"
Supports d_type: "true"
ImageStore:
number: 13
RunRoot: /var/run/containers/storage
Additional environment details (AWS, VirtualBox, physical, etc.):
VirtualBox