Run update.sh
This commit is contained in:
parent
54515d99c4
commit
56b255fb18
|
|
@ -24,15 +24,15 @@ WARNING:
|
||||||
|
|
||||||
# Supported tags and respective `Dockerfile` links
|
# Supported tags and respective `Dockerfile` links
|
||||||
|
|
||||||
- [`22.2.9-apache`, `22.2-apache`, `22-apache`, `22.2.9`, `22.2`, `22`](https://github.com/nextcloud/docker/blob/0eda450eb9b5088c7f2452dfd3e2a7554076bb49/22/apache/Dockerfile)
|
- [`22.2.10-apache`, `22.2-apache`, `22-apache`, `22.2.10`, `22.2`, `22`](https://github.com/nextcloud/docker/blob/8cfb0e50ef8a42ee366d1413df969ac801cac30c/22/apache/Dockerfile)
|
||||||
- [`22.2.9-fpm`, `22.2-fpm`, `22-fpm`](https://github.com/nextcloud/docker/blob/0eda450eb9b5088c7f2452dfd3e2a7554076bb49/22/fpm/Dockerfile)
|
- [`22.2.10-fpm`, `22.2-fpm`, `22-fpm`](https://github.com/nextcloud/docker/blob/8cfb0e50ef8a42ee366d1413df969ac801cac30c/22/fpm/Dockerfile)
|
||||||
- [`22.2.9-fpm-alpine`, `22.2-fpm-alpine`, `22-fpm-alpine`](https://github.com/nextcloud/docker/blob/66f397fd74c272636dd9ccfc5f52bf2f5112ce2f/22/fpm-alpine/Dockerfile)
|
- [`22.2.10-fpm-alpine`, `22.2-fpm-alpine`, `22-fpm-alpine`](https://github.com/nextcloud/docker/blob/8cfb0e50ef8a42ee366d1413df969ac801cac30c/22/fpm-alpine/Dockerfile)
|
||||||
- [`23.0.6-apache`, `23.0-apache`, `23-apache`, `stable-apache`, `production-apache`, `23.0.6`, `23.0`, `23`, `stable`, `production`](https://github.com/nextcloud/docker/blob/0eda450eb9b5088c7f2452dfd3e2a7554076bb49/23/apache/Dockerfile)
|
- [`23.0.7-apache`, `23.0-apache`, `23-apache`, `23.0.7`, `23.0`, `23`](https://github.com/nextcloud/docker/blob/8cfb0e50ef8a42ee366d1413df969ac801cac30c/23/apache/Dockerfile)
|
||||||
- [`23.0.6-fpm`, `23.0-fpm`, `23-fpm`, `stable-fpm`, `production-fpm`](https://github.com/nextcloud/docker/blob/0eda450eb9b5088c7f2452dfd3e2a7554076bb49/23/fpm/Dockerfile)
|
- [`23.0.7-fpm`, `23.0-fpm`, `23-fpm`](https://github.com/nextcloud/docker/blob/8cfb0e50ef8a42ee366d1413df969ac801cac30c/23/fpm/Dockerfile)
|
||||||
- [`23.0.6-fpm-alpine`, `23.0-fpm-alpine`, `23-fpm-alpine`, `stable-fpm-alpine`, `production-fpm-alpine`](https://github.com/nextcloud/docker/blob/66f397fd74c272636dd9ccfc5f52bf2f5112ce2f/23/fpm-alpine/Dockerfile)
|
- [`23.0.7-fpm-alpine`, `23.0-fpm-alpine`, `23-fpm-alpine`](https://github.com/nextcloud/docker/blob/8cfb0e50ef8a42ee366d1413df969ac801cac30c/23/fpm-alpine/Dockerfile)
|
||||||
- [`24.0.2-apache`, `24.0-apache`, `24-apache`, `apache`, `24.0.2`, `24.0`, `24`, `latest`](https://github.com/nextcloud/docker/blob/0eda450eb9b5088c7f2452dfd3e2a7554076bb49/24/apache/Dockerfile)
|
- [`24.0.3-apache`, `24.0-apache`, `24-apache`, `apache`, `stable-apache`, `production-apache`, `24.0.3`, `24.0`, `24`, `latest`, `stable`, `production`](https://github.com/nextcloud/docker/blob/8cfb0e50ef8a42ee366d1413df969ac801cac30c/24/apache/Dockerfile)
|
||||||
- [`24.0.2-fpm`, `24.0-fpm`, `24-fpm`, `fpm`](https://github.com/nextcloud/docker/blob/941450c1fb3b3de9784fde57e808c473115b4698/24/fpm/Dockerfile)
|
- [`24.0.3-fpm`, `24.0-fpm`, `24-fpm`, `fpm`, `stable-fpm`, `production-fpm`](https://github.com/nextcloud/docker/blob/8cfb0e50ef8a42ee366d1413df969ac801cac30c/24/fpm/Dockerfile)
|
||||||
- [`24.0.2-fpm-alpine`, `24.0-fpm-alpine`, `24-fpm-alpine`, `fpm-alpine`](https://github.com/nextcloud/docker/blob/66f397fd74c272636dd9ccfc5f52bf2f5112ce2f/24/fpm-alpine/Dockerfile)
|
- [`24.0.3-fpm-alpine`, `24.0-fpm-alpine`, `24-fpm-alpine`, `fpm-alpine`, `stable-fpm-alpine`, `production-fpm-alpine`](https://github.com/nextcloud/docker/blob/8cfb0e50ef8a42ee366d1413df969ac801cac30c/24/fpm-alpine/Dockerfile)
|
||||||
|
|
||||||
# Quick reference (cont.)
|
# Quick reference (cont.)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -61,7 +61,11 @@ Thank you for using Rocky Linux! We appreciate your feedback and welcome you to
|
||||||
|
|
||||||
# Rocky Linux image documentation
|
# Rocky Linux image documentation
|
||||||
|
|
||||||
The `rockylinux:latest` tag is always the most recent version currently available.
|
The `rockylinux:latest` tag is intentionally missing. Please choose a major version (currently 8 or 9) tag, or a more specific tag to ensure you are pulling the version of Rocky Linux you want: e.g. `rockylinux:8` or `rockylinux:9`
|
||||||
|
|
||||||
|
## Minimal variant
|
||||||
|
|
||||||
|
In addition to the Base container, a Minimal container with microdnf and a stripped down dependency set is available by using any of the `-minimal` tags e.g. `rockylinux:9-minimal`
|
||||||
|
|
||||||
## Rolling builds
|
## Rolling builds
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue