You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|*Published image architecture(s)*| x86-64, arm64/aarch64 for `bookworm` , and `bullseye` variants |
14
14
|*Container host OS support*| Linux, macOS, Windows |
15
15
|*Container OS*| Debian |
@@ -22,20 +22,20 @@ See **[history](history)** for information on the contents of published images.
22
22
You can directly reference pre-built versions of `Dockerfile` by using the `image` property in `.devcontainer/devcontainer.json` or updating the `FROM` statement in your own `Dockerfile` to one of the following. An example `Dockerfile` is included in this repository.
23
23
24
24
-`mcr.microsoft.com/devcontainers/ruby` (latest)
25
-
-`mcr.microsoft.com/devcontainers/ruby:3` (or `3-bookworm`, `3-bullseye` to pin to an OS version)
26
-
-`mcr.microsoft.com/devcontainers/ruby:3.4` (or `3.4-bookworm`, `3.4-bullseye` to pin to an OS version)
27
-
-`mcr.microsoft.com/devcontainers/ruby:3.3` (or `3.3-bookworm`, `3.3-bullseye` to pin to an OS version)
28
-
-`mcr.microsoft.com/devcontainers/ruby:3.2` (or `3.2-bookworm`, `3.2-bullseye` to pin to an OS version)
25
+
-`mcr.microsoft.com/devcontainers/ruby:3` (or `3-trixie`, `3-bookworm`, `3-bullseye` to pin to an OS version)
26
+
-`mcr.microsoft.com/devcontainers/ruby:3.4` (or `3.4-trixie`, `3.4-bookworm`, `3.4-bullseye` to pin to an OS version)
27
+
-`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)
29
29
30
30
Refer to [this guide](https://containers.dev/guide/dockerfile) for more details.
31
31
32
32
You can decide how often you want updates by referencing a [semantic version](https://semver.org/) of each image. For example:
33
33
34
-
-`mcr.microsoft.com/devcontainers/ruby:1-3` (or `1-3-bookworm`, `1-3-bullseye` to pin to an OS version)
35
-
-`mcr.microsoft.com/devcontainers/ruby:1.4-3` (or `1.4-3-bookworm`, `1.4-3-bullseye` to pin to an OS version)
36
-
-`mcr.microsoft.com/devcontainers/ruby:1.4.5-3` (or `1.4.5-3-bookworm`, `1.4.5-3-bullseye` to pin to an OS version)
34
+
-`mcr.microsoft.com/devcontainers/ruby:2-3` (or `2-3-trixie`, `2-3-bookworm`, `2-3-bullseye` to pin to an OS version)
35
+
-`mcr.microsoft.com/devcontainers/ruby:2.0-3` (or `2.0-3-trixie`, `2.0-3-bookworm`, `2.0-3-bullseye` to pin to an OS version)
36
+
-`mcr.microsoft.com/devcontainers/ruby:2.0.0-3` (or `2.0.0-3-trixie`, `2.0.0-3-bookworm`, `2.0.0-3-bullseye` to pin to an OS version)
37
37
38
-
However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `1-3.4`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates.
38
+
However, we only do security patching on the latest [non-breaking, in support](https://github.com/devcontainers/images/issues/90) versions of images (e.g. `2-3.4`). You may want to run `apt-get update && apt-get upgrade` in your Dockerfile if you lock to a more specific version to at least pick up OS security updates.
39
39
40
40
See [history](history) for information on the contents of each version and [here for a complete list of available tags](https://mcr.microsoft.com/v2/devcontainers/ruby/tags/list).
0 commit comments