-
Notifications
You must be signed in to change notification settings - Fork 37
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
Update Debian base images #95
Comments
I have noticed that I cannot use the artficats built by the Debian Docker image published on the The GraalVM image used is actually 24.1.0, unlike the source code that specifies 24.0.2, and the Debian base image is apparently @brahimhaddou Can you provide the full source code and arguments for the published images?
vs |
Huh, it really isn't. I, for some reason, didn't bother to check the actual container. I was reading this https://github.com/graalvm/container/blob/master/truffleruby-community/README.md, and it said Debian 10, at which point I suspected it was the docs that was out of sync with the broader universe, as it has the tendency to, so I looked at the Dockerfile which also had buster. At this point I decided that it is what must be... Running:
Produces
Which is quite different from buster, so it's not the images that are not up to date, just the docs. A considerably better situation. |
Yes, I can confirm that it is |
I might have missed the reasoning if it is explained somewhere, but I'm just going to ask instead of looking around more.
The Debian base for (at least) TruffleRuby is Debian 10 (Buster) which is EOL, and only supported by ELTS. Is there a reason this is used for the Debian images, and if possible can it be updated to oldstable (11 Bullseye) or even stable (12 Bookworm)?
The text was updated successfully, but these errors were encountered: