Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dependencies for ARM build #6908

Merged
merged 2 commits into from Oct 9, 2019

Conversation

StefanScherer
Copy link
Member

This PR adds missing dependencies if someone tries to build docker-compose on an ARM device like the Raspberry Pi. It seems these dependencies are implicit installed while building on amd64, but need to be installed on arm.

Prerequisites

  • a Raspberry Pi
  • have Git and Docker installed

How to verify

  1. Login to your Raspberry Pi
  2. git clone https://github.com/docker/compose
  3. cd compose
  4. scripts/build/linux
  5. dist/docker-compose-Linux-armv7l --version

Helps #6831

@thatnerdjosh
Copy link

thatnerdjosh commented Oct 1, 2019

Will this mean there will be armv8 and armv7 images posted to dockerhub or are we supposed to build these ourselves?

Dockerfile Show resolved Hide resolved
@ndeloof
Copy link
Contributor

ndeloof commented Oct 9, 2019

@StefanScherer can you please address Sebastiaan's comment? Can then be merged

StefanScherer and others added 2 commits October 9, 2019 09:11
Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
@ndeloof ndeloof merged commit 6fe3549 into docker:master Oct 9, 2019
@StefanScherer StefanScherer deleted the add-dependencies-for-arm-build branch October 9, 2019 07:39
@tiero
Copy link

tiero commented Oct 14, 2019

Tried on Odroid H2 armv7 ubuntu 16. Worked flawlessly! 🎉

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

Successfully merging this pull request may close these issues.

None yet

5 participants