Run update.sh

This commit is contained in:
Docker Library Bot 2022-12-06 17:13:22 -08:00
parent ad485c3293
commit d28fb9eda4
8 changed files with 46 additions and 44 deletions

View File

@ -24,7 +24,7 @@ WARNING:
# Supported tags and respective `Dockerfile` links
- [`devel-20221123`, `devel`, `devel-20221123-alpine3.16`, `devel-alpine3.16`](https://github.com/tianon/docker-bash/blob/b4db7135edf7451167c76e6f31e0104e33f6cd5d/devel/Dockerfile)
- [`devel-20221202`, `devel`, `devel-20221202-alpine3.16`, `devel-alpine3.16`](https://github.com/tianon/docker-bash/blob/2de409ec11f1a85096b08708db8aaa961c2d6f82/devel/Dockerfile)
- [`5.2.12`, `5.2`, `5`, `latest`, `5.2.12-alpine3.16`, `5.2-alpine3.16`, `5-alpine3.16`, `alpine3.16`](https://github.com/tianon/docker-bash/blob/aa0fd0b81bc7e5402c9289bef993e27b34a423d8/5.2/Dockerfile)
- [`5.1.16`, `5.1`, `5.1.16-alpine3.16`, `5.1-alpine3.16`](https://github.com/tianon/docker-bash/blob/ab48980aaa9b26f074375b19fe430e4bf5970573/5.1/Dockerfile)
- [`5.0.18`, `5.0`, `5.0.18-alpine3.16`, `5.0-alpine3.16`](https://github.com/tianon/docker-bash/blob/ab48980aaa9b26f074375b19fe430e4bf5970573/5.0/Dockerfile)

View File

@ -24,14 +24,14 @@ WARNING:
# Supported tags and respective `Dockerfile` links
- [`1.34.1-uclibc`, `1.34-uclibc`, `1-uclibc`, `stable-uclibc`, `uclibc`](https://github.com/docker-library/busybox/blob/6304ea45c8e95574e40443c76f626c37e8af913f/stable/uclibc/Dockerfile)
- [`1.34.1-glibc`, `1.34-glibc`, `1-glibc`, `stable-glibc`, `glibc`](https://github.com/docker-library/busybox/blob/6304ea45c8e95574e40443c76f626c37e8af913f/stable/glibc/Dockerfile)
- [`1.34.1-musl`, `1.34-musl`, `1-musl`, `stable-musl`, `musl`](https://github.com/docker-library/busybox/blob/6304ea45c8e95574e40443c76f626c37e8af913f/stable/musl/Dockerfile)
- [`1.34.1`, `1.34`, `1`, `stable`, `latest`](https://github.com/docker-library/busybox/blob/6304ea45c8e95574e40443c76f626c37e8af913f/stable/uclibc/Dockerfile)
- [`1.35.0-uclibc`, `1.35-uclibc`, `unstable-uclibc`](https://github.com/docker-library/busybox/blob/6304ea45c8e95574e40443c76f626c37e8af913f/unstable/uclibc/Dockerfile)
- [`1.35.0-glibc`, `1.35-glibc`, `unstable-glibc`](https://github.com/docker-library/busybox/blob/6304ea45c8e95574e40443c76f626c37e8af913f/unstable/glibc/Dockerfile)
- [`1.35.0-musl`, `1.35-musl`, `unstable-musl`](https://github.com/docker-library/busybox/blob/6304ea45c8e95574e40443c76f626c37e8af913f/unstable/musl/Dockerfile)
- [`1.35.0`, `1.35`, `unstable`](https://github.com/docker-library/busybox/blob/6304ea45c8e95574e40443c76f626c37e8af913f/unstable/uclibc/Dockerfile)
- [`1.34.1-glibc`, `1.34-glibc`, `1-glibc`, `stable-glibc`, `glibc`](https://github.com/docker-library/busybox/blob/4bcc936d8c90dfcf40b4c2728bb8150c2ee5cb82/stable/glibc/Dockerfile)
- [`1.34.1-uclibc`, `1.34-uclibc`, `1-uclibc`, `stable-uclibc`, `uclibc`](https://github.com/docker-library/busybox/blob/4bcc936d8c90dfcf40b4c2728bb8150c2ee5cb82/stable/uclibc/Dockerfile)
- [`1.34.1-musl`, `1.34-musl`, `1-musl`, `stable-musl`, `musl`](https://github.com/docker-library/busybox/blob/4bcc936d8c90dfcf40b4c2728bb8150c2ee5cb82/stable/musl/Dockerfile)
- [`1.34.1`, `1.34`, `1`, `stable`, `latest`](https://github.com/docker-library/busybox/blob/4bcc936d8c90dfcf40b4c2728bb8150c2ee5cb82/stable/glibc/Dockerfile)
- [`1.35.0-glibc`, `1.35-glibc`, `unstable-glibc`](https://github.com/docker-library/busybox/blob/4bcc936d8c90dfcf40b4c2728bb8150c2ee5cb82/unstable/glibc/Dockerfile)
- [`1.35.0-uclibc`, `1.35-uclibc`, `unstable-uclibc`](https://github.com/docker-library/busybox/blob/4bcc936d8c90dfcf40b4c2728bb8150c2ee5cb82/unstable/uclibc/Dockerfile)
- [`1.35.0-musl`, `1.35-musl`, `unstable-musl`](https://github.com/docker-library/busybox/blob/4bcc936d8c90dfcf40b4c2728bb8150c2ee5cb82/unstable/musl/Dockerfile)
- [`1.35.0`, `1.35`, `unstable`](https://github.com/docker-library/busybox/blob/4bcc936d8c90dfcf40b4c2728bb8150c2ee5cb82/unstable/glibc/Dockerfile)
# Quick reference (cont.)
@ -88,14 +88,14 @@ The `busybox` images contain BusyBox built against various "libc" variants (for
For more information about the specific particulars of the build process for each variant, see `Dockerfile.builder` in the same directory as each variant's `Dockerfile` (see links above).
## `busybox:uclibc`
- [uClibc](https://uclibc.org) via [Buildroot](https://buildroot.org) (statically compiled)
## `busybox:glibc`
- [glibc from Debian](https://packages.debian.org/search?searchon=names&exact=1&suite=all&section=all&keywords=libc6) (which is then included in the image)
## `busybox:uclibc`
- [uClibc](https://uclibc.org) via [Buildroot](https://buildroot.org) (statically compiled)
## `busybox:musl`
- [musl from Alpine](https://pkgs.alpinelinux.org/packages?name=musl) (statically compiled)

View File

@ -28,12 +28,12 @@ WARNING:
## Simple Tags
- [`22.06.0-beta.0-cli`, `22.06-rc-cli`, `rc-cli`, `22.06.0-beta.0-cli-alpine3.17`](https://github.com/docker-library/docker/blob/a1332d3535f30e56c5d2e923f97549a20474059e/22.06-rc/cli/Dockerfile)
- [`22.06.0-beta.0-dind`, `22.06-rc-dind`, `rc-dind`, `22.06.0-beta.0-dind-alpine3.17`, `22.06.0-beta.0`, `22.06-rc`, `rc`, `22.06.0-beta.0-alpine3.17`](https://github.com/docker-library/docker/blob/fbd3c1d965c8587efde1bef2d31459e54c28372e/22.06-rc/dind/Dockerfile)
- [`22.06.0-beta.0-dind-rootless`, `22.06-rc-dind-rootless`, `rc-dind-rootless`](https://github.com/docker-library/docker/blob/1f37025ef2b9b70706d8e11cc3552830e4524758/22.06-rc/dind-rootless/Dockerfile)
- [`22.06.0-beta.0-git`, `22.06-rc-git`, `rc-git`](https://github.com/docker-library/docker/blob/f23a2bea97f6d7ec563bc316302fb8edf620ec5b/22.06-rc/git/Dockerfile)
- [`22.06.0-beta.0-windowsservercore-ltsc2022`, `22.06-rc-windowsservercore-ltsc2022`, `rc-windowsservercore-ltsc2022`](https://github.com/docker-library/docker/blob/4c1b73e7046422ca1339b76935c2e2f4251b9c20/22.06-rc/windows/windowsservercore-ltsc2022/Dockerfile)
- [`22.06.0-beta.0-windowsservercore-1809`, `22.06-rc-windowsservercore-1809`, `rc-windowsservercore-1809`](https://github.com/docker-library/docker/blob/4c1b73e7046422ca1339b76935c2e2f4251b9c20/22.06-rc/windows/windowsservercore-1809/Dockerfile)
- [`23.0.0-beta.1-cli`, `23.0-rc-cli`, `rc-cli`, `23.0.0-beta.1-cli-alpine3.17`](https://github.com/docker-library/docker/blob/c608944bf9422f7cd70951b9519866495b81e76d/23.0-rc/cli/Dockerfile)
- [`23.0.0-beta.1-dind`, `23.0-rc-dind`, `rc-dind`, `23.0.0-beta.1-dind-alpine3.17`, `23.0.0-beta.1`, `23.0-rc`, `rc`, `23.0.0-beta.1-alpine3.17`](https://github.com/docker-library/docker/blob/c608944bf9422f7cd70951b9519866495b81e76d/23.0-rc/dind/Dockerfile)
- [`23.0.0-beta.1-dind-rootless`, `23.0-rc-dind-rootless`, `rc-dind-rootless`](https://github.com/docker-library/docker/blob/c608944bf9422f7cd70951b9519866495b81e76d/23.0-rc/dind-rootless/Dockerfile)
- [`23.0.0-beta.1-git`, `23.0-rc-git`, `rc-git`](https://github.com/docker-library/docker/blob/c608944bf9422f7cd70951b9519866495b81e76d/23.0-rc/git/Dockerfile)
- [`23.0.0-beta.1-windowsservercore-ltsc2022`, `23.0-rc-windowsservercore-ltsc2022`, `rc-windowsservercore-ltsc2022`](https://github.com/docker-library/docker/blob/c608944bf9422f7cd70951b9519866495b81e76d/23.0-rc/windows/windowsservercore-ltsc2022/Dockerfile)
- [`23.0.0-beta.1-windowsservercore-1809`, `23.0-rc-windowsservercore-1809`, `rc-windowsservercore-1809`](https://github.com/docker-library/docker/blob/c608944bf9422f7cd70951b9519866495b81e76d/23.0-rc/windows/windowsservercore-1809/Dockerfile)
- [`20.10.21-cli`, `20.10-cli`, `20-cli`, `cli`, `20.10.21-cli-alpine3.17`, `20.10.21`, `20.10`, `20`, `latest`, `20.10.21-alpine3.17`](https://github.com/docker-library/docker/blob/d07d0bccbb31c1272ca7734a31d7ffa9e2a423aa/20.10/cli/Dockerfile)
- [`20.10.21-dind`, `20.10-dind`, `20-dind`, `dind`, `20.10.21-dind-alpine3.17`](https://github.com/docker-library/docker/blob/75036d19c3d68de7d20277d707763f32ddd487aa/20.10/dind/Dockerfile)
- [`20.10.21-dind-rootless`, `20.10-dind-rootless`, `20-dind-rootless`, `dind-rootless`](https://github.com/docker-library/docker/blob/1231bb8e025bdc715b8a8ca122ad20b5cf7ee469/20.10/dind-rootless/Dockerfile)
@ -43,9 +43,9 @@ WARNING:
## Shared Tags
- `22.06.0-beta.0-windowsservercore`, `22.06-rc-windowsservercore`, `rc-windowsservercore`:
- [`22.06.0-beta.0-windowsservercore-ltsc2022`](https://github.com/docker-library/docker/blob/4c1b73e7046422ca1339b76935c2e2f4251b9c20/22.06-rc/windows/windowsservercore-ltsc2022/Dockerfile)
- [`22.06.0-beta.0-windowsservercore-1809`](https://github.com/docker-library/docker/blob/4c1b73e7046422ca1339b76935c2e2f4251b9c20/22.06-rc/windows/windowsservercore-1809/Dockerfile)
- `23.0.0-beta.1-windowsservercore`, `23.0-rc-windowsservercore`, `rc-windowsservercore`:
- [`23.0.0-beta.1-windowsservercore-ltsc2022`](https://github.com/docker-library/docker/blob/c608944bf9422f7cd70951b9519866495b81e76d/23.0-rc/windows/windowsservercore-ltsc2022/Dockerfile)
- [`23.0.0-beta.1-windowsservercore-1809`](https://github.com/docker-library/docker/blob/c608944bf9422f7cd70951b9519866495b81e76d/23.0-rc/windows/windowsservercore-1809/Dockerfile)
- `20.10.21-windowsservercore`, `20.10-windowsservercore`, `20-windowsservercore`, `windowsservercore`:
- [`20.10.21-windowsservercore-ltsc2022`](https://github.com/docker-library/docker/blob/1231bb8e025bdc715b8a8ca122ad20b5cf7ee469/20.10/windows/windowsservercore-ltsc2022/Dockerfile)
- [`20.10.21-windowsservercore-1809`](https://github.com/docker-library/docker/blob/1231bb8e025bdc715b8a8ca122ad20b5cf7ee469/20.10/windows/windowsservercore-1809/Dockerfile)

View File

@ -24,12 +24,12 @@ WARNING:
# Supported tags and respective `Dockerfile` links
- [`10.0.0-rc1-php8.1-apache-bullseye`, `10.0-rc-php8.1-apache-bullseye`, `rc-php8.1-apache-bullseye`, `10.0.0-rc1-php8.1-apache`, `10.0-rc-php8.1-apache`, `rc-php8.1-apache`, `10.0.0-rc1-php8.1`, `10.0-rc-php8.1`, `rc-php8.1`, `10.0.0-rc1-apache-bullseye`, `10.0-rc-apache-bullseye`, `rc-apache-bullseye`, `10.0.0-rc1-apache`, `10.0-rc-apache`, `rc-apache`, `10.0.0-rc1`, `10.0-rc`, `rc`](https://github.com/docker-library/drupal/blob/4c74bbfaed173fd090b7819d1f9f52e3b8896860/10.0-rc/php8.1/apache-bullseye/Dockerfile)
- [`10.0.0-rc1-php8.1-fpm-bullseye`, `10.0-rc-php8.1-fpm-bullseye`, `rc-php8.1-fpm-bullseye`, `10.0.0-rc1-php8.1-fpm`, `10.0-rc-php8.1-fpm`, `rc-php8.1-fpm`, `10.0.0-rc1-fpm-bullseye`, `10.0-rc-fpm-bullseye`, `rc-fpm-bullseye`, `10.0.0-rc1-fpm`, `10.0-rc-fpm`, `rc-fpm`](https://github.com/docker-library/drupal/blob/4c74bbfaed173fd090b7819d1f9f52e3b8896860/10.0-rc/php8.1/fpm-bullseye/Dockerfile)
- [`10.0.0-rc1-php8.1-apache-buster`, `10.0-rc-php8.1-apache-buster`, `rc-php8.1-apache-buster`, `10.0.0-rc1-apache-buster`, `10.0-rc-apache-buster`, `rc-apache-buster`](https://github.com/docker-library/drupal/blob/4c74bbfaed173fd090b7819d1f9f52e3b8896860/10.0-rc/php8.1/apache-buster/Dockerfile)
- [`10.0.0-rc1-php8.1-fpm-buster`, `10.0-rc-php8.1-fpm-buster`, `rc-php8.1-fpm-buster`, `10.0.0-rc1-fpm-buster`, `10.0-rc-fpm-buster`, `rc-fpm-buster`](https://github.com/docker-library/drupal/blob/4c74bbfaed173fd090b7819d1f9f52e3b8896860/10.0-rc/php8.1/fpm-buster/Dockerfile)
- [`10.0.0-rc1-php8.1-fpm-alpine3.17`, `10.0-rc-php8.1-fpm-alpine3.17`, `rc-php8.1-fpm-alpine3.17`, `10.0.0-rc1-php8.1-fpm-alpine`, `10.0-rc-php8.1-fpm-alpine`, `rc-php8.1-fpm-alpine`, `10.0.0-rc1-fpm-alpine3.17`, `10.0-rc-fpm-alpine3.17`, `rc-fpm-alpine3.17`, `10.0.0-rc1-fpm-alpine`, `10.0-rc-fpm-alpine`, `rc-fpm-alpine`](https://github.com/docker-library/drupal/blob/606fe5e43280f393bdbbd0f978f0b41669582a29/10.0-rc/php8.1/fpm-alpine3.17/Dockerfile)
- [`10.0.0-rc1-php8.1-fpm-alpine3.16`, `10.0-rc-php8.1-fpm-alpine3.16`, `rc-php8.1-fpm-alpine3.16`, `10.0.0-rc1-fpm-alpine3.16`, `10.0-rc-fpm-alpine3.16`, `rc-fpm-alpine3.16`](https://github.com/docker-library/drupal/blob/4c74bbfaed173fd090b7819d1f9f52e3b8896860/10.0-rc/php8.1/fpm-alpine3.16/Dockerfile)
- [`10.0.0-rc2-php8.1-apache-bullseye`, `10.0-rc-php8.1-apache-bullseye`, `rc-php8.1-apache-bullseye`, `10.0.0-rc2-php8.1-apache`, `10.0-rc-php8.1-apache`, `rc-php8.1-apache`, `10.0.0-rc2-php8.1`, `10.0-rc-php8.1`, `rc-php8.1`, `10.0.0-rc2-apache-bullseye`, `10.0-rc-apache-bullseye`, `rc-apache-bullseye`, `10.0.0-rc2-apache`, `10.0-rc-apache`, `rc-apache`, `10.0.0-rc2`, `10.0-rc`, `rc`](https://github.com/docker-library/drupal/blob/043ebf52e4992fad7085a2a2e74a9e079463c8ec/10.0-rc/php8.1/apache-bullseye/Dockerfile)
- [`10.0.0-rc2-php8.1-fpm-bullseye`, `10.0-rc-php8.1-fpm-bullseye`, `rc-php8.1-fpm-bullseye`, `10.0.0-rc2-php8.1-fpm`, `10.0-rc-php8.1-fpm`, `rc-php8.1-fpm`, `10.0.0-rc2-fpm-bullseye`, `10.0-rc-fpm-bullseye`, `rc-fpm-bullseye`, `10.0.0-rc2-fpm`, `10.0-rc-fpm`, `rc-fpm`](https://github.com/docker-library/drupal/blob/043ebf52e4992fad7085a2a2e74a9e079463c8ec/10.0-rc/php8.1/fpm-bullseye/Dockerfile)
- [`10.0.0-rc2-php8.1-apache-buster`, `10.0-rc-php8.1-apache-buster`, `rc-php8.1-apache-buster`, `10.0.0-rc2-apache-buster`, `10.0-rc-apache-buster`, `rc-apache-buster`](https://github.com/docker-library/drupal/blob/043ebf52e4992fad7085a2a2e74a9e079463c8ec/10.0-rc/php8.1/apache-buster/Dockerfile)
- [`10.0.0-rc2-php8.1-fpm-buster`, `10.0-rc-php8.1-fpm-buster`, `rc-php8.1-fpm-buster`, `10.0.0-rc2-fpm-buster`, `10.0-rc-fpm-buster`, `rc-fpm-buster`](https://github.com/docker-library/drupal/blob/043ebf52e4992fad7085a2a2e74a9e079463c8ec/10.0-rc/php8.1/fpm-buster/Dockerfile)
- [`10.0.0-rc2-php8.1-fpm-alpine3.17`, `10.0-rc-php8.1-fpm-alpine3.17`, `rc-php8.1-fpm-alpine3.17`, `10.0.0-rc2-php8.1-fpm-alpine`, `10.0-rc-php8.1-fpm-alpine`, `rc-php8.1-fpm-alpine`, `10.0.0-rc2-fpm-alpine3.17`, `10.0-rc-fpm-alpine3.17`, `rc-fpm-alpine3.17`, `10.0.0-rc2-fpm-alpine`, `10.0-rc-fpm-alpine`, `rc-fpm-alpine`](https://github.com/docker-library/drupal/blob/043ebf52e4992fad7085a2a2e74a9e079463c8ec/10.0-rc/php8.1/fpm-alpine3.17/Dockerfile)
- [`10.0.0-rc2-php8.1-fpm-alpine3.16`, `10.0-rc-php8.1-fpm-alpine3.16`, `rc-php8.1-fpm-alpine3.16`, `10.0.0-rc2-fpm-alpine3.16`, `10.0-rc-fpm-alpine3.16`, `rc-fpm-alpine3.16`](https://github.com/docker-library/drupal/blob/043ebf52e4992fad7085a2a2e74a9e079463c8ec/10.0-rc/php8.1/fpm-alpine3.16/Dockerfile)
- [`9.4.8-php8.1-apache-bullseye`, `9.4-php8.1-apache-bullseye`, `9-php8.1-apache-bullseye`, `php8.1-apache-bullseye`, `9.4.8-php8.1-apache`, `9.4-php8.1-apache`, `9-php8.1-apache`, `php8.1-apache`, `9.4.8-php8.1`, `9.4-php8.1`, `9-php8.1`, `php8.1`](https://github.com/docker-library/drupal/blob/0bc267208f3f1405b8441588a48e0004508f65f8/9.4/php8.1/apache-bullseye/Dockerfile)
- [`9.4.8-php8.1-fpm-bullseye`, `9.4-php8.1-fpm-bullseye`, `9-php8.1-fpm-bullseye`, `php8.1-fpm-bullseye`, `9.4.8-php8.1-fpm`, `9.4-php8.1-fpm`, `9-php8.1-fpm`, `php8.1-fpm`](https://github.com/docker-library/drupal/blob/0bc267208f3f1405b8441588a48e0004508f65f8/9.4/php8.1/fpm-bullseye/Dockerfile)
- [`9.4.8-php8.1-apache-buster`, `9.4-php8.1-apache-buster`, `9-php8.1-apache-buster`, `php8.1-apache-buster`](https://github.com/docker-library/drupal/blob/0bc267208f3f1405b8441588a48e0004508f65f8/9.4/php8.1/apache-buster/Dockerfile)

View File

@ -24,8 +24,8 @@ WARNING:
# Supported tags and respective `Dockerfile` links
- [`5.25.0`, `5.25`, `5`, `latest`](https://github.com/docker-library/ghost/blob/b0f87cce3a902d7ff5f6cf21ccfaef0bafa08869/5/debian/Dockerfile)
- [`5.25.0-alpine`, `5.25-alpine`, `5-alpine`, `alpine`](https://github.com/docker-library/ghost/blob/b0f87cce3a902d7ff5f6cf21ccfaef0bafa08869/5/alpine/Dockerfile)
- [`5.25.1`, `5.25`, `5`, `latest`](https://github.com/docker-library/ghost/blob/fbd04eff153afb0e2884639eef08f2930bb91c26/5/debian/Dockerfile)
- [`5.25.1-alpine`, `5.25-alpine`, `5-alpine`, `alpine`](https://github.com/docker-library/ghost/blob/fbd04eff153afb0e2884639eef08f2930bb91c26/5/alpine/Dockerfile)
- [`4.48.9`, `4.48`, `4`](https://github.com/docker-library/ghost/blob/589e560f945496b1634a3f79edd7feaee92f06aa/4/debian/Dockerfile)
- [`4.48.9-alpine`, `4.48-alpine`, `4-alpine`](https://github.com/docker-library/ghost/blob/589e560f945496b1634a3f79edd7feaee92f06aa/4/alpine/Dockerfile)

View File

@ -24,8 +24,10 @@ WARNING:
# Supported tags and respective `Dockerfile` links
- [`3.0.1-alpine`, `3.0-alpine`, `alpine`, `latest`, `3.0.1`, `3.0`, `3`](https://github.com/Kong/docker-kong/blob/b2057cd3432726c2122873a3740e31a68a03cecd/Dockerfile.apk)
- [`3.0.1-ubuntu`, `3.0-ubuntu`, `ubuntu`](https://github.com/Kong/docker-kong/blob/b2057cd3432726c2122873a3740e31a68a03cecd/ubuntu/Dockerfile)
- [`3.1.0-alpine`, `3.1.0`, `3.1`, `3`, `alpine`, `latest`](https://github.com/Kong/docker-kong/blob/c333493e4d36346fad480def7e80d9ddd1be8e2c/Dockerfile.apk)
- [`3.1.0-ubuntu`, `3.1-ubuntu`, `ubuntu`](https://github.com/Kong/docker-kong/blob/c333493e4d36346fad480def7e80d9ddd1be8e2c/ubuntu/Dockerfile)
- [`3.0.1-alpine`, `3.0-alpine`, `3.0.1`, `3.0`](https://github.com/Kong/docker-kong/blob/b2057cd3432726c2122873a3740e31a68a03cecd/Dockerfile.apk)
- [`3.0.1-ubuntu`, `3.0-ubuntu`](https://github.com/Kong/docker-kong/blob/1ed035439d78803e9e28ff2988ffb0709a226fa1/ubuntu/Dockerfile)
- [`2.8.3-alpine`, `2.8.3`, `2.8`](https://github.com/Kong/docker-kong/blob/9538eec15456ce93d69a4a1ae9e379a28fd9040b/alpine/Dockerfile)
- [`2.8.3-ubuntu`, `2.8-ubuntu`](https://github.com/Kong/docker-kong/blob/9538eec15456ce93d69a4a1ae9e379a28fd9040b/ubuntu/Dockerfile)
- [`2.7.2-alpine`, `2.7.2`, `2.7`](https://github.com/Kong/docker-kong/blob/456bfc908ed1f4fdbb348bafcf7385aeffdd421c/alpine/Dockerfile)

View File

@ -24,12 +24,12 @@ WARNING:
# Supported tags and respective `Dockerfile` links
- [`9`](https://github.com/oracle/container-images/blob/f898ff642f34ca184b97bed10199756e46f9c5ea/9/Dockerfile)
- [`9-slim`](https://github.com/oracle/container-images/blob/f898ff642f34ca184b97bed10199756e46f9c5ea/9-slim/Dockerfile)
- [`8.7`, `8`](https://github.com/oracle/container-images/blob/f898ff642f34ca184b97bed10199756e46f9c5ea/8/Dockerfile)
- [`8-slim`](https://github.com/oracle/container-images/blob/f898ff642f34ca184b97bed10199756e46f9c5ea/8-slim/Dockerfile)
- [`7.9`, `7`](https://github.com/oracle/container-images/blob/f898ff642f34ca184b97bed10199756e46f9c5ea/7/Dockerfile)
- [`7-slim`](https://github.com/oracle/container-images/blob/f898ff642f34ca184b97bed10199756e46f9c5ea/7-slim/Dockerfile)
- [`9`](https://github.com/oracle/container-images/blob/4205dc2e387076df43d84c44bd2617d8d0770873/9/Dockerfile)
- [`9-slim`](https://github.com/oracle/container-images/blob/4205dc2e387076df43d84c44bd2617d8d0770873/9-slim/Dockerfile)
- [`8.7`, `8`](https://github.com/oracle/container-images/blob/4205dc2e387076df43d84c44bd2617d8d0770873/8/Dockerfile)
- [`8-slim`](https://github.com/oracle/container-images/blob/4205dc2e387076df43d84c44bd2617d8d0770873/8-slim/Dockerfile)
- [`7.9`, `7`](https://github.com/oracle/container-images/blob/4205dc2e387076df43d84c44bd2617d8d0770873/7/Dockerfile)
- [`7-slim`](https://github.com/oracle/container-images/blob/4205dc2e387076df43d84c44bd2617d8d0770873/7-slim/Dockerfile)
# Quick reference (cont.)

View File

@ -24,12 +24,12 @@ WARNING:
# Supported tags and respective `Dockerfile` links
- [`3.2.0-preview3-bullseye`, `3.2-rc-bullseye`, `3.2.0-preview3`, `3.2-rc`](https://github.com/docker-library/ruby/blob/09ae96ae70997acb44bac52df46e015755b228e1/3.2-rc/bullseye/Dockerfile)
- [`3.2.0-preview3-slim-bullseye`, `3.2-rc-slim-bullseye`, `3.2.0-preview3-slim`, `3.2-rc-slim`](https://github.com/docker-library/ruby/blob/09ae96ae70997acb44bac52df46e015755b228e1/3.2-rc/slim-bullseye/Dockerfile)
- [`3.2.0-preview3-buster`, `3.2-rc-buster`](https://github.com/docker-library/ruby/blob/09ae96ae70997acb44bac52df46e015755b228e1/3.2-rc/buster/Dockerfile)
- [`3.2.0-preview3-slim-buster`, `3.2-rc-slim-buster`](https://github.com/docker-library/ruby/blob/09ae96ae70997acb44bac52df46e015755b228e1/3.2-rc/slim-buster/Dockerfile)
- [`3.2.0-preview3-alpine3.17`, `3.2-rc-alpine3.17`, `3.2.0-preview3-alpine`, `3.2-rc-alpine`](https://github.com/docker-library/ruby/blob/a51b7da07425cc2f5a35178ef83fd908b59beb5d/3.2-rc/alpine3.17/Dockerfile)
- [`3.2.0-preview3-alpine3.16`, `3.2-rc-alpine3.16`](https://github.com/docker-library/ruby/blob/e62fa125015a658f81ad930ae154b37fcd0059a8/3.2-rc/alpine3.16/Dockerfile)
- [`3.2.0-rc1-bullseye`, `3.2-rc-bullseye`, `3.2.0-rc1`, `3.2-rc`](https://github.com/docker-library/ruby/blob/b07fd2e538ec3aedbaedd267e4f75a4d89b0565a/3.2-rc/bullseye/Dockerfile)
- [`3.2.0-rc1-slim-bullseye`, `3.2-rc-slim-bullseye`, `3.2.0-rc1-slim`, `3.2-rc-slim`](https://github.com/docker-library/ruby/blob/b07fd2e538ec3aedbaedd267e4f75a4d89b0565a/3.2-rc/slim-bullseye/Dockerfile)
- [`3.2.0-rc1-buster`, `3.2-rc-buster`](https://github.com/docker-library/ruby/blob/b07fd2e538ec3aedbaedd267e4f75a4d89b0565a/3.2-rc/buster/Dockerfile)
- [`3.2.0-rc1-slim-buster`, `3.2-rc-slim-buster`](https://github.com/docker-library/ruby/blob/b07fd2e538ec3aedbaedd267e4f75a4d89b0565a/3.2-rc/slim-buster/Dockerfile)
- [`3.2.0-rc1-alpine3.17`, `3.2-rc-alpine3.17`, `3.2.0-rc1-alpine`, `3.2-rc-alpine`](https://github.com/docker-library/ruby/blob/b07fd2e538ec3aedbaedd267e4f75a4d89b0565a/3.2-rc/alpine3.17/Dockerfile)
- [`3.2.0-rc1-alpine3.16`, `3.2-rc-alpine3.16`](https://github.com/docker-library/ruby/blob/b07fd2e538ec3aedbaedd267e4f75a4d89b0565a/3.2-rc/alpine3.16/Dockerfile)
- [`3.1.3-bullseye`, `3.1-bullseye`, `3-bullseye`, `bullseye`, `3.1.3`, `3.1`, `3`, `latest`](https://github.com/docker-library/ruby/blob/9fd589661dd0e12b082336e9c6f731196fe39ba8/3.1/bullseye/Dockerfile)
- [`3.1.3-slim-bullseye`, `3.1-slim-bullseye`, `3-slim-bullseye`, `slim-bullseye`, `3.1.3-slim`, `3.1-slim`, `3-slim`, `slim`](https://github.com/docker-library/ruby/blob/9fd589661dd0e12b082336e9c6f731196fe39ba8/3.1/slim-bullseye/Dockerfile)
- [`3.1.3-buster`, `3.1-buster`, `3-buster`, `buster`](https://github.com/docker-library/ruby/blob/9fd589661dd0e12b082336e9c6f731196fe39ba8/3.1/buster/Dockerfile)