-
-
Notifications
You must be signed in to change notification settings - Fork 96
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 alpine based images (Java 8, 11, 16, 17) #72
Comments
This is being discussed on the Temurin build issue 2688. You can follow the progress of each Java 17 platform release here. |
|
It seems that java 11 musl/alpine support is now available? Plans to publish as a temurin container? |
We're having to do some serious testing first, but yes eventually we'll release these (hopefully Oct PSU timeframe). |
@llamahunter the JDK11 alpine images are now live: ➜ ~ docker run -it eclipse-temurin:11-alpine java --version
openjdk 11.0.13 2021-10-19
OpenJDK Runtime Environment Temurin-11.0.13+8 (build 11.0.13+8)
OpenJDK 64-Bit Server VM Temurin-11.0.13+8 (build 11.0.13+8, mixed mode) |
Will there also be Alpine JRE images? We heavily relied on the now depcreated adoptopenjdk/openjdk8:jre8 and jre11. |
@mkemmerz yes there will be Alpine JRE images for JDK11 (and JDK8 eventually) |
will the alpine images also support arm64? |
Not at this stage, we'd be happy to accept a contribution for this. |
cool. where would i start when i would like to contribute this? |
Do you have access to any Linux ARM systems? |
i have a m1 mac, it can build arm64 docker images. |
OK, that might work? See if you can get VirtualBox or Parallels running, and start-up an Alpine ARM docker image (https://hub.docker.com/_/alpine). |
building alpine based images arm64 images works fine even on macos, but It seems the temurin update scripts ( |
Isn't the problem here is that there are no arm64 binaries for Alpine available? https://adoptium.net/releases.html?variant=openjdk17&jvmVariant=hotspot This is the most closely related issue which I've found upstream - adoptium/temurin-build#2497. |
I think this arm64 stuff is off topic for this issue? |
Is an alpine version of java 8 now available? The other github issue I was tracking for this was recently closed, but I don't see the image listed on https://github.com/docker-library/docs/blob/master/eclipse-temurin/README.md#supported-tags-and-respective-dockerfile-links Ah, perhaps just merged today to the release branch? adoptium/jdk8u#4 I guess that means an update to this issue and the supported tags page is coming sometime in the next several days. |
I still don't see a jdk8 alpine image. |
We're still working on that one
Cheers,
Martijn
…On Thu, 3 Feb 2022 at 22:57, Richard Lee ***@***.***> wrote:
I still don't see a jdk8 alpine image.
—
Reply to this email directly, view it on GitHub
<#72 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABME2GTPOPVJDMLFF7RDULUZMB33ANCNFSM5EUT2EDA>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
I have several |
Alpine images for JDK8u will be available once docker-library/official-images#12000 is merged |
@karianna / @gdams I think it would be helpful to add the tick in this comment here: #72 (comment) At least that is the comment that I have bookmarked and checked every now and then. Unfortunately I cannot submit a PR to the comment as a suggested edit |
Done! |
Thanks. |
Yes @DRoppelt , for all archs. |
Any news for archs different from |
@gounthar we're tracking Alpine in #158 There is currently no plan for Debian (see https://blog.adoptium.net/2021/08/using-jlink-in-dockerfiles/ for more information on how to copy the JDK into a base image of your choice) |
The previous adoptopenjdk project supported compact alpine base images. Please restore support for them, at least using musl, if not glibc.
The text was updated successfully, but these errors were encountered: