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

openjdk: Add missing arm versions #4802

Closed
wants to merge 1 commit into from

Conversation

jmreicha
Copy link

@jmreicha jmreicha commented Sep 2, 2018

  • Adds arm32v6 architecture to 8-jdk-slim image
  • Adds arm32v7 architecture to 8-jdk-alpine image

@tianon
Copy link
Member

tianon commented Sep 4, 2018

The Slim image is based on Debian, which only supports arm32v5 and arm32v7 (what they call armel and armhf). The Alpine image only supports arm32v6 (which will run fine on most arm32v7 hardware).

See moby/moby#34875 for a bit more discussion around Docker's handling of arm32 variants.

@tianon tianon closed this Sep 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants