diff --git a/busybox/README.md b/busybox/README.md index da3f1bd70..3cff43e8b 100644 --- a/busybox/README.md +++ b/busybox/README.md @@ -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/770baf6a7afdde23a022f049ec192e544d961d16/stable/uclibc/Dockerfile) -- [`1.34.1-glibc`, `1.34-glibc`, `1-glibc`, `stable-glibc`, `glibc`](https://github.com/docker-library/busybox/blob/770baf6a7afdde23a022f049ec192e544d961d16/stable/glibc/Dockerfile) -- [`1.34.1-musl`, `1.34-musl`, `1-musl`, `stable-musl`, `musl`](https://github.com/docker-library/busybox/blob/770baf6a7afdde23a022f049ec192e544d961d16/stable/musl/Dockerfile) -- [`1.34.1`, `1.34`, `1`, `stable`, `latest`](https://github.com/docker-library/busybox/blob/770baf6a7afdde23a022f049ec192e544d961d16/stable/uclibc/Dockerfile) -- [`1.35.0-uclibc`, `1.35-uclibc`, `unstable-uclibc`](https://github.com/docker-library/busybox/blob/770baf6a7afdde23a022f049ec192e544d961d16/unstable/uclibc/Dockerfile) -- [`1.35.0-glibc`, `1.35-glibc`, `unstable-glibc`](https://github.com/docker-library/busybox/blob/770baf6a7afdde23a022f049ec192e544d961d16/unstable/glibc/Dockerfile) -- [`1.35.0-musl`, `1.35-musl`, `unstable-musl`](https://github.com/docker-library/busybox/blob/770baf6a7afdde23a022f049ec192e544d961d16/unstable/musl/Dockerfile) -- [`1.35.0`, `1.35`, `unstable`](https://github.com/docker-library/busybox/blob/770baf6a7afdde23a022f049ec192e544d961d16/unstable/uclibc/Dockerfile) +- [`1.34.1-uclibc`, `1.34-uclibc`, `1-uclibc`, `stable-uclibc`, `uclibc`](https://github.com/docker-library/busybox/blob/961fac6c16aa9395ea0036f20bdc76221a62c862/stable/uclibc/Dockerfile) +- [`1.34.1-glibc`, `1.34-glibc`, `1-glibc`, `stable-glibc`, `glibc`](https://github.com/docker-library/busybox/blob/961fac6c16aa9395ea0036f20bdc76221a62c862/stable/glibc/Dockerfile) +- [`1.34.1-musl`, `1.34-musl`, `1-musl`, `stable-musl`, `musl`](https://github.com/docker-library/busybox/blob/961fac6c16aa9395ea0036f20bdc76221a62c862/stable/musl/Dockerfile) +- [`1.34.1`, `1.34`, `1`, `stable`, `latest`](https://github.com/docker-library/busybox/blob/961fac6c16aa9395ea0036f20bdc76221a62c862/stable/uclibc/Dockerfile) +- [`1.35.0-uclibc`, `1.35-uclibc`, `unstable-uclibc`](https://github.com/docker-library/busybox/blob/961fac6c16aa9395ea0036f20bdc76221a62c862/unstable/uclibc/Dockerfile) +- [`1.35.0-glibc`, `1.35-glibc`, `unstable-glibc`](https://github.com/docker-library/busybox/blob/961fac6c16aa9395ea0036f20bdc76221a62c862/unstable/glibc/Dockerfile) +- [`1.35.0-musl`, `1.35-musl`, `unstable-musl`](https://github.com/docker-library/busybox/blob/961fac6c16aa9395ea0036f20bdc76221a62c862/unstable/musl/Dockerfile) +- [`1.35.0`, `1.35`, `unstable`](https://github.com/docker-library/busybox/blob/961fac6c16aa9395ea0036f20bdc76221a62c862/unstable/uclibc/Dockerfile) # Quick reference (cont.) diff --git a/gradle/README.md b/gradle/README.md index 92ebbedb8..b0cf3452d 100644 --- a/gradle/README.md +++ b/gradle/README.md @@ -24,18 +24,24 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`7.4.2-jdk8`, `7.4-jdk8`, `7-jdk8`, `jdk8`](https://github.com/keeganwitt/docker-gradle/blob/e92e133806cc92601dd9254756a759c5f6b9e4ca/jdk8/Dockerfile) -- [`7.4.2-jdk11`, `7.4-jdk11`, `7-jdk11`, `jdk11`](https://github.com/keeganwitt/docker-gradle/blob/e92e133806cc92601dd9254756a759c5f6b9e4ca/jdk11/Dockerfile) -- [`7.4.2-jdk11-alpine`, `7.4-jdk11-alpine`, `7-jdk11-alpine`, `jdk11-alpine`](https://github.com/keeganwitt/docker-gradle/blob/e92e133806cc92601dd9254756a759c5f6b9e4ca/jdk11-alpine/Dockerfile) -- [`7.4.2-jdk17`, `7.4-jdk17`, `7-jdk17`, `jdk17`, `7.4.2-jdk`, `7.4-jdk`, `7-jdk`, `jdk`, `7.4.2`, `7.4`, `7`, `latest`](https://github.com/keeganwitt/docker-gradle/blob/e92e133806cc92601dd9254756a759c5f6b9e4ca/jdk17/Dockerfile) -- [`7.4.2-jdk17-alpine`, `7.4-jdk17-alpine`, `7-jdk17-alpine`, `jdk17-alpine`, `7.4.2-jdk-alpine`, `7.4-jdk-alpine`, `7-jdk-alpine`, `jdk-alpine`, `7.4.2-alpine`, `7.4-alpine`, `7-alpine`, `alpine`](https://github.com/keeganwitt/docker-gradle/blob/e92e133806cc92601dd9254756a759c5f6b9e4ca/jdk17-alpine/Dockerfile) -- [`7.4.2-jdk18`, `7.4-jdk18`, `7-jdk18`, `jdk18`](https://github.com/keeganwitt/docker-gradle/blob/e92e133806cc92601dd9254756a759c5f6b9e4ca/jdk18/Dockerfile) -- [`7.4.2-jdk18-alpine`, `7.4-jdk18-alpine`, `7-jdk18-alpine`, `jdk18-alpine`](https://github.com/keeganwitt/docker-gradle/blob/e92e133806cc92601dd9254756a759c5f6b9e4ca/jdk18-alpine/Dockerfile) -- [`6.9.2-jdk8`, `6.9-jdk8`, `6-jdk8`](https://github.com/keeganwitt/docker-gradle/blob/52b6facc824989b809f42b71ea158b54e0402587/jdk8/Dockerfile) -- [`6.9.2-jdk11`, `6.9-jdk11`, `6-jdk11`](https://github.com/keeganwitt/docker-gradle/blob/52b6facc824989b809f42b71ea158b54e0402587/jdk11/Dockerfile) -- [`6.9.2-jdk11-alpine`, `6.9-jdk11-alpine`, `6-jdk11-alpine`](https://github.com/keeganwitt/docker-gradle/blob/52b6facc824989b809f42b71ea158b54e0402587/jdk11-alpine/Dockerfile) -- [`6.9.2-jdk17`, `6.9-jdk17`, `6-jdk17`, `6.9.2-jdk`, `6.9-jdk`, `6-jdk`, `6.9.2`, `6.9`, `6`](https://github.com/keeganwitt/docker-gradle/blob/52b6facc824989b809f42b71ea158b54e0402587/jdk17/Dockerfile) -- [`6.9.2-jdk17-alpine`, `6.9-jdk17-alpine`, `6-jdk17-alpine`, `6.9.2-jdk-alpine`, `6.9-jdk-alpine`, `6-jdk-alpine`, `6.9.2-alpine`, `6.9-alpine`, `6-alpine`](https://github.com/keeganwitt/docker-gradle/blob/52b6facc824989b809f42b71ea158b54e0402587/jdk17-alpine/Dockerfile) +- [`7.4.2-jdk8`, `7.4-jdk8`, `7-jdk8`, `jdk8`, `7.4.2-jdk8-jammy`, `7.4-jdk8-jammy`, `7-jdk8-jammy`, `jdk8-jammy`](https://github.com/keeganwitt/docker-gradle/blob/c250821d163836c1abfe6c31f59c466cf76d2f69/jdk8/Dockerfile) +- [`7.4.2-jdk8-focal`, `7.4-jdk8-focal`, `7-jdk8-focal`, `jdk8-focal`](https://github.com/keeganwitt/docker-gradle/blob/c250821d163836c1abfe6c31f59c466cf76d2f69/jdk8-focal/Dockerfile) +- [`7.4.2-jdk11`, `7.4-jdk11`, `7-jdk11`, `jdk11`, `7.4.2-jdk11-jammy`, `7.4-jdk11-jammy`, `7-jdk11-jammy`, `jdk11-jammy`](https://github.com/keeganwitt/docker-gradle/blob/c250821d163836c1abfe6c31f59c466cf76d2f69/jdk11/Dockerfile) +- [`7.4.2-jdk11-alpine`, `7.4-jdk11-alpine`, `7-jdk11-alpine`, `jdk11-alpine`](https://github.com/keeganwitt/docker-gradle/blob/c250821d163836c1abfe6c31f59c466cf76d2f69/jdk11-alpine/Dockerfile) +- [`7.4.2-jdk17`, `7.4-jdk17`, `7-jdk17`, `jdk17`, `7.4.2-jdk`, `7.4-jdk`, `7-jdk`, `jdk`, `7.4.2`, `7.4`, `7`, `latest`, `7.4.2-jdk17-jammy`, `7.4-jdk17-jammy`, `7-jdk17-jammy`, `jdk17-jammy`, `7.4.2-jdk-jammy`, `7.4-jdk-jammy`, `7-jdk-jammy`, `jdk-jammy`, `7.4.2-jammy`, `7.4-jammy`, `7-jammy`, `jammy`](https://github.com/keeganwitt/docker-gradle/blob/c250821d163836c1abfe6c31f59c466cf76d2f69/jdk17/Dockerfile) +- [`7.4.2-jdk17-focal`, `7.4-jdk17-focal`, `7-jdk17-focal`, `jdk17-focal`, `7.4.2-jdk-focal`, `7.4-jdk-focal`, `7-jdk-focal`, `jdk-focal`, `7.4.2-focal`, `7.4-focal`, `7-focal`, `focal`](https://github.com/keeganwitt/docker-gradle/blob/c250821d163836c1abfe6c31f59c466cf76d2f69/jdk17-focal/Dockerfile) +- [`7.4.2-jdk17-alpine`, `7.4-jdk17-alpine`, `7-jdk17-alpine`, `jdk17-alpine`, `7.4.2-jdk-alpine`, `7.4-jdk-alpine`, `7-jdk-alpine`, `jdk-alpine`, `7.4.2-alpine`, `7.4-alpine`, `7-alpine`, `alpine`](https://github.com/keeganwitt/docker-gradle/blob/c250821d163836c1abfe6c31f59c466cf76d2f69/jdk17-alpine/Dockerfile) +- [`7.4.2-jdk18`, `7.4-jdk18`, `7-jdk18`, `jdk18`, `7.4.2-jdk18-jammy`, `7.4-jdk18-jammy`, `7-jdk18-jammy`, `jdk18-jammy`](https://github.com/keeganwitt/docker-gradle/blob/c250821d163836c1abfe6c31f59c466cf76d2f69/jdk18/Dockerfile) +- [`7.4.2-jdk18-focal`, `7.4-jdk18-focal`, `7-jdk18-focal`, `jdk18-focal`](https://github.com/keeganwitt/docker-gradle/blob/c250821d163836c1abfe6c31f59c466cf76d2f69/jdk18-focal/Dockerfile) +- [`7.4.2-jdk18-alpine`, `7.4-jdk18-alpine`, `7-jdk18-alpine`, `jdk18-alpine`](https://github.com/keeganwitt/docker-gradle/blob/c250821d163836c1abfe6c31f59c466cf76d2f69/jdk18-alpine/Dockerfile) +- [`6.9.2-jdk8`, `6.9-jdk8`, `6-jdk8`, `6.9.2-jdk8-jammy`, `6.9-jdk8-jammy`, `6-jdk8-jammy`](https://github.com/keeganwitt/docker-gradle/blob/41ba6e026e80f20f515c41fe925a38912e0e6fcf/jdk8/Dockerfile) +- [`6.9.2-jdk8-focal`, `6.9-jdk8-focal`, `6-jdk8-focal`](https://github.com/keeganwitt/docker-gradle/blob/41ba6e026e80f20f515c41fe925a38912e0e6fcf/jdk8-focal/Dockerfile) +- [`6.9.2-jdk11`, `6.9-jdk11`, `6-jdk11`, `6.9.2-jdk11-jammy`, `6.9-jdk11-jammy`, `6-jdk11-jammy`](https://github.com/keeganwitt/docker-gradle/blob/41ba6e026e80f20f515c41fe925a38912e0e6fcf/jdk11/Dockerfile) +- [`6.9.2-jdk11-focal`, `6.9-jdk11-focal`, `6-jdk11-focal`](https://github.com/keeganwitt/docker-gradle/blob/41ba6e026e80f20f515c41fe925a38912e0e6fcf/jdk11-focal/Dockerfile) +- [`6.9.2-jdk11-alpine`, `6.9-jdk11-alpine`, `6-jdk11-alpine`](https://github.com/keeganwitt/docker-gradle/blob/41ba6e026e80f20f515c41fe925a38912e0e6fcf/jdk11-alpine/Dockerfile) +- [`6.9.2-jdk17`, `6.9-jdk17`, `6-jdk17`, `6.9.2-jdk`, `6.9-jdk`, `6-jdk`, `6.9.2`, `6.9`, `6`, `6.9.2-jdk17-jammy`, `6.9-jdk17-jammy`, `6-jdk17-jammy`, `6.9.2-jdk-jammy`, `6.9-jdk-jammy`, `6-jdk-jammy`, `6.9.2-jammy`, `6.9-jammy`, `6-jammy`](https://github.com/keeganwitt/docker-gradle/blob/41ba6e026e80f20f515c41fe925a38912e0e6fcf/jdk17/Dockerfile) +- [`6.9.2-jdk17-focal`, `6.9-jdk17-focal`, `6-jdk17-focal`, `6.9.2-jdk-focal`, `6.9-jdk-focal`, `6-jdk-focal`, `6.9.2-focal`, `6.9-focal`, `6-focal`](https://github.com/keeganwitt/docker-gradle/blob/41ba6e026e80f20f515c41fe925a38912e0e6fcf/jdk17-focal/Dockerfile) +- [`6.9.2-jdk17-alpine`, `6.9-jdk17-alpine`, `6-jdk17-alpine`, `6.9.2-jdk-alpine`, `6.9-jdk-alpine`, `6-jdk-alpine`, `6.9.2-alpine`, `6.9-alpine`, `6-alpine`](https://github.com/keeganwitt/docker-gradle/blob/41ba6e026e80f20f515c41fe925a38912e0e6fcf/jdk17-alpine/Dockerfile) # Quick reference (cont.) @@ -82,6 +88,8 @@ The `gradle` images come in many flavors, each designed for a specific use case. This is the defacto image. If you are unsure about what your needs are, you probably want to use this one. It is designed to be used both as a throw away container (mount your source code and start the container to start your app), as well as the base to build other images off of. +Some of these tags may have names like focal or jammy in them. These are the suite code names for releases of [Ubuntu](https://wiki.ubuntu.com/Releases) and indicate which release the image is based on. If your image needs to install any additional packages beyond what comes with the image, you'll likely want to specify one of these explicitly to minimize breakage when there are new releases of Ubuntu. + ## `gradle:-alpine` This image is based on the popular [Alpine Linux project](https://alpinelinux.org), available in [the `alpine` official image](https://hub.docker.com/_/alpine). Alpine Linux is much smaller than most distribution base images (~5MB), and thus leads to much slimmer images in general. diff --git a/julia/README.md b/julia/README.md index 89986b85f..708b506d8 100644 --- a/julia/README.md +++ b/julia/README.md @@ -28,12 +28,12 @@ WARNING: ## Simple Tags -- [`1.8.0-beta3-bullseye`, `1.8-rc-bullseye`, `rc-bullseye`](https://github.com/docker-library/julia/blob/24d0e1b138a375b4abd30385bda48d89a4d1432d/1.8-rc/bullseye/Dockerfile) -- [`1.8.0-beta3-buster`, `1.8-rc-buster`, `rc-buster`](https://github.com/docker-library/julia/blob/24d0e1b138a375b4abd30385bda48d89a4d1432d/1.8-rc/buster/Dockerfile) -- [`1.8.0-beta3-alpine3.16`, `1.8-rc-alpine3.16`, `rc-alpine3.16`, `1.8.0-beta3-alpine`, `1.8-rc-alpine`, `rc-alpine`](https://github.com/docker-library/julia/blob/b49788e5fd46ada38386b2cfa5e51cfdbcbd9413/1.8-rc/alpine3.16/Dockerfile) -- [`1.8.0-beta3-alpine3.15`, `1.8-rc-alpine3.15`, `rc-alpine3.15`](https://github.com/docker-library/julia/blob/24d0e1b138a375b4abd30385bda48d89a4d1432d/1.8-rc/alpine3.15/Dockerfile) -- [`1.8.0-beta3-windowsservercore-ltsc2022`, `1.8-rc-windowsservercore-ltsc2022`, `rc-windowsservercore-ltsc2022`](https://github.com/docker-library/julia/blob/24d0e1b138a375b4abd30385bda48d89a4d1432d/1.8-rc/windows/windowsservercore-ltsc2022/Dockerfile) -- [`1.8.0-beta3-windowsservercore-1809`, `1.8-rc-windowsservercore-1809`, `rc-windowsservercore-1809`](https://github.com/docker-library/julia/blob/24d0e1b138a375b4abd30385bda48d89a4d1432d/1.8-rc/windows/windowsservercore-1809/Dockerfile) +- [`1.8.0-rc1-bullseye`, `1.8-rc-bullseye`, `rc-bullseye`](https://github.com/docker-library/julia/blob/3eb14343427c06437c5eda730ce8df1aeff5eb36/1.8-rc/bullseye/Dockerfile) +- [`1.8.0-rc1-buster`, `1.8-rc-buster`, `rc-buster`](https://github.com/docker-library/julia/blob/3eb14343427c06437c5eda730ce8df1aeff5eb36/1.8-rc/buster/Dockerfile) +- [`1.8.0-rc1-alpine3.16`, `1.8-rc-alpine3.16`, `rc-alpine3.16`, `1.8.0-rc1-alpine`, `1.8-rc-alpine`, `rc-alpine`](https://github.com/docker-library/julia/blob/3eb14343427c06437c5eda730ce8df1aeff5eb36/1.8-rc/alpine3.16/Dockerfile) +- [`1.8.0-rc1-alpine3.15`, `1.8-rc-alpine3.15`, `rc-alpine3.15`](https://github.com/docker-library/julia/blob/3eb14343427c06437c5eda730ce8df1aeff5eb36/1.8-rc/alpine3.15/Dockerfile) +- [`1.8.0-rc1-windowsservercore-ltsc2022`, `1.8-rc-windowsservercore-ltsc2022`, `rc-windowsservercore-ltsc2022`](https://github.com/docker-library/julia/blob/3eb14343427c06437c5eda730ce8df1aeff5eb36/1.8-rc/windows/windowsservercore-ltsc2022/Dockerfile) +- [`1.8.0-rc1-windowsservercore-1809`, `1.8-rc-windowsservercore-1809`, `rc-windowsservercore-1809`](https://github.com/docker-library/julia/blob/3eb14343427c06437c5eda730ce8df1aeff5eb36/1.8-rc/windows/windowsservercore-1809/Dockerfile) - [`1.7.3-bullseye`, `1.7-bullseye`, `1-bullseye`, `bullseye`](https://github.com/docker-library/julia/blob/49b9c7c10d6ccc0360c3f1cd15b3236e6658d411/1.7/bullseye/Dockerfile) - [`1.7.3-buster`, `1.7-buster`, `1-buster`, `buster`](https://github.com/docker-library/julia/blob/49b9c7c10d6ccc0360c3f1cd15b3236e6658d411/1.7/buster/Dockerfile) - [`1.7.3-alpine3.16`, `1.7-alpine3.16`, `1-alpine3.16`, `alpine3.16`, `1.7.3-alpine`, `1.7-alpine`, `1-alpine`, `alpine`](https://github.com/docker-library/julia/blob/49b9c7c10d6ccc0360c3f1cd15b3236e6658d411/1.7/alpine3.16/Dockerfile) @@ -49,13 +49,13 @@ WARNING: ## Shared Tags -- `1.8.0-beta3`, `1.8-rc`, `rc`: - - [`1.8.0-beta3-bullseye`](https://github.com/docker-library/julia/blob/24d0e1b138a375b4abd30385bda48d89a4d1432d/1.8-rc/bullseye/Dockerfile) - - [`1.8.0-beta3-windowsservercore-ltsc2022`](https://github.com/docker-library/julia/blob/24d0e1b138a375b4abd30385bda48d89a4d1432d/1.8-rc/windows/windowsservercore-ltsc2022/Dockerfile) - - [`1.8.0-beta3-windowsservercore-1809`](https://github.com/docker-library/julia/blob/24d0e1b138a375b4abd30385bda48d89a4d1432d/1.8-rc/windows/windowsservercore-1809/Dockerfile) -- `1.8.0-beta3-windowsservercore`, `1.8-rc-windowsservercore`, `rc-windowsservercore`: - - [`1.8.0-beta3-windowsservercore-ltsc2022`](https://github.com/docker-library/julia/blob/24d0e1b138a375b4abd30385bda48d89a4d1432d/1.8-rc/windows/windowsservercore-ltsc2022/Dockerfile) - - [`1.8.0-beta3-windowsservercore-1809`](https://github.com/docker-library/julia/blob/24d0e1b138a375b4abd30385bda48d89a4d1432d/1.8-rc/windows/windowsservercore-1809/Dockerfile) +- `1.8.0-rc1`, `1.8-rc`, `rc`: + - [`1.8.0-rc1-bullseye`](https://github.com/docker-library/julia/blob/3eb14343427c06437c5eda730ce8df1aeff5eb36/1.8-rc/bullseye/Dockerfile) + - [`1.8.0-rc1-windowsservercore-ltsc2022`](https://github.com/docker-library/julia/blob/3eb14343427c06437c5eda730ce8df1aeff5eb36/1.8-rc/windows/windowsservercore-ltsc2022/Dockerfile) + - [`1.8.0-rc1-windowsservercore-1809`](https://github.com/docker-library/julia/blob/3eb14343427c06437c5eda730ce8df1aeff5eb36/1.8-rc/windows/windowsservercore-1809/Dockerfile) +- `1.8.0-rc1-windowsservercore`, `1.8-rc-windowsservercore`, `rc-windowsservercore`: + - [`1.8.0-rc1-windowsservercore-ltsc2022`](https://github.com/docker-library/julia/blob/3eb14343427c06437c5eda730ce8df1aeff5eb36/1.8-rc/windows/windowsservercore-ltsc2022/Dockerfile) + - [`1.8.0-rc1-windowsservercore-1809`](https://github.com/docker-library/julia/blob/3eb14343427c06437c5eda730ce8df1aeff5eb36/1.8-rc/windows/windowsservercore-1809/Dockerfile) - `1.7.3`, `1.7`, `1`, `latest`: - [`1.7.3-bullseye`](https://github.com/docker-library/julia/blob/49b9c7c10d6ccc0360c3f1cd15b3236e6658d411/1.7/bullseye/Dockerfile) - [`1.7.3-windowsservercore-ltsc2022`](https://github.com/docker-library/julia/blob/49b9c7c10d6ccc0360c3f1cd15b3236e6658d411/1.7/windows/windowsservercore-ltsc2022/Dockerfile) diff --git a/mongo/README.md b/mongo/README.md index 39d98ed91..7cb8f8fa6 100644 --- a/mongo/README.md +++ b/mongo/README.md @@ -28,11 +28,11 @@ WARNING: ## Simple Tags -- [`5.0.8-focal`, `5.0-focal`, `5-focal`, `focal`](https://github.com/docker-library/mongo/blob/090e5631c17be189046b6dea907f0e5e75d01162/5.0/Dockerfile) -- [`5.0.8-windowsservercore-ltsc2022`, `5.0-windowsservercore-ltsc2022`, `5-windowsservercore-ltsc2022`, `windowsservercore-ltsc2022`](https://github.com/docker-library/mongo/blob/5faa46234f12b4af395ffa554c3ab28fc6d02ed3/5.0/windows/windowsservercore-ltsc2022/Dockerfile) -- [`5.0.8-windowsservercore-1809`, `5.0-windowsservercore-1809`, `5-windowsservercore-1809`, `windowsservercore-1809`](https://github.com/docker-library/mongo/blob/5faa46234f12b4af395ffa554c3ab28fc6d02ed3/5.0/windows/windowsservercore-1809/Dockerfile) -- [`5.0.8-nanoserver-ltsc2022`, `5.0-nanoserver-ltsc2022`, `5-nanoserver-ltsc2022`, `nanoserver-ltsc2022`](https://github.com/docker-library/mongo/blob/5faa46234f12b4af395ffa554c3ab28fc6d02ed3/5.0/windows/nanoserver-ltsc2022/Dockerfile) -- [`5.0.8-nanoserver-1809`, `5.0-nanoserver-1809`, `5-nanoserver-1809`, `nanoserver-1809`](https://github.com/docker-library/mongo/blob/5faa46234f12b4af395ffa554c3ab28fc6d02ed3/5.0/windows/nanoserver-1809/Dockerfile) +- [`5.0.9-focal`, `5.0-focal`, `5-focal`, `focal`](https://github.com/docker-library/mongo/blob/3de39951a6ca04764651446a047441f016f426b0/5.0/Dockerfile) +- [`5.0.9-windowsservercore-ltsc2022`, `5.0-windowsservercore-ltsc2022`, `5-windowsservercore-ltsc2022`, `windowsservercore-ltsc2022`](https://github.com/docker-library/mongo/blob/3de39951a6ca04764651446a047441f016f426b0/5.0/windows/windowsservercore-ltsc2022/Dockerfile) +- [`5.0.9-windowsservercore-1809`, `5.0-windowsservercore-1809`, `5-windowsservercore-1809`, `windowsservercore-1809`](https://github.com/docker-library/mongo/blob/3de39951a6ca04764651446a047441f016f426b0/5.0/windows/windowsservercore-1809/Dockerfile) +- [`5.0.9-nanoserver-ltsc2022`, `5.0-nanoserver-ltsc2022`, `5-nanoserver-ltsc2022`, `nanoserver-ltsc2022`](https://github.com/docker-library/mongo/blob/3de39951a6ca04764651446a047441f016f426b0/5.0/windows/nanoserver-ltsc2022/Dockerfile) +- [`5.0.9-nanoserver-1809`, `5.0-nanoserver-1809`, `5-nanoserver-1809`, `nanoserver-1809`](https://github.com/docker-library/mongo/blob/3de39951a6ca04764651446a047441f016f426b0/5.0/windows/nanoserver-1809/Dockerfile) - [`4.4.14-focal`, `4.4-focal`, `4-focal`](https://github.com/docker-library/mongo/blob/090e5631c17be189046b6dea907f0e5e75d01162/4.4/Dockerfile) - [`4.4.14-windowsservercore-ltsc2022`, `4.4-windowsservercore-ltsc2022`, `4-windowsservercore-ltsc2022`](https://github.com/docker-library/mongo/blob/d7fcf97417a9cb67f4677a85db7050980ed63580/4.4/windows/windowsservercore-ltsc2022/Dockerfile) - [`4.4.14-windowsservercore-1809`, `4.4-windowsservercore-1809`, `4-windowsservercore-1809`](https://github.com/docker-library/mongo/blob/d7fcf97417a9cb67f4677a85db7050980ed63580/4.4/windows/windowsservercore-1809/Dockerfile) @@ -51,16 +51,16 @@ WARNING: ## Shared Tags -- `5.0.8`, `5.0`, `5`, `latest`: - - [`5.0.8-focal`](https://github.com/docker-library/mongo/blob/090e5631c17be189046b6dea907f0e5e75d01162/5.0/Dockerfile) - - [`5.0.8-windowsservercore-ltsc2022`](https://github.com/docker-library/mongo/blob/5faa46234f12b4af395ffa554c3ab28fc6d02ed3/5.0/windows/windowsservercore-ltsc2022/Dockerfile) - - [`5.0.8-windowsservercore-1809`](https://github.com/docker-library/mongo/blob/5faa46234f12b4af395ffa554c3ab28fc6d02ed3/5.0/windows/windowsservercore-1809/Dockerfile) -- `5.0.8-windowsservercore`, `5.0-windowsservercore`, `5-windowsservercore`, `windowsservercore`: - - [`5.0.8-windowsservercore-ltsc2022`](https://github.com/docker-library/mongo/blob/5faa46234f12b4af395ffa554c3ab28fc6d02ed3/5.0/windows/windowsservercore-ltsc2022/Dockerfile) - - [`5.0.8-windowsservercore-1809`](https://github.com/docker-library/mongo/blob/5faa46234f12b4af395ffa554c3ab28fc6d02ed3/5.0/windows/windowsservercore-1809/Dockerfile) -- `5.0.8-nanoserver`, `5.0-nanoserver`, `5-nanoserver`, `nanoserver`: - - [`5.0.8-nanoserver-ltsc2022`](https://github.com/docker-library/mongo/blob/5faa46234f12b4af395ffa554c3ab28fc6d02ed3/5.0/windows/nanoserver-ltsc2022/Dockerfile) - - [`5.0.8-nanoserver-1809`](https://github.com/docker-library/mongo/blob/5faa46234f12b4af395ffa554c3ab28fc6d02ed3/5.0/windows/nanoserver-1809/Dockerfile) +- `5.0.9`, `5.0`, `5`, `latest`: + - [`5.0.9-focal`](https://github.com/docker-library/mongo/blob/3de39951a6ca04764651446a047441f016f426b0/5.0/Dockerfile) + - [`5.0.9-windowsservercore-ltsc2022`](https://github.com/docker-library/mongo/blob/3de39951a6ca04764651446a047441f016f426b0/5.0/windows/windowsservercore-ltsc2022/Dockerfile) + - [`5.0.9-windowsservercore-1809`](https://github.com/docker-library/mongo/blob/3de39951a6ca04764651446a047441f016f426b0/5.0/windows/windowsservercore-1809/Dockerfile) +- `5.0.9-windowsservercore`, `5.0-windowsservercore`, `5-windowsservercore`, `windowsservercore`: + - [`5.0.9-windowsservercore-ltsc2022`](https://github.com/docker-library/mongo/blob/3de39951a6ca04764651446a047441f016f426b0/5.0/windows/windowsservercore-ltsc2022/Dockerfile) + - [`5.0.9-windowsservercore-1809`](https://github.com/docker-library/mongo/blob/3de39951a6ca04764651446a047441f016f426b0/5.0/windows/windowsservercore-1809/Dockerfile) +- `5.0.9-nanoserver`, `5.0-nanoserver`, `5-nanoserver`, `nanoserver`: + - [`5.0.9-nanoserver-ltsc2022`](https://github.com/docker-library/mongo/blob/3de39951a6ca04764651446a047441f016f426b0/5.0/windows/nanoserver-ltsc2022/Dockerfile) + - [`5.0.9-nanoserver-1809`](https://github.com/docker-library/mongo/blob/3de39951a6ca04764651446a047441f016f426b0/5.0/windows/nanoserver-1809/Dockerfile) - `4.4.14`, `4.4`, `4`: - [`4.4.14-focal`](https://github.com/docker-library/mongo/blob/090e5631c17be189046b6dea907f0e5e75d01162/4.4/Dockerfile) - [`4.4.14-windowsservercore-ltsc2022`](https://github.com/docker-library/mongo/blob/d7fcf97417a9cb67f4677a85db7050980ed63580/4.4/windows/windowsservercore-ltsc2022/Dockerfile) diff --git a/python/README.md b/python/README.md index ba5b5f7af..aa49fdba2 100644 --- a/python/README.md +++ b/python/README.md @@ -28,70 +28,70 @@ WARNING: ## Simple Tags -- [`3.11.0b1-bullseye`, `3.11-rc-bullseye`](https://github.com/docker-library/python/blob/5e580185c613edaf930fa6d23358235b950da0bd/3.11-rc/bullseye/Dockerfile) -- [`3.11.0b1-slim-bullseye`, `3.11-rc-slim-bullseye`, `3.11.0b1-slim`, `3.11-rc-slim`](https://github.com/docker-library/python/blob/5e580185c613edaf930fa6d23358235b950da0bd/3.11-rc/slim-bullseye/Dockerfile) -- [`3.11.0b1-buster`, `3.11-rc-buster`](https://github.com/docker-library/python/blob/5e580185c613edaf930fa6d23358235b950da0bd/3.11-rc/buster/Dockerfile) -- [`3.11.0b1-slim-buster`, `3.11-rc-slim-buster`](https://github.com/docker-library/python/blob/5e580185c613edaf930fa6d23358235b950da0bd/3.11-rc/slim-buster/Dockerfile) -- [`3.11.0b1-alpine3.16`, `3.11-rc-alpine3.16`, `3.11.0b1-alpine`, `3.11-rc-alpine`](https://github.com/docker-library/python/blob/1a63123614a7d6c38546c028931c8d8e5a9a4810/3.11-rc/alpine3.16/Dockerfile) -- [`3.11.0b1-alpine3.15`, `3.11-rc-alpine3.15`](https://github.com/docker-library/python/blob/5e580185c613edaf930fa6d23358235b950da0bd/3.11-rc/alpine3.15/Dockerfile) -- [`3.11.0b1-windowsservercore-ltsc2022`, `3.11-rc-windowsservercore-ltsc2022`](https://github.com/docker-library/python/blob/5e580185c613edaf930fa6d23358235b950da0bd/3.11-rc/windows/windowsservercore-ltsc2022/Dockerfile) -- [`3.11.0b1-windowsservercore-1809`, `3.11-rc-windowsservercore-1809`](https://github.com/docker-library/python/blob/5e580185c613edaf930fa6d23358235b950da0bd/3.11-rc/windows/windowsservercore-1809/Dockerfile) -- [`3.10.4-bullseye`, `3.10-bullseye`, `3-bullseye`, `bullseye`](https://github.com/docker-library/python/blob/5928f8feb837652b4255a8ff51fb2a467ce2e93f/3.10/bullseye/Dockerfile) -- [`3.10.4-slim-bullseye`, `3.10-slim-bullseye`, `3-slim-bullseye`, `slim-bullseye`, `3.10.4-slim`, `3.10-slim`, `3-slim`, `slim`](https://github.com/docker-library/python/blob/5928f8feb837652b4255a8ff51fb2a467ce2e93f/3.10/slim-bullseye/Dockerfile) -- [`3.10.4-buster`, `3.10-buster`, `3-buster`, `buster`](https://github.com/docker-library/python/blob/5928f8feb837652b4255a8ff51fb2a467ce2e93f/3.10/buster/Dockerfile) -- [`3.10.4-slim-buster`, `3.10-slim-buster`, `3-slim-buster`, `slim-buster`](https://github.com/docker-library/python/blob/5928f8feb837652b4255a8ff51fb2a467ce2e93f/3.10/slim-buster/Dockerfile) -- [`3.10.4-alpine3.16`, `3.10-alpine3.16`, `3-alpine3.16`, `alpine3.16`, `3.10.4-alpine`, `3.10-alpine`, `3-alpine`, `alpine`](https://github.com/docker-library/python/blob/1a63123614a7d6c38546c028931c8d8e5a9a4810/3.10/alpine3.16/Dockerfile) -- [`3.10.4-alpine3.15`, `3.10-alpine3.15`, `3-alpine3.15`, `alpine3.15`](https://github.com/docker-library/python/blob/5928f8feb837652b4255a8ff51fb2a467ce2e93f/3.10/alpine3.15/Dockerfile) -- [`3.10.4-windowsservercore-ltsc2022`, `3.10-windowsservercore-ltsc2022`, `3-windowsservercore-ltsc2022`, `windowsservercore-ltsc2022`](https://github.com/docker-library/python/blob/5928f8feb837652b4255a8ff51fb2a467ce2e93f/3.10/windows/windowsservercore-ltsc2022/Dockerfile) -- [`3.10.4-windowsservercore-1809`, `3.10-windowsservercore-1809`, `3-windowsservercore-1809`, `windowsservercore-1809`](https://github.com/docker-library/python/blob/5928f8feb837652b4255a8ff51fb2a467ce2e93f/3.10/windows/windowsservercore-1809/Dockerfile) -- [`3.9.13-bullseye`, `3.9-bullseye`](https://github.com/docker-library/python/blob/001b3bf744d337e6a887fc89645965a1b74a2a19/3.9/bullseye/Dockerfile) -- [`3.9.13-slim-bullseye`, `3.9-slim-bullseye`, `3.9.13-slim`, `3.9-slim`](https://github.com/docker-library/python/blob/001b3bf744d337e6a887fc89645965a1b74a2a19/3.9/slim-bullseye/Dockerfile) -- [`3.9.13-buster`, `3.9-buster`](https://github.com/docker-library/python/blob/001b3bf744d337e6a887fc89645965a1b74a2a19/3.9/buster/Dockerfile) -- [`3.9.13-slim-buster`, `3.9-slim-buster`](https://github.com/docker-library/python/blob/001b3bf744d337e6a887fc89645965a1b74a2a19/3.9/slim-buster/Dockerfile) -- [`3.9.13-alpine3.16`, `3.9-alpine3.16`, `3.9.13-alpine`, `3.9-alpine`](https://github.com/docker-library/python/blob/1a63123614a7d6c38546c028931c8d8e5a9a4810/3.9/alpine3.16/Dockerfile) -- [`3.9.13-alpine3.15`, `3.9-alpine3.15`](https://github.com/docker-library/python/blob/001b3bf744d337e6a887fc89645965a1b74a2a19/3.9/alpine3.15/Dockerfile) -- [`3.9.13-windowsservercore-ltsc2022`, `3.9-windowsservercore-ltsc2022`](https://github.com/docker-library/python/blob/001b3bf744d337e6a887fc89645965a1b74a2a19/3.9/windows/windowsservercore-ltsc2022/Dockerfile) -- [`3.9.13-windowsservercore-1809`, `3.9-windowsservercore-1809`](https://github.com/docker-library/python/blob/001b3bf744d337e6a887fc89645965a1b74a2a19/3.9/windows/windowsservercore-1809/Dockerfile) -- [`3.8.13-bullseye`, `3.8-bullseye`](https://github.com/docker-library/python/blob/6cac722a2fa7fa597966690ad363ecd0fb4fd45b/3.8/bullseye/Dockerfile) -- [`3.8.13-slim-bullseye`, `3.8-slim-bullseye`, `3.8.13-slim`, `3.8-slim`](https://github.com/docker-library/python/blob/6cac722a2fa7fa597966690ad363ecd0fb4fd45b/3.8/slim-bullseye/Dockerfile) -- [`3.8.13-buster`, `3.8-buster`](https://github.com/docker-library/python/blob/6cac722a2fa7fa597966690ad363ecd0fb4fd45b/3.8/buster/Dockerfile) -- [`3.8.13-slim-buster`, `3.8-slim-buster`](https://github.com/docker-library/python/blob/6cac722a2fa7fa597966690ad363ecd0fb4fd45b/3.8/slim-buster/Dockerfile) -- [`3.8.13-alpine3.16`, `3.8-alpine3.16`, `3.8.13-alpine`, `3.8-alpine`](https://github.com/docker-library/python/blob/1a63123614a7d6c38546c028931c8d8e5a9a4810/3.8/alpine3.16/Dockerfile) -- [`3.8.13-alpine3.15`, `3.8-alpine3.15`](https://github.com/docker-library/python/blob/6cac722a2fa7fa597966690ad363ecd0fb4fd45b/3.8/alpine3.15/Dockerfile) -- [`3.7.13-bullseye`, `3.7-bullseye`](https://github.com/docker-library/python/blob/764e8faa0f208ab3eed2cd32dbb03e95fe204ff5/3.7/bullseye/Dockerfile) -- [`3.7.13-slim-bullseye`, `3.7-slim-bullseye`, `3.7.13-slim`, `3.7-slim`](https://github.com/docker-library/python/blob/764e8faa0f208ab3eed2cd32dbb03e95fe204ff5/3.7/slim-bullseye/Dockerfile) -- [`3.7.13-buster`, `3.7-buster`](https://github.com/docker-library/python/blob/764e8faa0f208ab3eed2cd32dbb03e95fe204ff5/3.7/buster/Dockerfile) -- [`3.7.13-slim-buster`, `3.7-slim-buster`](https://github.com/docker-library/python/blob/764e8faa0f208ab3eed2cd32dbb03e95fe204ff5/3.7/slim-buster/Dockerfile) -- [`3.7.13-alpine3.16`, `3.7-alpine3.16`, `3.7.13-alpine`, `3.7-alpine`](https://github.com/docker-library/python/blob/1a63123614a7d6c38546c028931c8d8e5a9a4810/3.7/alpine3.16/Dockerfile) -- [`3.7.13-alpine3.15`, `3.7-alpine3.15`](https://github.com/docker-library/python/blob/764e8faa0f208ab3eed2cd32dbb03e95fe204ff5/3.7/alpine3.15/Dockerfile) +- [`3.11.0b3-bullseye`, `3.11-rc-bullseye`](https://github.com/docker-library/python/blob/c60cb30c31a9ac1f3ee4cba523f583e6efed7896/3.11-rc/bullseye/Dockerfile) +- [`3.11.0b3-slim-bullseye`, `3.11-rc-slim-bullseye`, `3.11.0b3-slim`, `3.11-rc-slim`](https://github.com/docker-library/python/blob/c60cb30c31a9ac1f3ee4cba523f583e6efed7896/3.11-rc/slim-bullseye/Dockerfile) +- [`3.11.0b3-buster`, `3.11-rc-buster`](https://github.com/docker-library/python/blob/c60cb30c31a9ac1f3ee4cba523f583e6efed7896/3.11-rc/buster/Dockerfile) +- [`3.11.0b3-slim-buster`, `3.11-rc-slim-buster`](https://github.com/docker-library/python/blob/c60cb30c31a9ac1f3ee4cba523f583e6efed7896/3.11-rc/slim-buster/Dockerfile) +- [`3.11.0b3-alpine3.16`, `3.11-rc-alpine3.16`, `3.11.0b3-alpine`, `3.11-rc-alpine`](https://github.com/docker-library/python/blob/c60cb30c31a9ac1f3ee4cba523f583e6efed7896/3.11-rc/alpine3.16/Dockerfile) +- [`3.11.0b3-alpine3.15`, `3.11-rc-alpine3.15`](https://github.com/docker-library/python/blob/c60cb30c31a9ac1f3ee4cba523f583e6efed7896/3.11-rc/alpine3.15/Dockerfile) +- [`3.11.0b3-windowsservercore-ltsc2022`, `3.11-rc-windowsservercore-ltsc2022`](https://github.com/docker-library/python/blob/c60cb30c31a9ac1f3ee4cba523f583e6efed7896/3.11-rc/windows/windowsservercore-ltsc2022/Dockerfile) +- [`3.11.0b3-windowsservercore-1809`, `3.11-rc-windowsservercore-1809`](https://github.com/docker-library/python/blob/c60cb30c31a9ac1f3ee4cba523f583e6efed7896/3.11-rc/windows/windowsservercore-1809/Dockerfile) +- [`3.10.4-bullseye`, `3.10-bullseye`, `3-bullseye`, `bullseye`](https://github.com/docker-library/python/blob/f7bb6f4ee29f0cdc8c1dbb55b17aa4e0f38497e0/3.10/bullseye/Dockerfile) +- [`3.10.4-slim-bullseye`, `3.10-slim-bullseye`, `3-slim-bullseye`, `slim-bullseye`, `3.10.4-slim`, `3.10-slim`, `3-slim`, `slim`](https://github.com/docker-library/python/blob/f7bb6f4ee29f0cdc8c1dbb55b17aa4e0f38497e0/3.10/slim-bullseye/Dockerfile) +- [`3.10.4-buster`, `3.10-buster`, `3-buster`, `buster`](https://github.com/docker-library/python/blob/f7bb6f4ee29f0cdc8c1dbb55b17aa4e0f38497e0/3.10/buster/Dockerfile) +- [`3.10.4-slim-buster`, `3.10-slim-buster`, `3-slim-buster`, `slim-buster`](https://github.com/docker-library/python/blob/f7bb6f4ee29f0cdc8c1dbb55b17aa4e0f38497e0/3.10/slim-buster/Dockerfile) +- [`3.10.4-alpine3.16`, `3.10-alpine3.16`, `3-alpine3.16`, `alpine3.16`, `3.10.4-alpine`, `3.10-alpine`, `3-alpine`, `alpine`](https://github.com/docker-library/python/blob/f7bb6f4ee29f0cdc8c1dbb55b17aa4e0f38497e0/3.10/alpine3.16/Dockerfile) +- [`3.10.4-alpine3.15`, `3.10-alpine3.15`, `3-alpine3.15`, `alpine3.15`](https://github.com/docker-library/python/blob/f7bb6f4ee29f0cdc8c1dbb55b17aa4e0f38497e0/3.10/alpine3.15/Dockerfile) +- [`3.10.4-windowsservercore-ltsc2022`, `3.10-windowsservercore-ltsc2022`, `3-windowsservercore-ltsc2022`, `windowsservercore-ltsc2022`](https://github.com/docker-library/python/blob/f7bb6f4ee29f0cdc8c1dbb55b17aa4e0f38497e0/3.10/windows/windowsservercore-ltsc2022/Dockerfile) +- [`3.10.4-windowsservercore-1809`, `3.10-windowsservercore-1809`, `3-windowsservercore-1809`, `windowsservercore-1809`](https://github.com/docker-library/python/blob/f7bb6f4ee29f0cdc8c1dbb55b17aa4e0f38497e0/3.10/windows/windowsservercore-1809/Dockerfile) +- [`3.9.13-bullseye`, `3.9-bullseye`](https://github.com/docker-library/python/blob/b7c086e0d9ec53c7d7705f826efe2960d70b43e5/3.9/bullseye/Dockerfile) +- [`3.9.13-slim-bullseye`, `3.9-slim-bullseye`, `3.9.13-slim`, `3.9-slim`](https://github.com/docker-library/python/blob/b7c086e0d9ec53c7d7705f826efe2960d70b43e5/3.9/slim-bullseye/Dockerfile) +- [`3.9.13-buster`, `3.9-buster`](https://github.com/docker-library/python/blob/b7c086e0d9ec53c7d7705f826efe2960d70b43e5/3.9/buster/Dockerfile) +- [`3.9.13-slim-buster`, `3.9-slim-buster`](https://github.com/docker-library/python/blob/b7c086e0d9ec53c7d7705f826efe2960d70b43e5/3.9/slim-buster/Dockerfile) +- [`3.9.13-alpine3.16`, `3.9-alpine3.16`, `3.9.13-alpine`, `3.9-alpine`](https://github.com/docker-library/python/blob/b7c086e0d9ec53c7d7705f826efe2960d70b43e5/3.9/alpine3.16/Dockerfile) +- [`3.9.13-alpine3.15`, `3.9-alpine3.15`](https://github.com/docker-library/python/blob/b7c086e0d9ec53c7d7705f826efe2960d70b43e5/3.9/alpine3.15/Dockerfile) +- [`3.9.13-windowsservercore-ltsc2022`, `3.9-windowsservercore-ltsc2022`](https://github.com/docker-library/python/blob/b7c086e0d9ec53c7d7705f826efe2960d70b43e5/3.9/windows/windowsservercore-ltsc2022/Dockerfile) +- [`3.9.13-windowsservercore-1809`, `3.9-windowsservercore-1809`](https://github.com/docker-library/python/blob/b7c086e0d9ec53c7d7705f826efe2960d70b43e5/3.9/windows/windowsservercore-1809/Dockerfile) +- [`3.8.13-bullseye`, `3.8-bullseye`](https://github.com/docker-library/python/blob/10b53385a42712ced2ffe67072956c9fb73ad125/3.8/bullseye/Dockerfile) +- [`3.8.13-slim-bullseye`, `3.8-slim-bullseye`, `3.8.13-slim`, `3.8-slim`](https://github.com/docker-library/python/blob/10b53385a42712ced2ffe67072956c9fb73ad125/3.8/slim-bullseye/Dockerfile) +- [`3.8.13-buster`, `3.8-buster`](https://github.com/docker-library/python/blob/10b53385a42712ced2ffe67072956c9fb73ad125/3.8/buster/Dockerfile) +- [`3.8.13-slim-buster`, `3.8-slim-buster`](https://github.com/docker-library/python/blob/10b53385a42712ced2ffe67072956c9fb73ad125/3.8/slim-buster/Dockerfile) +- [`3.8.13-alpine3.16`, `3.8-alpine3.16`, `3.8.13-alpine`, `3.8-alpine`](https://github.com/docker-library/python/blob/10b53385a42712ced2ffe67072956c9fb73ad125/3.8/alpine3.16/Dockerfile) +- [`3.8.13-alpine3.15`, `3.8-alpine3.15`](https://github.com/docker-library/python/blob/10b53385a42712ced2ffe67072956c9fb73ad125/3.8/alpine3.15/Dockerfile) +- [`3.7.13-bullseye`, `3.7-bullseye`](https://github.com/docker-library/python/blob/957d539a9b50aba11e8af8687b5f7c2fbd25ee24/3.7/bullseye/Dockerfile) +- [`3.7.13-slim-bullseye`, `3.7-slim-bullseye`, `3.7.13-slim`, `3.7-slim`](https://github.com/docker-library/python/blob/957d539a9b50aba11e8af8687b5f7c2fbd25ee24/3.7/slim-bullseye/Dockerfile) +- [`3.7.13-buster`, `3.7-buster`](https://github.com/docker-library/python/blob/957d539a9b50aba11e8af8687b5f7c2fbd25ee24/3.7/buster/Dockerfile) +- [`3.7.13-slim-buster`, `3.7-slim-buster`](https://github.com/docker-library/python/blob/957d539a9b50aba11e8af8687b5f7c2fbd25ee24/3.7/slim-buster/Dockerfile) +- [`3.7.13-alpine3.16`, `3.7-alpine3.16`, `3.7.13-alpine`, `3.7-alpine`](https://github.com/docker-library/python/blob/957d539a9b50aba11e8af8687b5f7c2fbd25ee24/3.7/alpine3.16/Dockerfile) +- [`3.7.13-alpine3.15`, `3.7-alpine3.15`](https://github.com/docker-library/python/blob/957d539a9b50aba11e8af8687b5f7c2fbd25ee24/3.7/alpine3.15/Dockerfile) ## Shared Tags -- `3.11.0b1`, `3.11-rc`: - - [`3.11.0b1-bullseye`](https://github.com/docker-library/python/blob/5e580185c613edaf930fa6d23358235b950da0bd/3.11-rc/bullseye/Dockerfile) - - [`3.11.0b1-windowsservercore-ltsc2022`](https://github.com/docker-library/python/blob/5e580185c613edaf930fa6d23358235b950da0bd/3.11-rc/windows/windowsservercore-ltsc2022/Dockerfile) - - [`3.11.0b1-windowsservercore-1809`](https://github.com/docker-library/python/blob/5e580185c613edaf930fa6d23358235b950da0bd/3.11-rc/windows/windowsservercore-1809/Dockerfile) -- `3.11.0b1-windowsservercore`, `3.11-rc-windowsservercore`: - - [`3.11.0b1-windowsservercore-ltsc2022`](https://github.com/docker-library/python/blob/5e580185c613edaf930fa6d23358235b950da0bd/3.11-rc/windows/windowsservercore-ltsc2022/Dockerfile) - - [`3.11.0b1-windowsservercore-1809`](https://github.com/docker-library/python/blob/5e580185c613edaf930fa6d23358235b950da0bd/3.11-rc/windows/windowsservercore-1809/Dockerfile) +- `3.11.0b3`, `3.11-rc`: + - [`3.11.0b3-bullseye`](https://github.com/docker-library/python/blob/c60cb30c31a9ac1f3ee4cba523f583e6efed7896/3.11-rc/bullseye/Dockerfile) + - [`3.11.0b3-windowsservercore-ltsc2022`](https://github.com/docker-library/python/blob/c60cb30c31a9ac1f3ee4cba523f583e6efed7896/3.11-rc/windows/windowsservercore-ltsc2022/Dockerfile) + - [`3.11.0b3-windowsservercore-1809`](https://github.com/docker-library/python/blob/c60cb30c31a9ac1f3ee4cba523f583e6efed7896/3.11-rc/windows/windowsservercore-1809/Dockerfile) +- `3.11.0b3-windowsservercore`, `3.11-rc-windowsservercore`: + - [`3.11.0b3-windowsservercore-ltsc2022`](https://github.com/docker-library/python/blob/c60cb30c31a9ac1f3ee4cba523f583e6efed7896/3.11-rc/windows/windowsservercore-ltsc2022/Dockerfile) + - [`3.11.0b3-windowsservercore-1809`](https://github.com/docker-library/python/blob/c60cb30c31a9ac1f3ee4cba523f583e6efed7896/3.11-rc/windows/windowsservercore-1809/Dockerfile) - `3.10.4`, `3.10`, `3`, `latest`: - - [`3.10.4-bullseye`](https://github.com/docker-library/python/blob/5928f8feb837652b4255a8ff51fb2a467ce2e93f/3.10/bullseye/Dockerfile) - - [`3.10.4-windowsservercore-ltsc2022`](https://github.com/docker-library/python/blob/5928f8feb837652b4255a8ff51fb2a467ce2e93f/3.10/windows/windowsservercore-ltsc2022/Dockerfile) - - [`3.10.4-windowsservercore-1809`](https://github.com/docker-library/python/blob/5928f8feb837652b4255a8ff51fb2a467ce2e93f/3.10/windows/windowsservercore-1809/Dockerfile) + - [`3.10.4-bullseye`](https://github.com/docker-library/python/blob/f7bb6f4ee29f0cdc8c1dbb55b17aa4e0f38497e0/3.10/bullseye/Dockerfile) + - [`3.10.4-windowsservercore-ltsc2022`](https://github.com/docker-library/python/blob/f7bb6f4ee29f0cdc8c1dbb55b17aa4e0f38497e0/3.10/windows/windowsservercore-ltsc2022/Dockerfile) + - [`3.10.4-windowsservercore-1809`](https://github.com/docker-library/python/blob/f7bb6f4ee29f0cdc8c1dbb55b17aa4e0f38497e0/3.10/windows/windowsservercore-1809/Dockerfile) - `3.10.4-windowsservercore`, `3.10-windowsservercore`, `3-windowsservercore`, `windowsservercore`: - - [`3.10.4-windowsservercore-ltsc2022`](https://github.com/docker-library/python/blob/5928f8feb837652b4255a8ff51fb2a467ce2e93f/3.10/windows/windowsservercore-ltsc2022/Dockerfile) - - [`3.10.4-windowsservercore-1809`](https://github.com/docker-library/python/blob/5928f8feb837652b4255a8ff51fb2a467ce2e93f/3.10/windows/windowsservercore-1809/Dockerfile) + - [`3.10.4-windowsservercore-ltsc2022`](https://github.com/docker-library/python/blob/f7bb6f4ee29f0cdc8c1dbb55b17aa4e0f38497e0/3.10/windows/windowsservercore-ltsc2022/Dockerfile) + - [`3.10.4-windowsservercore-1809`](https://github.com/docker-library/python/blob/f7bb6f4ee29f0cdc8c1dbb55b17aa4e0f38497e0/3.10/windows/windowsservercore-1809/Dockerfile) - `3.9.13`, `3.9`: - - [`3.9.13-bullseye`](https://github.com/docker-library/python/blob/001b3bf744d337e6a887fc89645965a1b74a2a19/3.9/bullseye/Dockerfile) - - [`3.9.13-windowsservercore-ltsc2022`](https://github.com/docker-library/python/blob/001b3bf744d337e6a887fc89645965a1b74a2a19/3.9/windows/windowsservercore-ltsc2022/Dockerfile) - - [`3.9.13-windowsservercore-1809`](https://github.com/docker-library/python/blob/001b3bf744d337e6a887fc89645965a1b74a2a19/3.9/windows/windowsservercore-1809/Dockerfile) + - [`3.9.13-bullseye`](https://github.com/docker-library/python/blob/b7c086e0d9ec53c7d7705f826efe2960d70b43e5/3.9/bullseye/Dockerfile) + - [`3.9.13-windowsservercore-ltsc2022`](https://github.com/docker-library/python/blob/b7c086e0d9ec53c7d7705f826efe2960d70b43e5/3.9/windows/windowsservercore-ltsc2022/Dockerfile) + - [`3.9.13-windowsservercore-1809`](https://github.com/docker-library/python/blob/b7c086e0d9ec53c7d7705f826efe2960d70b43e5/3.9/windows/windowsservercore-1809/Dockerfile) - `3.9.13-windowsservercore`, `3.9-windowsservercore`: - - [`3.9.13-windowsservercore-ltsc2022`](https://github.com/docker-library/python/blob/001b3bf744d337e6a887fc89645965a1b74a2a19/3.9/windows/windowsservercore-ltsc2022/Dockerfile) - - [`3.9.13-windowsservercore-1809`](https://github.com/docker-library/python/blob/001b3bf744d337e6a887fc89645965a1b74a2a19/3.9/windows/windowsservercore-1809/Dockerfile) + - [`3.9.13-windowsservercore-ltsc2022`](https://github.com/docker-library/python/blob/b7c086e0d9ec53c7d7705f826efe2960d70b43e5/3.9/windows/windowsservercore-ltsc2022/Dockerfile) + - [`3.9.13-windowsservercore-1809`](https://github.com/docker-library/python/blob/b7c086e0d9ec53c7d7705f826efe2960d70b43e5/3.9/windows/windowsservercore-1809/Dockerfile) - `3.8.13`, `3.8`: - - [`3.8.13-bullseye`](https://github.com/docker-library/python/blob/6cac722a2fa7fa597966690ad363ecd0fb4fd45b/3.8/bullseye/Dockerfile) + - [`3.8.13-bullseye`](https://github.com/docker-library/python/blob/10b53385a42712ced2ffe67072956c9fb73ad125/3.8/bullseye/Dockerfile) - `3.7.13`, `3.7`: - - [`3.7.13-bullseye`](https://github.com/docker-library/python/blob/764e8faa0f208ab3eed2cd32dbb03e95fe204ff5/3.7/bullseye/Dockerfile) + - [`3.7.13-bullseye`](https://github.com/docker-library/python/blob/957d539a9b50aba11e8af8687b5f7c2fbd25ee24/3.7/bullseye/Dockerfile) # Quick reference (cont.) diff --git a/rabbitmq/README.md b/rabbitmq/README.md index 3ee2c8667..65a970e20 100644 --- a/rabbitmq/README.md +++ b/rabbitmq/README.md @@ -24,18 +24,18 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`3.10.2`, `3.10`, `3`, `latest`](https://github.com/docker-library/rabbitmq/blob/b273808985c229036651be0f39b8dd40f3ab9371/3.10/ubuntu/Dockerfile) -- [`3.10.2-management`, `3.10-management`, `3-management`, `management`](https://github.com/docker-library/rabbitmq/blob/6e226fe8e99702c8726d5e7d5c5864e69548048d/3.10/ubuntu/management/Dockerfile) -- [`3.10.2-alpine`, `3.10-alpine`, `3-alpine`, `alpine`](https://github.com/docker-library/rabbitmq/blob/650d68093885196f810730172740aa8182b7be57/3.10/alpine/Dockerfile) -- [`3.10.2-management-alpine`, `3.10-management-alpine`, `3-management-alpine`, `management-alpine`](https://github.com/docker-library/rabbitmq/blob/6e226fe8e99702c8726d5e7d5c5864e69548048d/3.10/alpine/management/Dockerfile) -- [`3.9.19`, `3.9`](https://github.com/docker-library/rabbitmq/blob/e1fd408fef228900fa8a9f8b4d0ab816b2a03750/3.9/ubuntu/Dockerfile) -- [`3.9.19-management`, `3.9-management`](https://github.com/docker-library/rabbitmq/blob/b07819f873e5a68b2bb54e01f0caa41c26b277f3/3.9/ubuntu/management/Dockerfile) -- [`3.9.19-alpine`, `3.9-alpine`](https://github.com/docker-library/rabbitmq/blob/e1fd408fef228900fa8a9f8b4d0ab816b2a03750/3.9/alpine/Dockerfile) -- [`3.9.19-management-alpine`, `3.9-management-alpine`](https://github.com/docker-library/rabbitmq/blob/b07819f873e5a68b2bb54e01f0caa41c26b277f3/3.9/alpine/management/Dockerfile) -- [`3.8.33`, `3.8`](https://github.com/docker-library/rabbitmq/blob/de4f040f08f4479b93b00ef0547c22c0c6bf5fa4/3.8/ubuntu/Dockerfile) -- [`3.8.33-management`, `3.8-management`](https://github.com/docker-library/rabbitmq/blob/0d1c84a50aa69305b2fa3e98632a206d3d2a3f9f/3.8/ubuntu/management/Dockerfile) -- [`3.8.33-alpine`, `3.8-alpine`](https://github.com/docker-library/rabbitmq/blob/de4f040f08f4479b93b00ef0547c22c0c6bf5fa4/3.8/alpine/Dockerfile) -- [`3.8.33-management-alpine`, `3.8-management-alpine`](https://github.com/docker-library/rabbitmq/blob/0d1c84a50aa69305b2fa3e98632a206d3d2a3f9f/3.8/alpine/management/Dockerfile) +- [`3.10.5`, `3.10`, `3`, `latest`](https://github.com/docker-library/rabbitmq/blob/9108dc3929ffc20ac9dcc9711b4a34c886c2410e/3.10/ubuntu/Dockerfile) +- [`3.10.5-management`, `3.10-management`, `3-management`, `management`](https://github.com/docker-library/rabbitmq/blob/6e226fe8e99702c8726d5e7d5c5864e69548048d/3.10/ubuntu/management/Dockerfile) +- [`3.10.5-alpine`, `3.10-alpine`, `3-alpine`, `alpine`](https://github.com/docker-library/rabbitmq/blob/9108dc3929ffc20ac9dcc9711b4a34c886c2410e/3.10/alpine/Dockerfile) +- [`3.10.5-management-alpine`, `3.10-management-alpine`, `3-management-alpine`, `management-alpine`](https://github.com/docker-library/rabbitmq/blob/6e226fe8e99702c8726d5e7d5c5864e69548048d/3.10/alpine/management/Dockerfile) +- [`3.9.20`, `3.9`](https://github.com/docker-library/rabbitmq/blob/2cdb4946b9da4846688cfba11a6f70ac5627ae8d/3.9/ubuntu/Dockerfile) +- [`3.9.20-management`, `3.9-management`](https://github.com/docker-library/rabbitmq/blob/b07819f873e5a68b2bb54e01f0caa41c26b277f3/3.9/ubuntu/management/Dockerfile) +- [`3.9.20-alpine`, `3.9-alpine`](https://github.com/docker-library/rabbitmq/blob/2cdb4946b9da4846688cfba11a6f70ac5627ae8d/3.9/alpine/Dockerfile) +- [`3.9.20-management-alpine`, `3.9-management-alpine`](https://github.com/docker-library/rabbitmq/blob/b07819f873e5a68b2bb54e01f0caa41c26b277f3/3.9/alpine/management/Dockerfile) +- [`3.8.34`, `3.8`](https://github.com/docker-library/rabbitmq/blob/60b29988115edcb4f5485873b7205ad5d239f0b1/3.8/ubuntu/Dockerfile) +- [`3.8.34-management`, `3.8-management`](https://github.com/docker-library/rabbitmq/blob/0d1c84a50aa69305b2fa3e98632a206d3d2a3f9f/3.8/ubuntu/management/Dockerfile) +- [`3.8.34-alpine`, `3.8-alpine`](https://github.com/docker-library/rabbitmq/blob/60b29988115edcb4f5485873b7205ad5d239f0b1/3.8/alpine/Dockerfile) +- [`3.8.34-management-alpine`, `3.8-management-alpine`](https://github.com/docker-library/rabbitmq/blob/0d1c84a50aa69305b2fa3e98632a206d3d2a3f9f/3.8/alpine/management/Dockerfile) # Quick reference (cont.)