Skip to content

Commit 77a5b5c

Browse files
Run update.sh
1 parent 9737bb3 commit 77a5b5c

File tree

7 files changed

+41
-43
lines changed

7 files changed

+41
-43
lines changed

arangodb/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,7 @@ docker inspect --format '{{ .NetworkSettings.IPAddress }}' arangodb-instance
9696

9797
When using Docker, you need to specify the language you want to initialize the server to on the first run in one of the following ways:
9898

99-
- From v3.12.2 onward: Append the `--icu-language` startup option to the end of the Docker command, like `docker run ... arangodb --icu-language sv` for a Swedish locale.
100-
101-
- Set the environment variable `LANG` to a locale in the `docker run` command, e.g. `-e LANG=sv`.
99+
- Set the environment variable `LANG` to a locale in the `docker run` command, e.g. `-e LANG=sv` for a Swedish locale.
102100

103101
- Use an `arangod.conf` configuration file that sets a language and mount it into the container. For example, create a configuration file on your host system in which you set `icu-language = sv` at the top (before any `[section]`) and then mount the file over the default configuration file like `docker run -v /your-host-path/arangod.conf:/etc/arangodb3/arangod.conf ...`.
104102

groovy/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ WARNING:
2424

2525
# Supported tags and respective `Dockerfile` links
2626

27-
- [`4.0.25-jdk8`, `4.0-jdk8`, `jdk8`, `4.0.25-jdk8-jammy`, `4.0-jdk8-jammy`, `jdk8-jammy`](https://github.com/groovy/docker-groovy/blob/0bf66b24590f71de06ad45107716beacd4a07c06/jdk8/Dockerfile)
27+
- [`4.0.27-jdk8`, `4.0-jdk8`, `jdk8`, `4.0.27-jdk8-jammy`, `4.0-jdk8-jammy`, `jdk8-jammy`](https://github.com/groovy/docker-groovy/blob/56e8c6f9da9d12e66437fab7e591eb1cd535f731/jdk8/Dockerfile)
2828

29-
- [`4.0.25-jdk11`, `4.0-jdk11`, `jdk11`, `4.0.25-jdk11-jammy`, `4.0-jdk11-jammy`, `jdk11-jammy`](https://github.com/groovy/docker-groovy/blob/0bf66b24590f71de06ad45107716beacd4a07c06/jdk11/Dockerfile)
29+
- [`4.0.27-jdk11`, `4.0-jdk11`, `jdk11`, `4.0.27-jdk11-jammy`, `4.0-jdk11-jammy`, `jdk11-jammy`](https://github.com/groovy/docker-groovy/blob/56e8c6f9da9d12e66437fab7e591eb1cd535f731/jdk11/Dockerfile)
3030

31-
- [`4.0.25-jdk11-alpine`, `4.0-jdk11-alpine`, `jdk11-alpine`](https://github.com/groovy/docker-groovy/blob/0bf66b24590f71de06ad45107716beacd4a07c06/jdk11-alpine/Dockerfile)
31+
- [`4.0.27-jdk11-alpine`, `4.0-jdk11-alpine`, `jdk11-alpine`](https://github.com/groovy/docker-groovy/blob/56e8c6f9da9d12e66437fab7e591eb1cd535f731/jdk11-alpine/Dockerfile)
3232

33-
- [`4.0.25-jdk17`, `4.0-jdk17`, `jdk17`, `4.0.25-jdk`, `4.0-jdk`, `4.0.25`, `4.0`, `4`, `jdk`, `latest`, `4.0.25-jdk17-jammy`, `4.0-jdk17-jammy`, `jdk17-jammy`, `4.0.25-jdk-jammy`, `4.0-jdk-jammy`, `4.0.25-jammy`, `4.0-jammy`, `4-jammy`, `jdk-jammy`, `jammy`](https://github.com/groovy/docker-groovy/blob/0bf66b24590f71de06ad45107716beacd4a07c06/jdk17/Dockerfile)
33+
- [`4.0.27-jdk17`, `4.0-jdk17`, `jdk17`, `4.0.27-jdk`, `4.0-jdk`, `4.0.27`, `4.0`, `4`, `jdk`, `latest`, `4.0.27-jdk17-jammy`, `4.0-jdk17-jammy`, `jdk17-jammy`, `4.0.27-jdk-jammy`, `4.0-jdk-jammy`, `4.0.27-jammy`, `4.0-jammy`, `4-jammy`, `jdk-jammy`, `jammy`](https://github.com/groovy/docker-groovy/blob/56e8c6f9da9d12e66437fab7e591eb1cd535f731/jdk17/Dockerfile)
3434

35-
- [`4.0.25-jdk17-alpine`, `4.0-jdk17-alpine`, `jdk17-alpine`, `4.0.25-jdk-alpine`, `4.0-jdk-alpine`, `4.0.25-alpine`, `4.0-alpine`, `4-alpine`, `jdk-alpine`, `alpine`](https://github.com/groovy/docker-groovy/blob/0bf66b24590f71de06ad45107716beacd4a07c06/jdk17-alpine/Dockerfile)
35+
- [`4.0.27-jdk17-alpine`, `4.0-jdk17-alpine`, `jdk17-alpine`, `4.0.27-jdk-alpine`, `4.0-jdk-alpine`, `4.0.27-alpine`, `4.0-alpine`, `4-alpine`, `jdk-alpine`, `alpine`](https://github.com/groovy/docker-groovy/blob/56e8c6f9da9d12e66437fab7e591eb1cd535f731/jdk17-alpine/Dockerfile)
3636

37-
- [`4.0.25-jdk21`, `4.0-jdk21`, `jdk21`, `4.0.25-jdk21-jammy`, `4.0-jdk21-jammy`, `jdk21-jammy`](https://github.com/groovy/docker-groovy/blob/0bf66b24590f71de06ad45107716beacd4a07c06/jdk21/Dockerfile)
37+
- [`4.0.27-jdk21`, `4.0-jdk21`, `jdk21`, `4.0.27-jdk21-jammy`, `4.0-jdk21-jammy`, `jdk21-jammy`](https://github.com/groovy/docker-groovy/blob/56e8c6f9da9d12e66437fab7e591eb1cd535f731/jdk21/Dockerfile)
3838

39-
- [`4.0.25-jdk21-alpine`, `4.0-jdk21-alpine`, `jdk21-alpine`](https://github.com/groovy/docker-groovy/blob/0bf66b24590f71de06ad45107716beacd4a07c06/jdk21-alpine/Dockerfile)
39+
- [`4.0.27-jdk21-alpine`, `4.0-jdk21-alpine`, `jdk21-alpine`](https://github.com/groovy/docker-groovy/blob/56e8c6f9da9d12e66437fab7e591eb1cd535f731/jdk21-alpine/Dockerfile)
4040

4141
# Quick reference (cont.)
4242

joomla/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,23 @@ WARNING:
2424

2525
# Supported tags and respective `Dockerfile` links
2626

27-
- [`6.0.0-alpha1`, `6.0`, `6.0.alpha`, `6.0.0-alpha`, `6.0.0-alpha1-apache`, `6.0-apache`, `6.0.alpha-apache`, `6.0.0-alpha-apache`, `6.0.0-alpha1-php8.3`, `6.0-php8.3`, `6.0.alpha-php8.3`, `6.0.0-alpha-php8.3`, `6.0.0-alpha1-php8.3-apache`, `6.0-php8.3-apache`, `6.0.alpha-php8.3-apache`, `6.0.0-alpha-php8.3-apache`](https://github.com/joomla-docker/docker-joomla/blob/edc4654f06694c7b8caed4a7297549f1bbca78a8/6.0.alpha/php8.3/apache/Dockerfile)
27+
- [`6.0.0-alpha2`, `6.0`, `6.0.alpha`, `6.0.0-alpha`, `6.0.0-alpha2-apache`, `6.0-apache`, `6.0.alpha-apache`, `6.0.0-alpha-apache`, `6.0.0-alpha2-php8.3`, `6.0-php8.3`, `6.0.alpha-php8.3`, `6.0.0-alpha-php8.3`, `6.0.0-alpha2-php8.3-apache`, `6.0-php8.3-apache`, `6.0.alpha-php8.3-apache`, `6.0.0-alpha-php8.3-apache`](https://github.com/joomla-docker/docker-joomla/blob/950c6dac45e3f56b4699e9cfbe4305274c430438/6.0.alpha/php8.3/apache/Dockerfile)
2828

29-
- [`6.0.0-alpha1-php8.3-fpm-alpine`, `6.0-php8.3-fpm-alpine`, `6.0.alpha-php8.3-fpm-alpine`, `6.0.0-alpha-php8.3-fpm-alpine`](https://github.com/joomla-docker/docker-joomla/blob/edc4654f06694c7b8caed4a7297549f1bbca78a8/6.0.alpha/php8.3/fpm-alpine/Dockerfile)
29+
- [`6.0.0-alpha2-php8.3-fpm-alpine`, `6.0-php8.3-fpm-alpine`, `6.0.alpha-php8.3-fpm-alpine`, `6.0.0-alpha-php8.3-fpm-alpine`](https://github.com/joomla-docker/docker-joomla/blob/950c6dac45e3f56b4699e9cfbe4305274c430438/6.0.alpha/php8.3/fpm-alpine/Dockerfile)
3030

31-
- [`6.0.0-alpha1-php8.3-fpm`, `6.0-php8.3-fpm`, `6.0.alpha-php8.3-fpm`, `6.0.0-alpha-php8.3-fpm`](https://github.com/joomla-docker/docker-joomla/blob/edc4654f06694c7b8caed4a7297549f1bbca78a8/6.0.alpha/php8.3/fpm/Dockerfile)
31+
- [`6.0.0-alpha2-php8.3-fpm`, `6.0-php8.3-fpm`, `6.0.alpha-php8.3-fpm`, `6.0.0-alpha-php8.3-fpm`](https://github.com/joomla-docker/docker-joomla/blob/950c6dac45e3f56b4699e9cfbe4305274c430438/6.0.alpha/php8.3/fpm/Dockerfile)
3232

33-
- [`5.4.0-alpha1-php8.2-apache`, `5.4-php8.2-apache`, `5.4.alpha-php8.2-apache`, `5.4.0-alpha-php8.2-apache`](https://github.com/joomla-docker/docker-joomla/blob/c8469f6f946b5084b36382b529001d10ccef2acb/5.4.alpha/php8.2/apache/Dockerfile)
33+
- [`5.4.0-alpha2-php8.2-apache`, `5.4-php8.2-apache`, `5.4.alpha-php8.2-apache`, `5.4.0-alpha-php8.2-apache`](https://github.com/joomla-docker/docker-joomla/blob/950c6dac45e3f56b4699e9cfbe4305274c430438/5.4.alpha/php8.2/apache/Dockerfile)
3434

35-
- [`5.4.0-alpha1-php8.2-fpm-alpine`, `5.4-php8.2-fpm-alpine`, `5.4.alpha-php8.2-fpm-alpine`, `5.4.0-alpha-php8.2-fpm-alpine`](https://github.com/joomla-docker/docker-joomla/blob/c8469f6f946b5084b36382b529001d10ccef2acb/5.4.alpha/php8.2/fpm-alpine/Dockerfile)
35+
- [`5.4.0-alpha2-php8.2-fpm-alpine`, `5.4-php8.2-fpm-alpine`, `5.4.alpha-php8.2-fpm-alpine`, `5.4.0-alpha-php8.2-fpm-alpine`](https://github.com/joomla-docker/docker-joomla/blob/950c6dac45e3f56b4699e9cfbe4305274c430438/5.4.alpha/php8.2/fpm-alpine/Dockerfile)
3636

37-
- [`5.4.0-alpha1-php8.2-fpm`, `5.4-php8.2-fpm`, `5.4.alpha-php8.2-fpm`, `5.4.0-alpha-php8.2-fpm`](https://github.com/joomla-docker/docker-joomla/blob/c8469f6f946b5084b36382b529001d10ccef2acb/5.4.alpha/php8.2/fpm/Dockerfile)
37+
- [`5.4.0-alpha2-php8.2-fpm`, `5.4-php8.2-fpm`, `5.4.alpha-php8.2-fpm`, `5.4.0-alpha-php8.2-fpm`](https://github.com/joomla-docker/docker-joomla/blob/950c6dac45e3f56b4699e9cfbe4305274c430438/5.4.alpha/php8.2/fpm/Dockerfile)
3838

39-
- [`5.4.0-alpha1`, `5.4`, `5.4.alpha`, `5.4.0-alpha`, `5.4.0-alpha1-apache`, `5.4-apache`, `5.4.alpha-apache`, `5.4.0-alpha-apache`, `5.4.0-alpha1-php8.3`, `5.4-php8.3`, `5.4.alpha-php8.3`, `5.4.0-alpha-php8.3`, `5.4.0-alpha1-php8.3-apache`, `5.4-php8.3-apache`, `5.4.alpha-php8.3-apache`, `5.4.0-alpha-php8.3-apache`](https://github.com/joomla-docker/docker-joomla/blob/c8469f6f946b5084b36382b529001d10ccef2acb/5.4.alpha/php8.3/apache/Dockerfile)
39+
- [`5.4.0-alpha2`, `5.4`, `5.4.alpha`, `5.4.0-alpha`, `5.4.0-alpha2-apache`, `5.4-apache`, `5.4.alpha-apache`, `5.4.0-alpha-apache`, `5.4.0-alpha2-php8.3`, `5.4-php8.3`, `5.4.alpha-php8.3`, `5.4.0-alpha-php8.3`, `5.4.0-alpha2-php8.3-apache`, `5.4-php8.3-apache`, `5.4.alpha-php8.3-apache`, `5.4.0-alpha-php8.3-apache`](https://github.com/joomla-docker/docker-joomla/blob/950c6dac45e3f56b4699e9cfbe4305274c430438/5.4.alpha/php8.3/apache/Dockerfile)
4040

41-
- [`5.4.0-alpha1-php8.3-fpm-alpine`, `5.4-php8.3-fpm-alpine`, `5.4.alpha-php8.3-fpm-alpine`, `5.4.0-alpha-php8.3-fpm-alpine`](https://github.com/joomla-docker/docker-joomla/blob/c8469f6f946b5084b36382b529001d10ccef2acb/5.4.alpha/php8.3/fpm-alpine/Dockerfile)
41+
- [`5.4.0-alpha2-php8.3-fpm-alpine`, `5.4-php8.3-fpm-alpine`, `5.4.alpha-php8.3-fpm-alpine`, `5.4.0-alpha-php8.3-fpm-alpine`](https://github.com/joomla-docker/docker-joomla/blob/950c6dac45e3f56b4699e9cfbe4305274c430438/5.4.alpha/php8.3/fpm-alpine/Dockerfile)
4242

43-
- [`5.4.0-alpha1-php8.3-fpm`, `5.4-php8.3-fpm`, `5.4.alpha-php8.3-fpm`, `5.4.0-alpha-php8.3-fpm`](https://github.com/joomla-docker/docker-joomla/blob/c8469f6f946b5084b36382b529001d10ccef2acb/5.4.alpha/php8.3/fpm/Dockerfile)
43+
- [`5.4.0-alpha2-php8.3-fpm`, `5.4-php8.3-fpm`, `5.4.alpha-php8.3-fpm`, `5.4.0-alpha-php8.3-fpm`](https://github.com/joomla-docker/docker-joomla/blob/950c6dac45e3f56b4699e9cfbe4305274c430438/5.4.alpha/php8.3/fpm/Dockerfile)
4444

4545
- [`5.3.1-php8.1-apache`, `5.3-php8.1-apache`, `5-php8.1-apache`, `php8.1-apache`](https://github.com/joomla-docker/docker-joomla/blob/5bd86402acfa528dac7dfa6eea3d27d0fc1de5f6/5.3/php8.1/apache/Dockerfile)
4646

mediawiki/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,23 @@ WARNING:
2424

2525
# Supported tags and respective `Dockerfile` links
2626

27-
- [`1.43.1`, `1.43`, `latest`, `stable`, `lts`](https://github.com/wikimedia/mediawiki-docker/blob/76236dfa180c94c95410242a17d6dc8603ba3990/1.43/apache/Dockerfile)
27+
- [`1.43.3`, `1.43`, `latest`, `stable`, `lts`](https://github.com/wikimedia/mediawiki-docker/blob/45f5af8ee458dd9429b7d104210a425cc1040971/1.43/apache/Dockerfile)
2828

29-
- [`1.43.1-fpm`, `1.43-fpm`, `stable-fpm`, `lts-fpm`](https://github.com/wikimedia/mediawiki-docker/blob/76236dfa180c94c95410242a17d6dc8603ba3990/1.43/fpm/Dockerfile)
29+
- [`1.43.3-fpm`, `1.43-fpm`, `stable-fpm`, `lts-fpm`](https://github.com/wikimedia/mediawiki-docker/blob/45f5af8ee458dd9429b7d104210a425cc1040971/1.43/fpm/Dockerfile)
3030

31-
- [`1.43.1-fpm-alpine`, `1.43-fpm-alpine`, `stable-fpm-alpine`, `lts-fpm-alpine`](https://github.com/wikimedia/mediawiki-docker/blob/76236dfa180c94c95410242a17d6dc8603ba3990/1.43/fpm-alpine/Dockerfile)
31+
- [`1.43.3-fpm-alpine`, `1.43-fpm-alpine`, `stable-fpm-alpine`, `lts-fpm-alpine`](https://github.com/wikimedia/mediawiki-docker/blob/45f5af8ee458dd9429b7d104210a425cc1040971/1.43/fpm-alpine/Dockerfile)
3232

33-
- [`1.42.6`, `1.42`, `legacy`](https://github.com/wikimedia/mediawiki-docker/blob/76236dfa180c94c95410242a17d6dc8603ba3990/1.42/apache/Dockerfile)
33+
- [`1.42.7`, `1.42`, `legacy`](https://github.com/wikimedia/mediawiki-docker/blob/45f5af8ee458dd9429b7d104210a425cc1040971/1.42/apache/Dockerfile)
3434

35-
- [`1.42.6-fpm`, `1.42-fpm`, `legacy-fpm`](https://github.com/wikimedia/mediawiki-docker/blob/76236dfa180c94c95410242a17d6dc8603ba3990/1.42/fpm/Dockerfile)
35+
- [`1.42.7-fpm`, `1.42-fpm`, `legacy-fpm`](https://github.com/wikimedia/mediawiki-docker/blob/45f5af8ee458dd9429b7d104210a425cc1040971/1.42/fpm/Dockerfile)
3636

37-
- [`1.42.6-fpm-alpine`, `1.42-fpm-alpine`, `legacy-fpm-alpine`](https://github.com/wikimedia/mediawiki-docker/blob/76236dfa180c94c95410242a17d6dc8603ba3990/1.42/fpm-alpine/Dockerfile)
37+
- [`1.42.7-fpm-alpine`, `1.42-fpm-alpine`, `legacy-fpm-alpine`](https://github.com/wikimedia/mediawiki-docker/blob/45f5af8ee458dd9429b7d104210a425cc1040971/1.42/fpm-alpine/Dockerfile)
3838

39-
- [`1.39.12`, `1.39`](https://github.com/wikimedia/mediawiki-docker/blob/76236dfa180c94c95410242a17d6dc8603ba3990/1.39/apache/Dockerfile)
39+
- [`1.39.13`, `1.39`](https://github.com/wikimedia/mediawiki-docker/blob/45f5af8ee458dd9429b7d104210a425cc1040971/1.39/apache/Dockerfile)
4040

41-
- [`1.39.12-fpm`, `1.39-fpm`](https://github.com/wikimedia/mediawiki-docker/blob/76236dfa180c94c95410242a17d6dc8603ba3990/1.39/fpm/Dockerfile)
41+
- [`1.39.13-fpm`, `1.39-fpm`](https://github.com/wikimedia/mediawiki-docker/blob/45f5af8ee458dd9429b7d104210a425cc1040971/1.39/fpm/Dockerfile)
4242

43-
- [`1.39.12-fpm-alpine`, `1.39-fpm-alpine`](https://github.com/wikimedia/mediawiki-docker/blob/76236dfa180c94c95410242a17d6dc8603ba3990/1.39/fpm-alpine/Dockerfile)
43+
- [`1.39.13-fpm-alpine`, `1.39-fpm-alpine`](https://github.com/wikimedia/mediawiki-docker/blob/45f5af8ee458dd9429b7d104210a425cc1040971/1.39/fpm-alpine/Dockerfile)
4444

4545
# Quick reference (cont.)
4646

neo4j/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ WARNING:
2424

2525
# Supported tags and respective `Dockerfile` links
2626

27-
- [`2025.05.1-community-bullseye`, `2025.05-community-bullseye`, `2025-community-bullseye`, `2025.05.1-community`, `2025.05-community`, `2025-community`, `2025.05.1-bullseye`, `2025.05-bullseye`, `2025-bullseye`, `2025.05.1`, `2025.05`, `2025`, `community-bullseye`, `community`, `bullseye`, `latest`](https://github.com/neo4j/docker-neo4j-publish/blob/63f027854864eb65446d7b4996ebf4eabf597174/2025.05.1/bullseye/community/Dockerfile)
27+
- [`2025.06.0-community-bullseye`, `2025.06-community-bullseye`, `2025-community-bullseye`, `2025.06.0-community`, `2025.06-community`, `2025-community`, `2025.06.0-bullseye`, `2025.06-bullseye`, `2025-bullseye`, `2025.06.0`, `2025.06`, `2025`, `community-bullseye`, `community`, `bullseye`, `latest`](https://github.com/neo4j/docker-neo4j-publish/blob/65f15ba0941fa0191a1383cf673a984fcbe1317a/2025.06.0/bullseye/community/Dockerfile)
2828

29-
- [`2025.05.1-enterprise-bullseye`, `2025.05-enterprise-bullseye`, `2025-enterprise-bullseye`, `2025.05.1-enterprise`, `2025.05-enterprise`, `2025-enterprise`, `enterprise-bullseye`, `enterprise`](https://github.com/neo4j/docker-neo4j-publish/blob/63f027854864eb65446d7b4996ebf4eabf597174/2025.05.1/bullseye/enterprise/Dockerfile)
29+
- [`2025.06.0-enterprise-bullseye`, `2025.06-enterprise-bullseye`, `2025-enterprise-bullseye`, `2025.06.0-enterprise`, `2025.06-enterprise`, `2025-enterprise`, `enterprise-bullseye`, `enterprise`](https://github.com/neo4j/docker-neo4j-publish/blob/65f15ba0941fa0191a1383cf673a984fcbe1317a/2025.06.0/bullseye/enterprise/Dockerfile)
3030

31-
- [`2025.05.1-community-ubi9`, `2025.05-community-ubi9`, `2025-community-ubi9`, `2025.05.1-ubi9`, `2025.05-ubi9`, `2025-ubi9`, `community-ubi9`, `ubi9`](https://github.com/neo4j/docker-neo4j-publish/blob/63f027854864eb65446d7b4996ebf4eabf597174/2025.05.1/ubi9/community/Dockerfile)
31+
- [`2025.06.0-community-ubi9`, `2025.06-community-ubi9`, `2025-community-ubi9`, `2025.06.0-ubi9`, `2025.06-ubi9`, `2025-ubi9`, `community-ubi9`, `ubi9`](https://github.com/neo4j/docker-neo4j-publish/blob/65f15ba0941fa0191a1383cf673a984fcbe1317a/2025.06.0/ubi9/community/Dockerfile)
3232

33-
- [`2025.05.1-enterprise-ubi9`, `2025.05-enterprise-ubi9`, `2025-enterprise-ubi9`, `enterprise-ubi9`](https://github.com/neo4j/docker-neo4j-publish/blob/63f027854864eb65446d7b4996ebf4eabf597174/2025.05.1/ubi9/enterprise/Dockerfile)
33+
- [`2025.06.0-enterprise-ubi9`, `2025.06-enterprise-ubi9`, `2025-enterprise-ubi9`, `enterprise-ubi9`](https://github.com/neo4j/docker-neo4j-publish/blob/65f15ba0941fa0191a1383cf673a984fcbe1317a/2025.06.0/ubi9/enterprise/Dockerfile)
3434

3535
- [`5.26.8-community-bullseye`, `5.26-community-bullseye`, `5-community-bullseye`, `5.26.8-community`, `5.26-community`, `5-community`, `5.26.8-bullseye`, `5.26-bullseye`, `5-bullseye`, `5.26.8`, `5.26`, `5`](https://github.com/neo4j/docker-neo4j-publish/blob/7bcd74b9f4aaee7a0a271aa0f9b0e9c4723d3280/5.26.8/bullseye/community/Dockerfile)
3636

oraclelinux/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,23 @@ WARNING:
2424

2525
# Supported tags and respective `Dockerfile` links
2626

27-
- [`9`](https://github.com/oracle/container-images/blob/48cc251d441898c3f05fa3048ac2ad4c276ee2d7/9/Dockerfile)
27+
- [`9`](https://github.com/oracle/container-images/blob/5b33f7c43239403a22d823bc3ff2195ff1691fed/9/Dockerfile)
2828

29-
- [`9-slim`](https://github.com/oracle/container-images/blob/48cc251d441898c3f05fa3048ac2ad4c276ee2d7/9-slim/Dockerfile)
29+
- [`9-slim`](https://github.com/oracle/container-images/blob/5b33f7c43239403a22d823bc3ff2195ff1691fed/9-slim/Dockerfile)
3030

31-
- [`9-slim-fips`](https://github.com/oracle/container-images/blob/48cc251d441898c3f05fa3048ac2ad4c276ee2d7/9-slim-fips/Dockerfile)
31+
- [`9-slim-fips`](https://github.com/oracle/container-images/blob/5b33f7c43239403a22d823bc3ff2195ff1691fed/9-slim-fips/Dockerfile)
3232

33-
- [`8.10`, `8`](https://github.com/oracle/container-images/blob/48cc251d441898c3f05fa3048ac2ad4c276ee2d7/8/Dockerfile)
33+
- [`8.10`, `8`](https://github.com/oracle/container-images/blob/5b33f7c43239403a22d823bc3ff2195ff1691fed/8/Dockerfile)
3434

35-
- [`8-slim`](https://github.com/oracle/container-images/blob/48cc251d441898c3f05fa3048ac2ad4c276ee2d7/8-slim/Dockerfile)
35+
- [`8-slim`](https://github.com/oracle/container-images/blob/5b33f7c43239403a22d823bc3ff2195ff1691fed/8-slim/Dockerfile)
3636

37-
- [`8-slim-fips`](https://github.com/oracle/container-images/blob/48cc251d441898c3f05fa3048ac2ad4c276ee2d7/8-slim-fips/Dockerfile)
37+
- [`8-slim-fips`](https://github.com/oracle/container-images/blob/5b33f7c43239403a22d823bc3ff2195ff1691fed/8-slim-fips/Dockerfile)
3838

39-
- [`7.9`, `7`](https://github.com/oracle/container-images/blob/48cc251d441898c3f05fa3048ac2ad4c276ee2d7/7/Dockerfile)
39+
- [`7.9`, `7`](https://github.com/oracle/container-images/blob/5b33f7c43239403a22d823bc3ff2195ff1691fed/7/Dockerfile)
4040

41-
- [`7-slim`](https://github.com/oracle/container-images/blob/48cc251d441898c3f05fa3048ac2ad4c276ee2d7/7-slim/Dockerfile)
41+
- [`7-slim`](https://github.com/oracle/container-images/blob/5b33f7c43239403a22d823bc3ff2195ff1691fed/7-slim/Dockerfile)
4242

43-
- [`7-slim-fips`](https://github.com/oracle/container-images/blob/48cc251d441898c3f05fa3048ac2ad4c276ee2d7/7-slim-fips/Dockerfile)
43+
- [`7-slim-fips`](https://github.com/oracle/container-images/blob/5b33f7c43239403a22d823bc3ff2195ff1691fed/7-slim-fips/Dockerfile)
4444

4545
# Quick reference (cont.)
4646

znc/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ WARNING:
2424

2525
# Supported tags and respective `Dockerfile` links
2626

27-
- [`1.10.0`, `1.10`, `latest`](https://github.com/znc/znc-docker/blob/83082df630a0da0ef2d3724aa0299fba193ac096/full/Dockerfile)
27+
- [`1.10.1`, `1.10`, `latest`](https://github.com/znc/znc-docker/blob/079544b1c9bfefeed964c7b35b49222ca05cb018/full/Dockerfile)
2828

29-
- [`1.10.0-slim`, `1.10-slim`, `slim`](https://github.com/znc/znc-docker/blob/83082df630a0da0ef2d3724aa0299fba193ac096/slim/Dockerfile)
29+
- [`1.10.1-slim`, `1.10-slim`, `slim`](https://github.com/znc/znc-docker/blob/079544b1c9bfefeed964c7b35b49222ca05cb018/slim/Dockerfile)
3030

3131
# Quick reference (cont.)
3232

0 commit comments

Comments
 (0)