Bug 1173550 - Docker load fails to load xz-compressed image
Summary: Docker load fails to load xz-compressed image
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: docker-io
Version: 20
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Lokesh Mandvekar
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-12-12 12:06 UTC by masanari iida
Modified: 2015-02-21 00:08 UTC (History)
12 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-02-21 00:08:52 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.