Bug 1173550

Summary: Docker load fails to load xz-compressed image
Product: [Fedora] Fedora Reporter: masanari iida <masanari_iida>
Component: docker-ioAssignee: Lokesh Mandvekar <lsm5>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 20CC: admiller, golang-updates, hushan.jia, jchaloup, jperrin, lsm5, mattdm, mgoldman, miminar, s, thrcka, vbatts
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-02-21 00:08:52 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description masanari iida 2014-12-12 12:06:41 UTC
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

Comment 1 Lokesh Mandvekar 2015-01-15 21:52:49 UTC
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

Comment 2 Lokesh Mandvekar 2015-02-21 00:08:52 UTC
Closing this ... 1.4.1 is in stable and 1.5.0-1 is in testing for f20.