-
Notifications
You must be signed in to change notification settings - Fork 352
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
Switch base image to 3.x-slim-bookworm #371
Comments
kenhys
added a commit
that referenced
this issue
Jan 12, 2024
Change base image because: * Use stable image instead of old-stable one because there is a bit delay to be shipped updates from upstream. (EOL of bullseye is around July, 2024) * fluent-package LTS adopts Ruby 3.2 by default. Closes: #371 NOTE: Update linux containers at first. Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
kenhys
added a commit
that referenced
this issue
Jan 12, 2024
Change base image because: * Use stable image instead of old-stable one because there is a bit delay to be shipped updates from upstream. (EOL of bullseye is around July, 2024) * fluent-package LTS adopts Ruby 3.2 by default. Closes: #371 NOTE: Update linux containers at first. Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
kenhys
added a commit
that referenced
this issue
Jan 12, 2024
Change base image because: * Use stable image instead of old-stable one because there is a bit delay to be shipped updates from upstream. (EOL of bullseye is around July, 2024) * fluent-package LTS adopts Ruby 3.2 by default. * Use alpine:3.19 to use Ruby 3.2. Closes: #371 NOTE: Update linux containers at first. Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
kenhys
added a commit
that referenced
this issue
Jan 15, 2024
Change base image because: * Use stable image instead of old-stable one because there is a bit delay to be shipped updates from upstream. (EOL of bullseye is around July, 2024) * fluent-package LTS adopts Ruby 3.2 by default. * Use alpine:3.19 to use Ruby 3.2. Closes: #371 NOTE: Update linux containers at first. Signed-off-by: Kentaro Hayashi <kenhys@gmail.com>
kenhys
added a commit
that referenced
this issue
Jan 15, 2024
Change base image because: * Use stable image instead of old-stable one because there is a bit delay to be shipped updates from upstream. (EOL of bullseye is around July, 2024) * fluent-package LTS adopts Ruby 3.2 by default. * Use alpine:3.19 to use Ruby 3.2. Closes: #371 NOTE: Update linux containers at first. Signed-off-by: Kentaro Hayashi <kenhys@gmail.com>
kenhys
added a commit
that referenced
this issue
Jan 15, 2024
Change base image because: * Use stable image instead of old-stable one because there is a bit delay to be shipped updates from upstream. (EOL of bullseye is around July, 2024) * fluent-package LTS adopts Ruby 3.2 by default. * Use alpine:3.19 to use Ruby 3.2. Closes: #371 NOTE: Update linux containers at first. Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
Currently, docker image uses ruby:3.1-slim-bullseye, which is old stable of debian.
The old stable of debian (bullseye) reaches EOL in this year (July, 2024)
https://wiki.debian.org/DebianReleases
https://www.ruby-lang.org/en/downloads/branches/
NOTE: 3.1 reaches EOL in March 31, 2025.
Expected
Switch to 3.1-slim-bookworm or 3.2-slim-bookworm.
The text was updated successfully, but these errors were encountered: