-
Notifications
You must be signed in to change notification settings - Fork 2k
Add images for debian bookworm #1881
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
Conversation
Thanks, but it looks like it's not |
Flipped this to draft, as it looks good for when |
@nschonni We also need this on our project, as bookworm offers OpenSSL 3, which is the default version that Node has been using in latest LTS version. We are tied to discrepancies in versions of OpenSSL provided by Node 17.x+ (3.0.7) and by Debian 11 (1.1.1). Resolution of this issue could help us upgrade to latest LTS version of Node. |
The planned release date is June 10 (in less than a month). |
It appears that this is missing bookworm images for node:20. Also, while trying to test these images, I get an error while bringing up a container that says |
39981bd
to
9569c34
Compare
@HeyITGuyFixIt Thanks a lot for reviewing and testing. Both issues are fixed now. The entrypoint scripts were missing executable bit. |
@orgads now that |
Done, and changed it to be the default. |
71ea0a1
to
e59e2c5
Compare
Created PR on the official-images repo (docker-library/official-images#14822). See https://github.com/docker-library/faq#an-images-source-changed-in-git-now-what if you are wondering when it will be available on the Docker Hub. |
Description
Bookworm should be released soon, add it to debian variants.
Types of changes
Checklist