Skip to content
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

Closed
kenhys opened this issue Jan 9, 2024 · 0 comments · Fixed by #372
Closed

Switch base image to 3.x-slim-bookworm #371

kenhys opened this issue Jan 9, 2024 · 0 comments · Fixed by #372

Comments

@kenhys
Copy link
Contributor

kenhys commented Jan 9, 2024

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.

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
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant