Skip to content

Commit bae3d7b

Browse files
Remove deprecated Ruby 3.2 variants from README and manifest files (#1825)
* Remove deprecated Ruby 3.2 variants from README and manifest files * Version bump Updated Ruby version from 3.0.3 to 3.0.4 in manifest.json. * Update src/ruby/README.md Co-authored-by: Copilot <[email protected]> * Refactor ESLint configuration to use consistent rule values and update Dockerfile to correctly format fish prompt installation * Revert "Refactor ESLint configuration to use consistent rule values and update Dockerfile to correctly format fish prompt installation" This reverts commit 129c218. --------- Co-authored-by: Copilot <[email protected]>
1 parent 5b105e4 commit bae3d7b

2 files changed

Lines changed: 3 additions & 29 deletions

File tree

src/ruby/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
| *Categories* | Core, Languages |
1010
| *Image type* | Dockerfile |
1111
| *Published images* | mcr.microsoft.com/devcontainers/ruby |
12-
| *Available image variants* | 4 / 4-trixie, 4-bookworm, 3.4 / 3.4-trixie, 3.3 / 3.3-trixie, 3.2 / 3.2-trixie, 3-bookworm, 3.4-bookworm, 3.3-bookworm, 3.2-bookworm, 3-bullseye, 3.4-bullseye ([full list](https://mcr.microsoft.com/v2/devcontainers/ruby/tags/list)) |
12+
| *Available image variants* | 4 / 4-trixie, 4-bookworm, 3.4 / 3.4-trixie, 3.3 / 3.3-trixie, 3.4-bookworm, 3.3-bookworm, 3.4-bullseye ([full list](https://mcr.microsoft.com/v2/devcontainers/ruby/tags/list)) |
1313
| *Published image architecture(s)* | x86-64, arm64/aarch64 for `trixie`, `bookworm` , and `bullseye` variants |
1414
| *Container host OS support* | Linux, macOS, Windows |
1515
| *Container OS* | Debian |
@@ -25,7 +25,6 @@ You can directly reference pre-built versions of `Dockerfile` by using the `imag
2525
- `mcr.microsoft.com/devcontainers/ruby:4` (or `4-trixie`, `4-bookworm` to pin to an OS version)
2626
- `mcr.microsoft.com/devcontainers/ruby:3.4` (or `3.4-trixie`, `3.4-bookworm`, `3.4-bullseye` to pin to an OS version)
2727
- `mcr.microsoft.com/devcontainers/ruby:3.3` (or `3.3-trixie`, `3.3-bookworm`, `3.3-bullseye` to pin to an OS version)
28-
- `mcr.microsoft.com/devcontainers/ruby:3.2` (or `3.2-trixie`, `3.2-bookworm`, `3.2-bullseye` to pin to an OS version)
2928

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

src/ruby/manifest.json

Lines changed: 2 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
{
2-
"version": "3.0.3",
2+
"version": "3.0.4",
33
"variants": [
44
"4.0-trixie",
55
"3.4-trixie",
66
"3.3-trixie",
7-
"3.2-trixie",
87
"4.0-bookworm",
98
"3.4-bookworm",
109
"3.3-bookworm",
11-
"3.2-bookworm",
1210
"3.4-bullseye",
13-
"3.3-bullseye",
14-
"3.2-bullseye"
11+
"3.3-bullseye"
1512
],
1613
"build": {
1714
"latest": "4.0-trixie",
@@ -32,10 +29,6 @@
3229
"3.3-trixie": [
3330
"linux/amd64",
3431
"linux/arm64"
35-
],
36-
"3.2-trixie": [
37-
"linux/amd64",
38-
"linux/arm64"
3932
],
4033
"3.4-bookworm": [
4134
"linux/amd64",
@@ -45,21 +38,13 @@
4538
"linux/amd64",
4639
"linux/arm64"
4740
],
48-
"3.2-bookworm": [
49-
"linux/amd64",
50-
"linux/arm64"
51-
],
5241
"3.4-bullseye": [
5342
"linux/amd64",
5443
"linux/arm64"
5544
],
5645
"3.3-bullseye": [
5746
"linux/amd64",
5847
"linux/arm64"
59-
],
60-
"3.2-bullseye": [
61-
"linux/amd64",
62-
"linux/arm64"
6348
]
6449
},
6550
"tags": [
@@ -84,27 +69,17 @@
8469
"ruby:${VERSION}-3.3",
8570
"ruby:${VERSION}-3.3-trixie"
8671
],
87-
"3.2-trixie": [
88-
"ruby:${VERSION}-3.2",
89-
"ruby:${VERSION}-3.2-trixie"
90-
],
9172
"3.4-bookworm": [
9273
"ruby:${VERSION}-3.4-bookworm"
9374
],
9475
"3.3-bookworm": [
9576
"ruby:${VERSION}-3.3-bookworm"
9677
],
97-
"3.2-bookworm": [
98-
"ruby:${VERSION}-3.2-bookworm"
99-
],
10078
"3.4-bullseye": [
10179
"ruby:${VERSION}-3.4-bullseye"
10280
],
10381
"3.3-bullseye": [
10482
"ruby:${VERSION}-3.3-bullseye"
105-
],
106-
"3.2-bullseye": [
107-
"ruby:${VERSION}-3.2-bullseye"
10883
]
10984
}
11085
},

0 commit comments

Comments
 (0)