Conversation
|
See also docker-library/golang#456 (comment) |
|
Bump since it was released https://www.debian.org/News/2023/20230610 |
versions.json
Outdated
| "buster", | ||
| "slim-buster", |
There was a problem hiding this comment.
I guess buster should be removed per #357 (comment)
There was a problem hiding this comment.
@ojab should I remove buster lines though?
fb0c730 to
49f2919
Compare
|
I have rebased the branch to fix conflicts. |
|
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) |
|
Ah, missed |
49f2919 to
359f11f
Compare
|
Force pushed to drop out Ruby 2.7 and Edit: kept |
359f11f to
2d74dd0
Compare
Signed-off-by: Ivan Prisyazhnyy <john.koepi@gmail.com>
2d74dd0 to
ed1be47
Compare
Changes: - 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