anapsix / docker-alpine-java

Oracle Java8 over AlpineLinux with glibc 2.29
https://hub.docker.com/r/anapsix/alpine-java/
MIT License
726 stars 282 forks source link

"Unlimited" tags still being released #77

Open petteyg opened 5 years ago

petteyg commented 5 years ago

Since 8u162 "unlimited" is the default state of the JRE with no modification (i.e. downloading extra jce zip). The extra "unlimited" images (they're effectively identical, yet end up with different hashes) need not be built. If it's for compatibility, just push the unlimited tag again for the regular image.

anapsix commented 5 years ago

Please share of a way to apply multiple tag to a single build when using "Automated Build" in Docker Hub. It would be great for tags 8, 8_server-jre and latest to have same hash as well. Alas, I could not find a way to do that in Docker Hub.