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

support arm64 architecture #37

Closed
longquan7 opened this issue Aug 21, 2017 · 6 comments
Closed

support arm64 architecture #37

longquan7 opened this issue Aug 21, 2017 · 6 comments

Comments

@longquan7
Copy link

I want to build this image on arm64 architecture, but I'm not sure this tar.gz file and zip packages can be support arm64

@cap10morgan
Copy link
Collaborator

I'm afraid I don't have access to any arm64 hardware to test this on. Can you provide more details about what we would need to do to support this?

@longquan7
Copy link
Author

@cap10morgan To be support other architecture you can look like this https://github.com/docker-library/official-images#architectures-other-than-amd64

@Quantisan
Copy link
Owner

Quantisan commented Sep 3, 2017

would it be as simple as using https://hub.docker.com/r/arm64v8/alpine/ and then apply the same Dockerfile in our alpine folder? @longquan7, do you want to give it a try?

@longquan7
Copy link
Author

@cap10morgan @Quantisan OK, I will try to build on arm64

@tianon
Copy link

tianon commented Sep 5, 2017

For official images, we prefer to not have multiple architecture Dockerfiles, especially given that we anticipate fixing docker-library/official-images#2289 soon.

In the case of Alpine, multi-architecture support is waiting on gliderlabs/docker-alpine#304.

Given that the current Dockerfile is essentially just FROM openjdk, wget some-jar-file.jar, it should work as-is on many architectures in addition to arm64v8. I'm going to do some testing and send a PR for your approval to https://github.com/docker-library/official-images/blob/83445dba81738f34d37e13fa811b34841d1d6def/library/clojure if it works out. 👍

@tianon
Copy link

tianon commented Sep 5, 2017

PR filed at docker-library/official-images#3408 👍

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

No branches or pull requests

4 participants