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
Copy file name to clipboardExpand all lines: README.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,10 @@ These images are built using [bazel](https://bazel.build), but they can also be
28
28
29
29
The following images are currently published and updated by the distroless project (see [SUPPORT_POLICY.md](SUPPORT_POLICY.md) for support timelines)
30
30
31
+
These images refer to image indexes with references to all supported architectures. Architecture specific images can be directly referenced using an additional architecture suffix on the tag, like `gcr.io/distroless/static-debian12:latest-amd64`
32
+
33
+
Any other tags are considered deprecated and are no longer updated
34
+
31
35
#### Debian 12
32
36
33
37
| Image | Tags | Architecture Suffixes |
@@ -44,20 +48,17 @@ The following images are currently published and updated by the distroless proje
These images refer to image indexes with references to all supported architectures. Architecture specific images can be directly referenced using an additional architecture suffix on the tag, like `gcr.io/distroless/static-debian12:latest-amd64`
48
-
49
-
Any other tags are considered deprecated and are no longer updated
50
-
51
-
#### Debian 13 Preview
51
+
#### Debian 13
52
52
53
-
These images are not considered stable and may change in subtle ways that break your application. They are made available to allow testing of your systems before upgrading. We will stabilize these in the near future at which point you should revalidate with the latest releases.
53
+
Debian 13 distroless images use the debian [UsrMerge](https://wiki.debian.org/UsrMerge) scheme. If you use `rules_distroless` to add packages to an image, set `mergedusr = True`in [`apt.install`](https://registry.bazel.build/docs/rules_distroless#apt_install).
0 commit comments