Skip to content
This repository has been archived by the owner on Jan 2, 2018. It is now read-only.

Please update to 1.11.2 #15

Closed
kurthuwig opened this issue Mar 19, 2017 · 7 comments
Closed

Please update to 1.11.2 #15

kurthuwig opened this issue Mar 19, 2017 · 7 comments

Comments

@kurthuwig
Copy link

The current version is 1.11.2 while this repo yields 1.9.0.

Thank you!

@StefanScherer
Copy link
Member

Compiling the compose binary on ARM is an exhausting task. We currently think of getting rid of this build and maintaining patches to make upstream build work again for ARM.
Instead we will use pip install docker-compose for one of the next Hypriot releases.
Downside of this is that you cannot longer apt-get install docker-compose.
So you could do this already with your current installation

sudo apt-get remove docker-compose
sudo apt-get install python-pip
sudo pip install docker-compose

@muka
Copy link

muka commented Mar 23, 2017

Do you think this PR supporting arm may help / mitigate? docker/compose#4444

@StefanScherer
Copy link
Member

@muka Thanks for the hint. Nice PR number 😜
Would be great if Docker compiles the binary woth their CI. Travis/Circle might timeout due to long compile tomes using both python versions.

@muka
Copy link

muka commented Mar 23, 2017

Yes I can imagine the pain of arm compiling 🗡️

For latest version pip install docker-compose is an option

Thanks!

@javabean
Copy link

FYI, I published a docker-compose 1.12.0 binary at the forked repo: https://github.com/javabean/arm-compose/releases
Usual disclaimers apply: use at your own risk, no warranty, don't trust 3rd-party binaries, &c. :-)

@javabean
Copy link

FYI, binary updated to 1.13.0: https://github.com/javabean/arm-compose/releases

@StefanScherer
Copy link
Member

Closing this as we just use pip install for our images which is much easier to maintain.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants