Closed ruphin closed 10 years ago
This is likely an issue for https://github.com/steeve/boot2docker/issues
I opened an issue over there: https://github.com/steeve/boot2docker/issues/130
I noticed, thanks.
I realised this is a boot2docker issue, but since docker now 'officially' supports OS X, and this pretty much renders building anything on OS X impossible, I thought it would be a docker issue as well. Seeing that the boot2docker issue list doesn't receive much traffic, I decided to post it on the docker list instead.
We'll see how fast it is resolved. I cannot wait to test some deployments on OS X, as it would be a great improvement to our development environment.
Phusion | Ruby & Rails deployment, scaling and tuning solutions
Web: http://www.phusion.nl/ E-mail: goffert@phusion.nl
On Thu, Feb 6, 2014 at 1:18 AM, Scott Bessler notifications@github.comwrote:
I opened an issue over there: steeve/boot2docker#130https://github.com/steeve/boot2docker/issues/130
Reply to this email directly or view it on GitHubhttps://github.com/dotcloud/docker/issues/3952#issuecomment-34278602 .
This has been fixed in boot2docker
0.5.3.
I just installed docker 0.8 and the latest boot2docker from the OSX installation instructions.
When attempting to pull repositories from index.docker.io (during container build), it crashes with the following error:
Error pulling image (0.9.1) from phusion/baseimage, exit status 1: xz: invalid option -- 'q' BusyBox v1.21.1 (2013-12-27 18:04:45 UTC) multi-call binary.
and finally:
build: pull: Could not find repository on any of the indexed registries.
After quick inspection I found that the 'xz' binary used in boot2docker does not support the 'q' option, causing this error.