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 |
@@ -26,15 +26,14 @@ You can directly reference pre-built versions of `Dockerfile` by using the `imag
26
26
-`mcr.microsoft.com/devcontainers/ruby:3.4` (or `3.4-bookworm`, `3.4-bullseye` to pin to an OS version)
27
27
-`mcr.microsoft.com/devcontainers/ruby:3.3` (or `3.3-bookworm`, `3.3-bullseye` to pin to an OS version)
28
28
-`mcr.microsoft.com/devcontainers/ruby:3.2` (or `3.2-bookworm`, `3.2-bullseye` to pin to an OS version)
29
-
-`mcr.microsoft.com/devcontainers/ruby:3.1` (or `3.1-bookworm`, `3.1-bullseye` to pin to an OS version)
30
29
31
30
Refer to [this guide](https://containers.dev/guide/dockerfile) for more details.
32
31
33
32
You can decide how often you want updates by referencing a [semantic version](https://semver.org/) of each image. For example:
34
33
35
34
-`mcr.microsoft.com/devcontainers/ruby:1-3` (or `1-3-bookworm`, `1-3-bullseye` to pin to an OS version)
36
-
-`mcr.microsoft.com/devcontainers/ruby:1.0-3` (or `1.0-3-bookworm`, `1.0-3-bullseye` to pin to an OS version)
37
-
-`mcr.microsoft.com/devcontainers/ruby:1.0.0-3` (or `1.0.0-3-bookworm`, `1.0.0-3-bullseye` to pin to an OS version)
35
+
-`mcr.microsoft.com/devcontainers/ruby:1.3-3` (or `1.3-3-bookworm`, `1.3-3-bullseye` to pin to an OS version)
36
+
-`mcr.microsoft.com/devcontainers/ruby:1.3.0-3` (or `1.3.0-3-bookworm`, `1.3.0-3-bullseye` to pin to an OS version)
38
37
39
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.2`). 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.
0 commit comments