Skip to content

Commit fa0f365

Browse files
committed
docs: Add note re old images being hosted in the nginxinc org
1 parent a77ee70 commit fa0f365

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,14 @@ You can find pre-built images in each of the following registries:
2525
- Amazon ECR - <https://gallery.ecr.aws/nginx/nginx-unprivileged>
2626
- Docker Hub - <https://hub.docker.com/r/nginxinc/nginx-unprivileged>
2727
- GitHub Container Registry - <https://github.com/nginx/docker-nginx-unprivileged/pkgs/container/nginx-unprivileged>
28+
- **Note**: For releases prior to NGINX 1.27.4 (mainline branch) and 1.26.3 (stable branch), use the old registry link <https://github.com/nginxinc/docker-nginx-unprivileged/pkgs/container/nginx-unprivileged>
2829
- Quay - <https://quay.io/repository/nginx/nginx-unprivileged>
2930

3031
### Image Builds and Retention Policy
3132

3233
#### Image Builds
3334

34-
New images are built whenever there is a new NGINX release or a critical CVE is found and fixed (check the [`security documentation`](/SECURITY.md) for more details). New images are also built and pushed to on a weekly basis (every Monday night). Whenever a new image is built, the current NGINX mainline and stable tags get switched to the latest build, and the image that gets replaced will become untagged. If you wish to point your builds to a specific image over time, use the specific image digest instead of the tag.
35+
New images are built whenever there is a new NGINX release or a critical CVE is found and fixed (check the [security documentation](/SECURITY.md) for more details). New images are also built and pushed to all registries on a weekly basis every Monday night. Whenever a new image is built, the current NGINX mainline and stable tags get switched to the latest build, and the image that gets replaced will become untagged. If you wish to point your builds to a specific image over time, use the specific image digest instead of the tag.
3536

3637
#### Image Retention Policy
3738

0 commit comments

Comments
 (0)