Uh oh!
There was an error while loading. Please reload this page.
Add debian:bookworm - #415
Conversation
tianon
commented
Apr 5, 2023
See also docker-library/golang#456 (comment) |
ojab
commented
Jun 13, 2023
Bump since it was released https://www.debian.org/News/2023/20230610 |
| "buster", | ||
| "slim-buster", |
There was a problem hiding this comment.
I guess buster should be removed per #357 (comment)
sitano
commented
Jun 13, 2023
I have rebased the branch to fix conflicts. |
ojab
commented
Jun 13, 2023
I believe the single change should be diff --git a/versions.sh b/versions.sh
index 0901026..6848b79 100755
--- a/versions.sh+++ b/versions.sh@@ -70,8 +70,8 @@ for version in "${versions[@]}"; do
sha256: env.shaVal,
variants: [
(
+ "bookworm",
"bullseye",
- "buster",
empty # trailing comma hack
| ., "slim-" + .), # https://github.com/docker-library/ruby/pull/142#issuecomment-320012893
(and everything else should be autogenerated by (NB: I'm not a maintainer) |
ojab
commented
Jun 13, 2023
Ah, missed |
49f2919 to
359f11fCompareForce pushed to drop out Ruby 2.7 and Edit: kept |
359f11f to
2d74dd0CompareSigned-off-by: Ivan Prisyazhnyy <john.koepi@gmail.com>
2d74dd0 to
ed1be47CompareChanges: - docker-library/ruby@65c8de9: Merge pull request docker-library/ruby#415 from sitano/ivan_ruby_bookworm - docker-library/ruby@ed1be47: Add debian:bookworm, drop buster
Thank you for accepting this PR! |
This commit changes Ruby Docker images for 3.1 and 3.2 from Debian 12 "bookworm" based to Debian 11 "bullseye". Until we address the root cause of rails/rails#48483 Refer to docker-library/ruby#415
The base `ruby` image dropped Debian 10 ("buster") images and converted
them to Debian 12 ("bookworm") - see
<docker-library/ruby#415>. However, while
OpenJDK 11 was available in "buster", it is no longer available in
"bookworm", so we now have to use OpenJDK 17 instead.
bookworm distro for different Ruby versions + 2.7.8 support