AdoptOpenJDK / openjdk-docker

Scripts for creating Docker images of OpenJDK binaries.
https://hub.docker.com/_/adoptopenjdk/
Apache License 2.0
425 stars 237 forks source link

Multiarch manifest missing for alpine images #364

Open Xnyle opened 4 years ago

Xnyle commented 4 years ago

It there a specific reason why there are no tags / multiarch manifests on docker hub for the alpine version.

openjdk-docker/11/jdk/alpine/Dockerfile.hotspot.releases.full already is able to build those but it seems there is no way to actually pull non x64 images from docker hub?

timbru31 commented 3 years ago

I assume there is only a change in https://github.com/AdoptOpenJDK/openjdk-docker/blob/10ffa73551489c874c79ed74faa1581170dc19fe/config/hotspot.config#L20 needed? (of course the other alpine variants need to be changed, too)