Skip to content

Commit

Permalink
[Ruby]-3.0 EOL- Images Issue #998 (#1026)
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravsaini04 authored Apr 22, 2024
1 parent 24bdd6b commit c1db1f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
2 changes: 1 addition & 1 deletion src/ruby/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [Choice] Ruby version (use -bullseye variants on local arm64/Apple Silicon): 3, 3.3, 3.2, 3.1, 3.0, 3-bookworm, 3.3-bookworm, 3.2-bookworm, 3.1-bookworm, 3-bullseye, 3.3-bullseye, 3.2-bullseye, 3.1-bullseye, 3.0-bullseye, 3-buster, 3.2-buster 3.1-buster, 3.0-buster
# [Choice] Ruby version (use -bullseye variants on local arm64/Apple Silicon): 3, 3.3, 3.2, 3.1, 3-bookworm, 3.3-bookworm, 3.2-bookworm, 3.1-bookworm, 3-bullseye, 3.3-bullseye, 3.2-bullseye, 3.1-bullseye, 3-buster, 3.2-buster 3.1-buster
ARG VARIANT=3-bookworm
FROM ruby:${VARIANT}

Expand Down
3 changes: 1 addition & 2 deletions src/ruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
| *Categories* | Core, Languages |
| *Image type* | Dockerfile |
| *Published images* | mcr.microsoft.com/devcontainers/ruby |
| *Available image variants* | 3 / 3-bookworm, 3.3 / 3.3-bookworm, 3.2 / 3.2-bookworm, 3.1 / 3.1-bookworm, 3.0 / 3.0-bullseye, 3-bullseye, 3.3-bullseye, 3.2-bullseye, 3.1-bullseye, 3-buster, 3.2-buster, 3.1-buster, 3.0-buster ([full list](https://mcr.microsoft.com/v2/devcontainers/ruby/tags/list)) |
| *Available image variants* | 3 / 3-bookworm, 3.3 / 3.3-bookworm, 3.2 / 3.2-bookworm, 3.1 / 3.1-bookworm, 3-bullseye, 3.3-bullseye, 3.2-bullseye, 3.1-bullseye, 3-buster, 3.2-buster, 3.1-buster, ([full list](https://mcr.microsoft.com/v2/devcontainers/ruby/tags/list)) |
| *Published image architecture(s)* | x86-64, arm64/aarch64 for `bookworm` , and `bullseye` variants |
| *Container host OS support* | Linux, macOS, Windows |
| *Container OS* | Debian |
Expand All @@ -26,7 +26,6 @@ You can directly reference pre-built versions of `Dockerfile` by using the `imag
- `mcr.microsoft.com/devcontainers/ruby:3.3` (or `3.3-bookworm`, `3.3-bullseye` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/ruby:3.2` (or `3.2-bookworm`, `3.2-bullseye`, `3.2-buster` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/ruby:3.1` (or `3.1-bookworm`, `3.1-bullseye`, `3.1-buster` to pin to an OS version)
- `mcr.microsoft.com/devcontainers/ruby:3.0` (or `3.0-bullseye`, `3.0-buster` to pin to an OS version)

Refer to [this guide](https://containers.dev/guide/dockerfile) for more details.

Expand Down
14 changes: 1 addition & 13 deletions src/ruby/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
"3.3-bullseye",
"3.2-bullseye",
"3.1-bullseye",
"3.0-bullseye",
"3.2-buster",
"3.1-buster",
"3.0-buster"
"3.1-buster"
],
"build": {
"latest": "3.3-bookworm",
Expand Down Expand Up @@ -40,18 +38,11 @@
"linux/amd64",
"linux/arm64"
],
"3.0-bullseye": [
"linux/amd64",
"linux/arm64"
],
"3.2-buster": [
"linux/amd64"
],
"3.1-buster": [
"linux/amd64"
],
"3.0-buster": [
"linux/amd64"
]
},
"tags": [
Expand All @@ -70,9 +61,6 @@
"3.1-bookworm": [
"ruby:${VERSION}-3.1"
],
"3.0-bullseye": [
"ruby:${VERSION}-3.0"
],
"3.3-bullseye": [
"ruby:${VERSION}-3-bullseye",
"ruby:${VERSION}-bullseye"
Expand Down

0 comments on commit c1db1f5

Please sign in to comment.