diff --git a/images/dotnet/metadata.yaml b/images/dotnet/metadata.yaml index e0dfa96a2..9d9c2dc89 100644 --- a/images/dotnet/metadata.yaml +++ b/images/dotnet/metadata.yaml @@ -23,3 +23,7 @@ keywords: aliases: - mcr.microsoft.com/dotnet/runtime:latest - mcr.microsoft.com/dotnet/sdk:latest + - mcr.microsoft.com/dotnet/runtime:8.0 + - mcr.microsoft.com/dotnet/sdk:8.0 + - mcr.microsoft.com/dotnet/runtime:9.0 + - mcr.microsoft.com/dotnet/sdk:9.0 diff --git a/images/nginx/metadata.yaml b/images/nginx/metadata.yaml index 20b461503..2f0a3d1b5 100644 --- a/images/nginx/metadata.yaml +++ b/images/nginx/metadata.yaml @@ -30,4 +30,3 @@ keywords: aliases: - nginx:alpine - nginx:latest - - rapidfort/nginx:1.22 diff --git a/images/static/README.md b/images/static/README.md index 108a547de..076e7572f 100644 --- a/images/static/README.md +++ b/images/static/README.md @@ -32,16 +32,6 @@ Be sure to replace the `ORGANIZATION` placeholder with the name used for your or -## Upcoming Changes - -On July 15, 2024 the `static:latest` image will move from a Alpine base to a Wolfi base, -in-line with all other images in our registry. We do not expect this to cause breakages, but -encourage all users to test and verify the new version. - -You can test today by migrating to the `cgr.dev/chainguard/static:latest-glibc` image. From July 15, the `:latest` and `:latest-glibc` will point to the same image. - -Full details are in [this blog post](https://www.chainguard.dev/unchained/changes-to-static-git-and-busybox-developer-images). - ## Usage Chainguard's static Images are meant to be used as a base image only and are not intended to be run directly.