Run update.sh

This commit is contained in:
Docker Library Bot 2023-06-21 12:18:08 -07:00
parent 1be9eb8077
commit 8850ce17d5
8 changed files with 32 additions and 30 deletions

View File

@ -24,7 +24,7 @@ WARNING:
# Supported tags and respective `Dockerfile` links # Supported tags and respective `Dockerfile` links
- [`devel-20230612`, `devel`, `devel-20230612-alpine3.18`, `devel-alpine3.18`](https://github.com/tianon/docker-bash/blob/5c9c1503ece91a6659e52570e787ebb1fa5aec53/devel/Dockerfile) - [`devel-20230616`, `devel`, `devel-20230616-alpine3.18`, `devel-alpine3.18`](https://github.com/tianon/docker-bash/blob/6c6da312e72d85e41d5631fe18fb3785e3af331b/devel/Dockerfile)
- [`5.2.15`, `5.2`, `5`, `latest`, `5.2.15-alpine3.18`, `5.2-alpine3.18`, `5-alpine3.18`, `alpine3.18`](https://github.com/tianon/docker-bash/blob/fa56f3014aa4901e889d12910a711d1adc0fc6a6/5.2/Dockerfile) - [`5.2.15`, `5.2`, `5`, `latest`, `5.2.15-alpine3.18`, `5.2-alpine3.18`, `5-alpine3.18`, `alpine3.18`](https://github.com/tianon/docker-bash/blob/fa56f3014aa4901e889d12910a711d1adc0fc6a6/5.2/Dockerfile)
- [`5.1.16`, `5.1`, `5.1.16-alpine3.18`, `5.1-alpine3.18`](https://github.com/tianon/docker-bash/blob/24c782c1b77287b0cea03a00ba43498276bf8182/5.1/Dockerfile) - [`5.1.16`, `5.1`, `5.1.16-alpine3.18`, `5.1-alpine3.18`](https://github.com/tianon/docker-bash/blob/24c782c1b77287b0cea03a00ba43498276bf8182/5.1/Dockerfile)
- [`5.0.18`, `5.0`, `5.0.18-alpine3.18`, `5.0-alpine3.18`](https://github.com/tianon/docker-bash/blob/eb30d9e65ce00810fcc7e984f5a7d554433aaa34/5.0/Dockerfile) - [`5.0.18`, `5.0`, `5.0.18-alpine3.18`, `5.0-alpine3.18`](https://github.com/tianon/docker-bash/blob/eb30d9e65ce00810fcc7e984f5a7d554433aaa34/5.0/Dockerfile)

View File

@ -24,7 +24,7 @@ WARNING:
# Supported tags and respective `Dockerfile` links # Supported tags and respective `Dockerfile` links
- [`8.8.0`](https://github.com/docker-library/elasticsearch/blob/3ecc4007656f868f1811566a766bff0c65d26242/8/Dockerfile) - [`8.8.1`](https://github.com/docker-library/elasticsearch/blob/0404371923419eeb901956b8cb4fcc308da088b2/8/Dockerfile)
- [`7.17.10`](https://github.com/docker-library/elasticsearch/blob/e95712a301d6adacde7ef3d31d54dd9bca752426/7/Dockerfile) - [`7.17.10`](https://github.com/docker-library/elasticsearch/blob/e95712a301d6adacde7ef3d31d54dd9bca752426/7/Dockerfile)
# Quick reference (cont.) # Quick reference (cont.)

View File

@ -24,8 +24,8 @@ WARNING:
# Supported tags and respective `Dockerfile` links # Supported tags and respective `Dockerfile` links
- [`1.4.4`, `1.4`, `1`, `latest`](https://github.com/jessfraz/irssi/blob/663b9b815d858c94ae6224183afed602d291587e/debian/Dockerfile) - [`1.4.4`, `1.4`, `1`, `latest`, `1.4.4-bullseye`, `1.4-bullseye`, `1-bullseye`, `bullseye`](https://github.com/jessfraz/irssi/blob/663b9b815d858c94ae6224183afed602d291587e/debian/Dockerfile)
- [`1.4.4-alpine`, `1.4-alpine`, `1-alpine`, `alpine`](https://github.com/jessfraz/irssi/blob/6806daa0d17eae1cd10df10ff3a533d3655ac9f8/alpine/Dockerfile) - [`1.4.4-alpine`, `1.4-alpine`, `1-alpine`, `alpine`, `1.4.4-alpine3.17`, `1.4-alpine3.17`, `1-alpine3.17`, `alpine3.17`](https://github.com/jessfraz/irssi/blob/6806daa0d17eae1cd10df10ff3a533d3655ac9f8/alpine/Dockerfile)
# Quick reference (cont.) # Quick reference (cont.)
@ -93,6 +93,8 @@ The `irssi` 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. 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 bullseye in them. These are the suite code names for releases of [Debian](https://wiki.debian.org/DebianReleases) 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 Debian.
## `irssi:<version>-alpine` ## `irssi:<version>-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. 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.

View File

@ -24,7 +24,7 @@ WARNING:
# Supported tags and respective `Dockerfile` links # Supported tags and respective `Dockerfile` links
- [`8.8.0`](https://github.com/docker-library/kibana/blob/2770daca005958cbb53a576d90254567cc06100a/8/Dockerfile) - [`8.8.1`](https://github.com/docker-library/kibana/blob/babe715a9ea3c4024d56d1bdffdc5feaed901df6/8/Dockerfile)
- [`7.17.10`](https://github.com/docker-library/kibana/blob/6dc8cf4590a7259135398fe84648b76fdb79ac2e/7/Dockerfile) - [`7.17.10`](https://github.com/docker-library/kibana/blob/6dc8cf4590a7259135398fe84648b76fdb79ac2e/7/Dockerfile)
# Quick reference (cont.) # Quick reference (cont.)

View File

@ -24,7 +24,7 @@ WARNING:
# Supported tags and respective `Dockerfile` links # Supported tags and respective `Dockerfile` links
- [`8.8.0`](https://github.com/docker-library/logstash/blob/6b04b9094d63927600bee099ab482d6b7467d038/8/Dockerfile) - [`8.8.1`](https://github.com/docker-library/logstash/blob/f6c2e750d4dd9a91c3fd9b71b4f9ae6137848514/8/Dockerfile)
- [`7.17.10`](https://github.com/docker-library/logstash/blob/963070bbacb3ca9dd3aea80abf24da2113254f81/7/Dockerfile) - [`7.17.10`](https://github.com/docker-library/logstash/blob/963070bbacb3ca9dd3aea80abf24da2113254f81/7/Dockerfile)
# Quick reference (cont.) # Quick reference (cont.)

View File

@ -24,7 +24,7 @@ WARNING:
# Supported tags and respective `Dockerfile` links # Supported tags and respective `Dockerfile` links
- [`8.0.32-24-centos`, `8.0-centos`, `8-centos`, `8.0.32-24`, `8.0`, `8`, `ps-8.0.32-24`, `ps-8.0`, `ps-8`](https://github.com/percona/percona-docker/blob/97417b76d33a5ffb62a7e20723752a25fdbad5e7/percona-server-8.0/Dockerfile) - [`8.0.33-25-centos`, `8.0-centos`, `8-centos`, `8.0.33-25`, `8.0`, `8`, `ps-8.0.33-25`, `ps-8.0`, `ps-8`](https://github.com/percona/percona-docker/blob/3f666ccdf6a9eed0e0505723fbe8b4954a105c99/percona-server-8.0/Dockerfile)
- [`5.7.35-centos`, `5.7-centos`, `5-centos`, `centos`, `5.7.35`, `5.7`, `5`, `ps-5.7.35`, `ps-5.7`, `ps-5`, `latest`](https://github.com/percona/percona-docker/blob/f1697b98ebb86a8d684c4192fa382b00ae1860ff/percona-server-5.7/Dockerfile-dockerhub) - [`5.7.35-centos`, `5.7-centos`, `5-centos`, `centos`, `5.7.35`, `5.7`, `5`, `ps-5.7.35`, `ps-5.7`, `ps-5`, `latest`](https://github.com/percona/percona-docker/blob/f1697b98ebb86a8d684c4192fa382b00ae1860ff/percona-server-5.7/Dockerfile-dockerhub)
- [`5.6.51-2-centos`, `5.6-centos`, `5.6.51-2`, `5.6`, `ps-5.6.51-2`, `ps-5.6`](https://github.com/percona/percona-docker/blob/4510d49bcce5cfce58a42c198d55399b144add83/percona-server-5.6/Dockerfile-dockerhub) - [`5.6.51-2-centos`, `5.6-centos`, `5.6.51-2`, `5.6`, `ps-5.6.51-2`, `ps-5.6`](https://github.com/percona/percona-docker/blob/4510d49bcce5cfce58a42c198d55399b144add83/percona-server-5.6/Dockerfile-dockerhub)
- [`psmdb-5.0.10`, `psmdb-5.0`](https://github.com/percona/percona-docker/blob/0003693083fc3b6a904fd83a63096705aff46cca/percona-server-mongodb-5.0/Dockerfile) - [`psmdb-5.0.10`, `psmdb-5.0`](https://github.com/percona/percona-docker/blob/0003693083fc3b6a904fd83a63096705aff46cca/percona-server-mongodb-5.0/Dockerfile)

View File

@ -28,14 +28,14 @@ WARNING:
## Simple Tags ## Simple Tags
- [`3.12.0b2-bookworm`, `3.12-rc-bookworm`](https://github.com/docker-library/python/blob/5d908b0477c003712550c84ac4d133367b912f78/3.12-rc/bookworm/Dockerfile) - [`3.12.0b3-bookworm`, `3.12-rc-bookworm`](https://github.com/docker-library/python/blob/3889ee887a25814ba59c379f0260e86d0394c41e/3.12-rc/bookworm/Dockerfile)
- [`3.12.0b2-slim-bookworm`, `3.12-rc-slim-bookworm`, `3.12.0b2-slim`, `3.12-rc-slim`](https://github.com/docker-library/python/blob/5d908b0477c003712550c84ac4d133367b912f78/3.12-rc/slim-bookworm/Dockerfile) - [`3.12.0b3-slim-bookworm`, `3.12-rc-slim-bookworm`, `3.12.0b3-slim`, `3.12-rc-slim`](https://github.com/docker-library/python/blob/3889ee887a25814ba59c379f0260e86d0394c41e/3.12-rc/slim-bookworm/Dockerfile)
- [`3.12.0b2-bullseye`, `3.12-rc-bullseye`](https://github.com/docker-library/python/blob/de2ce8ecb7b5522262dd97e8e87739e4b6d1e6bf/3.12-rc/bullseye/Dockerfile) - [`3.12.0b3-bullseye`, `3.12-rc-bullseye`](https://github.com/docker-library/python/blob/3889ee887a25814ba59c379f0260e86d0394c41e/3.12-rc/bullseye/Dockerfile)
- [`3.12.0b2-slim-bullseye`, `3.12-rc-slim-bullseye`](https://github.com/docker-library/python/blob/5d908b0477c003712550c84ac4d133367b912f78/3.12-rc/slim-bullseye/Dockerfile) - [`3.12.0b3-slim-bullseye`, `3.12-rc-slim-bullseye`](https://github.com/docker-library/python/blob/3889ee887a25814ba59c379f0260e86d0394c41e/3.12-rc/slim-bullseye/Dockerfile)
- [`3.12.0b2-alpine3.18`, `3.12-rc-alpine3.18`, `3.12.0b2-alpine`, `3.12-rc-alpine`](https://github.com/docker-library/python/blob/de2ce8ecb7b5522262dd97e8e87739e4b6d1e6bf/3.12-rc/alpine3.18/Dockerfile) - [`3.12.0b3-alpine3.18`, `3.12-rc-alpine3.18`, `3.12.0b3-alpine`, `3.12-rc-alpine`](https://github.com/docker-library/python/blob/3889ee887a25814ba59c379f0260e86d0394c41e/3.12-rc/alpine3.18/Dockerfile)
- [`3.12.0b2-alpine3.17`, `3.12-rc-alpine3.17`](https://github.com/docker-library/python/blob/de2ce8ecb7b5522262dd97e8e87739e4b6d1e6bf/3.12-rc/alpine3.17/Dockerfile) - [`3.12.0b3-alpine3.17`, `3.12-rc-alpine3.17`](https://github.com/docker-library/python/blob/3889ee887a25814ba59c379f0260e86d0394c41e/3.12-rc/alpine3.17/Dockerfile)
- [`3.12.0b2-windowsservercore-ltsc2022`, `3.12-rc-windowsservercore-ltsc2022`](https://github.com/docker-library/python/blob/de2ce8ecb7b5522262dd97e8e87739e4b6d1e6bf/3.12-rc/windows/windowsservercore-ltsc2022/Dockerfile) - [`3.12.0b3-windowsservercore-ltsc2022`, `3.12-rc-windowsservercore-ltsc2022`](https://github.com/docker-library/python/blob/3889ee887a25814ba59c379f0260e86d0394c41e/3.12-rc/windows/windowsservercore-ltsc2022/Dockerfile)
- [`3.12.0b2-windowsservercore-1809`, `3.12-rc-windowsservercore-1809`](https://github.com/docker-library/python/blob/de2ce8ecb7b5522262dd97e8e87739e4b6d1e6bf/3.12-rc/windows/windowsservercore-1809/Dockerfile) - [`3.12.0b3-windowsservercore-1809`, `3.12-rc-windowsservercore-1809`](https://github.com/docker-library/python/blob/3889ee887a25814ba59c379f0260e86d0394c41e/3.12-rc/windows/windowsservercore-1809/Dockerfile)
- [`3.11.4-bookworm`, `3.11-bookworm`, `3-bookworm`, `bookworm`](https://github.com/docker-library/python/blob/5d908b0477c003712550c84ac4d133367b912f78/3.11/bookworm/Dockerfile) - [`3.11.4-bookworm`, `3.11-bookworm`, `3-bookworm`, `bookworm`](https://github.com/docker-library/python/blob/5d908b0477c003712550c84ac4d133367b912f78/3.11/bookworm/Dockerfile)
- [`3.11.4-slim-bookworm`, `3.11-slim-bookworm`, `3-slim-bookworm`, `slim-bookworm`, `3.11.4-slim`, `3.11-slim`, `3-slim`, `slim`](https://github.com/docker-library/python/blob/5d908b0477c003712550c84ac4d133367b912f78/3.11/slim-bookworm/Dockerfile) - [`3.11.4-slim-bookworm`, `3.11-slim-bookworm`, `3-slim-bookworm`, `slim-bookworm`, `3.11.4-slim`, `3.11-slim`, `3-slim`, `slim`](https://github.com/docker-library/python/blob/5d908b0477c003712550c84ac4d133367b912f78/3.11/slim-bookworm/Dockerfile)
- [`3.11.4-bullseye`, `3.11-bullseye`, `3-bullseye`, `bullseye`](https://github.com/docker-library/python/blob/b744d9708a2fb8e2295198ef146341c415e9bc28/3.11/bullseye/Dockerfile) - [`3.11.4-bullseye`, `3.11-bullseye`, `3-bullseye`, `bullseye`](https://github.com/docker-library/python/blob/b744d9708a2fb8e2295198ef146341c415e9bc28/3.11/bullseye/Dockerfile)
@ -71,13 +71,13 @@ WARNING:
## Shared Tags ## Shared Tags
- `3.12.0b2`, `3.12-rc`: - `3.12.0b3`, `3.12-rc`:
- [`3.12.0b2-bookworm`](https://github.com/docker-library/python/blob/5d908b0477c003712550c84ac4d133367b912f78/3.12-rc/bookworm/Dockerfile) - [`3.12.0b3-bookworm`](https://github.com/docker-library/python/blob/3889ee887a25814ba59c379f0260e86d0394c41e/3.12-rc/bookworm/Dockerfile)
- [`3.12.0b2-windowsservercore-ltsc2022`](https://github.com/docker-library/python/blob/de2ce8ecb7b5522262dd97e8e87739e4b6d1e6bf/3.12-rc/windows/windowsservercore-ltsc2022/Dockerfile) - [`3.12.0b3-windowsservercore-ltsc2022`](https://github.com/docker-library/python/blob/3889ee887a25814ba59c379f0260e86d0394c41e/3.12-rc/windows/windowsservercore-ltsc2022/Dockerfile)
- [`3.12.0b2-windowsservercore-1809`](https://github.com/docker-library/python/blob/de2ce8ecb7b5522262dd97e8e87739e4b6d1e6bf/3.12-rc/windows/windowsservercore-1809/Dockerfile) - [`3.12.0b3-windowsservercore-1809`](https://github.com/docker-library/python/blob/3889ee887a25814ba59c379f0260e86d0394c41e/3.12-rc/windows/windowsservercore-1809/Dockerfile)
- `3.12.0b2-windowsservercore`, `3.12-rc-windowsservercore`: - `3.12.0b3-windowsservercore`, `3.12-rc-windowsservercore`:
- [`3.12.0b2-windowsservercore-ltsc2022`](https://github.com/docker-library/python/blob/de2ce8ecb7b5522262dd97e8e87739e4b6d1e6bf/3.12-rc/windows/windowsservercore-ltsc2022/Dockerfile) - [`3.12.0b3-windowsservercore-ltsc2022`](https://github.com/docker-library/python/blob/3889ee887a25814ba59c379f0260e86d0394c41e/3.12-rc/windows/windowsservercore-ltsc2022/Dockerfile)
- [`3.12.0b2-windowsservercore-1809`](https://github.com/docker-library/python/blob/de2ce8ecb7b5522262dd97e8e87739e4b6d1e6bf/3.12-rc/windows/windowsservercore-1809/Dockerfile) - [`3.12.0b3-windowsservercore-1809`](https://github.com/docker-library/python/blob/3889ee887a25814ba59c379f0260e86d0394c41e/3.12-rc/windows/windowsservercore-1809/Dockerfile)
- `3.11.4`, `3.11`, `3`, `latest`: - `3.11.4`, `3.11`, `3`, `latest`:
- [`3.11.4-bookworm`](https://github.com/docker-library/python/blob/5d908b0477c003712550c84ac4d133367b912f78/3.11/bookworm/Dockerfile) - [`3.11.4-bookworm`](https://github.com/docker-library/python/blob/5d908b0477c003712550c84ac4d133367b912f78/3.11/bookworm/Dockerfile)
- [`3.11.4-windowsservercore-ltsc2022`](https://github.com/docker-library/python/blob/b744d9708a2fb8e2295198ef146341c415e9bc28/3.11/windows/windowsservercore-ltsc2022/Dockerfile) - [`3.11.4-windowsservercore-ltsc2022`](https://github.com/docker-library/python/blob/b744d9708a2fb8e2295198ef146341c415e9bc28/3.11/windows/windowsservercore-ltsc2022/Dockerfile)

View File

@ -24,21 +24,21 @@ WARNING:
# Supported tags and respective `Dockerfile` links # Supported tags and respective `Dockerfile` links
- [`3.12.0`, `3.12`, `3`, `latest`](https://github.com/docker-library/rabbitmq/blob/b7d3633626f3dff15433626045bfcfdba7a5fa3e/3.12/ubuntu/Dockerfile) - [`3.12.0`, `3.12`, `3`, `latest`](https://github.com/docker-library/rabbitmq/blob/0192a912d656a74b27e8d3ebe0df1aa0d08dd92c/3.12/ubuntu/Dockerfile)
- [`3.12.0-management`, `3.12-management`, `3-management`, `management`](https://github.com/docker-library/rabbitmq/blob/c30652127ae871535b7ec8ecda8046948a52ab79/3.12/ubuntu/management/Dockerfile) - [`3.12.0-management`, `3.12-management`, `3-management`, `management`](https://github.com/docker-library/rabbitmq/blob/c30652127ae871535b7ec8ecda8046948a52ab79/3.12/ubuntu/management/Dockerfile)
- [`3.12.0-alpine`, `3.12-alpine`, `3-alpine`, `alpine`](https://github.com/docker-library/rabbitmq/blob/b7d3633626f3dff15433626045bfcfdba7a5fa3e/3.12/alpine/Dockerfile) - [`3.12.0-alpine`, `3.12-alpine`, `3-alpine`, `alpine`](https://github.com/docker-library/rabbitmq/blob/0192a912d656a74b27e8d3ebe0df1aa0d08dd92c/3.12/alpine/Dockerfile)
- [`3.12.0-management-alpine`, `3.12-management-alpine`, `3-management-alpine`, `management-alpine`](https://github.com/docker-library/rabbitmq/blob/c30652127ae871535b7ec8ecda8046948a52ab79/3.12/alpine/management/Dockerfile) - [`3.12.0-management-alpine`, `3.12-management-alpine`, `3-management-alpine`, `management-alpine`](https://github.com/docker-library/rabbitmq/blob/c30652127ae871535b7ec8ecda8046948a52ab79/3.12/alpine/management/Dockerfile)
- [`3.11.18`, `3.11`](https://github.com/docker-library/rabbitmq/blob/14833a0939f0cb97caf54270c9c90aca1a35c949/3.11/ubuntu/Dockerfile) - [`3.11.18`, `3.11`](https://github.com/docker-library/rabbitmq/blob/0192a912d656a74b27e8d3ebe0df1aa0d08dd92c/3.11/ubuntu/Dockerfile)
- [`3.11.18-management`, `3.11-management`](https://github.com/docker-library/rabbitmq/blob/b41c10aaddc91da62f96994ab62e9d1ea590c455/3.11/ubuntu/management/Dockerfile) - [`3.11.18-management`, `3.11-management`](https://github.com/docker-library/rabbitmq/blob/b41c10aaddc91da62f96994ab62e9d1ea590c455/3.11/ubuntu/management/Dockerfile)
- [`3.11.18-alpine`, `3.11-alpine`](https://github.com/docker-library/rabbitmq/blob/14833a0939f0cb97caf54270c9c90aca1a35c949/3.11/alpine/Dockerfile) - [`3.11.18-alpine`, `3.11-alpine`](https://github.com/docker-library/rabbitmq/blob/0192a912d656a74b27e8d3ebe0df1aa0d08dd92c/3.11/alpine/Dockerfile)
- [`3.11.18-management-alpine`, `3.11-management-alpine`](https://github.com/docker-library/rabbitmq/blob/b41c10aaddc91da62f96994ab62e9d1ea590c455/3.11/alpine/management/Dockerfile) - [`3.11.18-management-alpine`, `3.11-management-alpine`](https://github.com/docker-library/rabbitmq/blob/b41c10aaddc91da62f96994ab62e9d1ea590c455/3.11/alpine/management/Dockerfile)
- [`3.10.24`, `3.10`](https://github.com/docker-library/rabbitmq/blob/56b13d64f8314bcfe11e74afaa8f0e0882456a41/3.10/ubuntu/Dockerfile) - [`3.10.24`, `3.10`](https://github.com/docker-library/rabbitmq/blob/0192a912d656a74b27e8d3ebe0df1aa0d08dd92c/3.10/ubuntu/Dockerfile)
- [`3.10.24-management`, `3.10-management`](https://github.com/docker-library/rabbitmq/blob/b41c10aaddc91da62f96994ab62e9d1ea590c455/3.10/ubuntu/management/Dockerfile) - [`3.10.24-management`, `3.10-management`](https://github.com/docker-library/rabbitmq/blob/b41c10aaddc91da62f96994ab62e9d1ea590c455/3.10/ubuntu/management/Dockerfile)
- [`3.10.24-alpine`, `3.10-alpine`](https://github.com/docker-library/rabbitmq/blob/56b13d64f8314bcfe11e74afaa8f0e0882456a41/3.10/alpine/Dockerfile) - [`3.10.24-alpine`, `3.10-alpine`](https://github.com/docker-library/rabbitmq/blob/0192a912d656a74b27e8d3ebe0df1aa0d08dd92c/3.10/alpine/Dockerfile)
- [`3.10.24-management-alpine`, `3.10-management-alpine`](https://github.com/docker-library/rabbitmq/blob/b41c10aaddc91da62f96994ab62e9d1ea590c455/3.10/alpine/management/Dockerfile) - [`3.10.24-management-alpine`, `3.10-management-alpine`](https://github.com/docker-library/rabbitmq/blob/b41c10aaddc91da62f96994ab62e9d1ea590c455/3.10/alpine/management/Dockerfile)
- [`3.9.29`, `3.9`](https://github.com/docker-library/rabbitmq/blob/8b63feadd40dbf009de8d0282ec9037e00560707/3.9/ubuntu/Dockerfile) - [`3.9.29`, `3.9`](https://github.com/docker-library/rabbitmq/blob/0192a912d656a74b27e8d3ebe0df1aa0d08dd92c/3.9/ubuntu/Dockerfile)
- [`3.9.29-management`, `3.9-management`](https://github.com/docker-library/rabbitmq/blob/b41c10aaddc91da62f96994ab62e9d1ea590c455/3.9/ubuntu/management/Dockerfile) - [`3.9.29-management`, `3.9-management`](https://github.com/docker-library/rabbitmq/blob/b41c10aaddc91da62f96994ab62e9d1ea590c455/3.9/ubuntu/management/Dockerfile)
- [`3.9.29-alpine`, `3.9-alpine`](https://github.com/docker-library/rabbitmq/blob/8b63feadd40dbf009de8d0282ec9037e00560707/3.9/alpine/Dockerfile) - [`3.9.29-alpine`, `3.9-alpine`](https://github.com/docker-library/rabbitmq/blob/0192a912d656a74b27e8d3ebe0df1aa0d08dd92c/3.9/alpine/Dockerfile)
- [`3.9.29-management-alpine`, `3.9-management-alpine`](https://github.com/docker-library/rabbitmq/blob/b41c10aaddc91da62f96994ab62e9d1ea590c455/3.9/alpine/management/Dockerfile) - [`3.9.29-management-alpine`, `3.9-management-alpine`](https://github.com/docker-library/rabbitmq/blob/b41c10aaddc91da62f96994ab62e9d1ea590c455/3.9/alpine/management/Dockerfile)
# Quick reference (cont.) # Quick reference (cont.)