Description of problem:
Docker load fails to load xz-compressed image
Version-Release number of selected component (if applicable):
docker-io-1.3.2-4.fc20.x86_64
How reproducible:
Always
Steps to Reproduce:
cat my-image.tar.xz | docker import -
(This image was created with "supermin --format chroot" option.)
Actual results:
Error: ApplyLayer exit status 1 exec: "xz": executable file not in $PATH
Expected results:
Docker import image file without problem.
Additional info:
This is known problem which was introduced in docker-1.3.2
https://github.com/docker/docker/issues/9327
Fix
https://github.com/docker/docker/commit/001ac15b54686761960352103ebf4ff2c6e1d803
Workaround:
Downgrade to 1.3.1
Hi masanari, sorry about the late response, this doesn't seem to occur in 1.4.1 (it's in updates-testing). Could you retry with it if possible? Will push to stable pretty soon hopefully