Run update.sh

This commit is contained in:
Docker Library Bot 2022-06-09 14:14:00 -07:00
parent f478e4a873
commit 7c09bea241
3 changed files with 87 additions and 91 deletions

View File

@ -74,13 +74,13 @@ This variable sets the IRC server Eggdrop will connect to. Examples are:
```console ```console
-e SERVER=just.a.normal.server -e SERVER=just.a.normal.server
-e SERVER=you.need.to.change.this:6667 -e SERVER="you.need.to.change.this 6667"
-e SERVER=another.example.com:7000:password -e SERVER="another.example.com 7000 password"
-e SERVER=[2001:db8:618:5c0:263::]:6669:password -e SERVER="[2001:db8:618:5c0:263::] 6669 password"
-e SERVER=ssl.example.net:+6697 -e SERVER="ssl.example.net +6697"
``` ```
Only one server can be specified via an environmental variable. The + denotes an SSL-enabled port. After the first run, it is advised to edit the eggdrop config directly to add additional servers (see Long-term Persistence below). Note that specifiying a port or password will require enclosing the entire argument within quotes. Only one server can be specified via an environmental variable. The + denotes an SSL-enabled port. After the first run, it is advised to edit the eggdrop config directly to add additional servers (see Long-term Persistence below).
### `NICK` ### `NICK`
@ -138,11 +138,7 @@ If you want to expose network connections for your bot, you'll also want to use
to your docker run command line. to your docker run command line.
## Docker-isms ## Common Errors
IMPORTANT - Due to how alpine handles DNS functionality, for the time being you MUST either a) manually add a DNS server to your eggdrop config (`set dns-servers "8.8.8.8 8.8.4.4"` would do the trick) or b) disable the DNS module (commenting out `loadmodule dns` in the config) in order for DNS resolution to work. We are currently testing new code to mitigate this issue.
You'll know you're affected by this quirk if you see errors such as `nslookup: can't resolve '(null)': Name does not resolve` or the generic `Failed connect to irc.libera.chat (DNS lookup failed)`.
# docker-compose.yml # docker-compose.yml

View File

@ -24,34 +24,34 @@ WARNING:
# Supported tags and respective `Dockerfile` links # Supported tags and respective `Dockerfile` links
- [`8.1.7RC1-cli-bullseye`, `8.1-rc-cli-bullseye`, `8.1.7RC1-bullseye`, `8.1-rc-bullseye`, `8.1.7RC1-cli`, `8.1-rc-cli`, `8.1.7RC1`, `8.1-rc`](https://github.com/docker-library/php/blob/8007237246d31766d78fb25a4590d289cac545ca/8.1-rc/bullseye/cli/Dockerfile) - [`8.2.0alpha1-cli-bullseye`, `8.2-rc-cli-bullseye`, `8.2.0alpha1-bullseye`, `8.2-rc-bullseye`, `8.2.0alpha1-cli`, `8.2-rc-cli`, `8.2.0alpha1`, `8.2-rc`](https://github.com/docker-library/php/blob/32a857da9ca93cde9dd8c5f2e7fae48181bfc1a6/8.2-rc/bullseye/cli/Dockerfile)
- [`8.1.7RC1-apache-bullseye`, `8.1-rc-apache-bullseye`, `8.1.7RC1-apache`, `8.1-rc-apache`](https://github.com/docker-library/php/blob/8007237246d31766d78fb25a4590d289cac545ca/8.1-rc/bullseye/apache/Dockerfile) - [`8.2.0alpha1-apache-bullseye`, `8.2-rc-apache-bullseye`, `8.2.0alpha1-apache`, `8.2-rc-apache`](https://github.com/docker-library/php/blob/32a857da9ca93cde9dd8c5f2e7fae48181bfc1a6/8.2-rc/bullseye/apache/Dockerfile)
- [`8.1.7RC1-fpm-bullseye`, `8.1-rc-fpm-bullseye`, `8.1.7RC1-fpm`, `8.1-rc-fpm`](https://github.com/docker-library/php/blob/8007237246d31766d78fb25a4590d289cac545ca/8.1-rc/bullseye/fpm/Dockerfile) - [`8.2.0alpha1-fpm-bullseye`, `8.2-rc-fpm-bullseye`, `8.2.0alpha1-fpm`, `8.2-rc-fpm`](https://github.com/docker-library/php/blob/32a857da9ca93cde9dd8c5f2e7fae48181bfc1a6/8.2-rc/bullseye/fpm/Dockerfile)
- [`8.1.7RC1-zts-bullseye`, `8.1-rc-zts-bullseye`, `8.1.7RC1-zts`, `8.1-rc-zts`](https://github.com/docker-library/php/blob/8007237246d31766d78fb25a4590d289cac545ca/8.1-rc/bullseye/zts/Dockerfile) - [`8.2.0alpha1-zts-bullseye`, `8.2-rc-zts-bullseye`, `8.2.0alpha1-zts`, `8.2-rc-zts`](https://github.com/docker-library/php/blob/32a857da9ca93cde9dd8c5f2e7fae48181bfc1a6/8.2-rc/bullseye/zts/Dockerfile)
- [`8.1.7RC1-cli-buster`, `8.1-rc-cli-buster`, `8.1.7RC1-buster`, `8.1-rc-buster`](https://github.com/docker-library/php/blob/8007237246d31766d78fb25a4590d289cac545ca/8.1-rc/buster/cli/Dockerfile) - [`8.2.0alpha1-cli-buster`, `8.2-rc-cli-buster`, `8.2.0alpha1-buster`, `8.2-rc-buster`](https://github.com/docker-library/php/blob/32a857da9ca93cde9dd8c5f2e7fae48181bfc1a6/8.2-rc/buster/cli/Dockerfile)
- [`8.1.7RC1-apache-buster`, `8.1-rc-apache-buster`](https://github.com/docker-library/php/blob/8007237246d31766d78fb25a4590d289cac545ca/8.1-rc/buster/apache/Dockerfile) - [`8.2.0alpha1-apache-buster`, `8.2-rc-apache-buster`](https://github.com/docker-library/php/blob/32a857da9ca93cde9dd8c5f2e7fae48181bfc1a6/8.2-rc/buster/apache/Dockerfile)
- [`8.1.7RC1-fpm-buster`, `8.1-rc-fpm-buster`](https://github.com/docker-library/php/blob/8007237246d31766d78fb25a4590d289cac545ca/8.1-rc/buster/fpm/Dockerfile) - [`8.2.0alpha1-fpm-buster`, `8.2-rc-fpm-buster`](https://github.com/docker-library/php/blob/32a857da9ca93cde9dd8c5f2e7fae48181bfc1a6/8.2-rc/buster/fpm/Dockerfile)
- [`8.1.7RC1-zts-buster`, `8.1-rc-zts-buster`](https://github.com/docker-library/php/blob/8007237246d31766d78fb25a4590d289cac545ca/8.1-rc/buster/zts/Dockerfile) - [`8.2.0alpha1-zts-buster`, `8.2-rc-zts-buster`](https://github.com/docker-library/php/blob/32a857da9ca93cde9dd8c5f2e7fae48181bfc1a6/8.2-rc/buster/zts/Dockerfile)
- [`8.1.7RC1-cli-alpine3.16`, `8.1-rc-cli-alpine3.16`, `8.1.7RC1-alpine3.16`, `8.1-rc-alpine3.16`, `8.1.7RC1-cli-alpine`, `8.1-rc-cli-alpine`, `8.1.7RC1-alpine`, `8.1-rc-alpine`](https://github.com/docker-library/php/blob/8007237246d31766d78fb25a4590d289cac545ca/8.1-rc/alpine3.16/cli/Dockerfile) - [`8.2.0alpha1-cli-alpine3.16`, `8.2-rc-cli-alpine3.16`, `8.2.0alpha1-alpine3.16`, `8.2-rc-alpine3.16`, `8.2.0alpha1-cli-alpine`, `8.2-rc-cli-alpine`, `8.2.0alpha1-alpine`, `8.2-rc-alpine`](https://github.com/docker-library/php/blob/32a857da9ca93cde9dd8c5f2e7fae48181bfc1a6/8.2-rc/alpine3.16/cli/Dockerfile)
- [`8.1.7RC1-fpm-alpine3.16`, `8.1-rc-fpm-alpine3.16`, `8.1.7RC1-fpm-alpine`, `8.1-rc-fpm-alpine`](https://github.com/docker-library/php/blob/8007237246d31766d78fb25a4590d289cac545ca/8.1-rc/alpine3.16/fpm/Dockerfile) - [`8.2.0alpha1-fpm-alpine3.16`, `8.2-rc-fpm-alpine3.16`, `8.2.0alpha1-fpm-alpine`, `8.2-rc-fpm-alpine`](https://github.com/docker-library/php/blob/32a857da9ca93cde9dd8c5f2e7fae48181bfc1a6/8.2-rc/alpine3.16/fpm/Dockerfile)
- [`8.1.7RC1-zts-alpine3.16`, `8.1-rc-zts-alpine3.16`, `8.1.7RC1-zts-alpine`, `8.1-rc-zts-alpine`](https://github.com/docker-library/php/blob/8007237246d31766d78fb25a4590d289cac545ca/8.1-rc/alpine3.16/zts/Dockerfile) - [`8.2.0alpha1-zts-alpine3.16`, `8.2-rc-zts-alpine3.16`, `8.2.0alpha1-zts-alpine`, `8.2-rc-zts-alpine`](https://github.com/docker-library/php/blob/32a857da9ca93cde9dd8c5f2e7fae48181bfc1a6/8.2-rc/alpine3.16/zts/Dockerfile)
- [`8.1.7RC1-cli-alpine3.15`, `8.1-rc-cli-alpine3.15`, `8.1.7RC1-alpine3.15`, `8.1-rc-alpine3.15`](https://github.com/docker-library/php/blob/8007237246d31766d78fb25a4590d289cac545ca/8.1-rc/alpine3.15/cli/Dockerfile) - [`8.2.0alpha1-cli-alpine3.15`, `8.2-rc-cli-alpine3.15`, `8.2.0alpha1-alpine3.15`, `8.2-rc-alpine3.15`](https://github.com/docker-library/php/blob/32a857da9ca93cde9dd8c5f2e7fae48181bfc1a6/8.2-rc/alpine3.15/cli/Dockerfile)
- [`8.1.7RC1-fpm-alpine3.15`, `8.1-rc-fpm-alpine3.15`](https://github.com/docker-library/php/blob/8007237246d31766d78fb25a4590d289cac545ca/8.1-rc/alpine3.15/fpm/Dockerfile) - [`8.2.0alpha1-fpm-alpine3.15`, `8.2-rc-fpm-alpine3.15`](https://github.com/docker-library/php/blob/32a857da9ca93cde9dd8c5f2e7fae48181bfc1a6/8.2-rc/alpine3.15/fpm/Dockerfile)
- [`8.1.7RC1-zts-alpine3.15`, `8.1-rc-zts-alpine3.15`](https://github.com/docker-library/php/blob/8007237246d31766d78fb25a4590d289cac545ca/8.1-rc/alpine3.15/zts/Dockerfile) - [`8.2.0alpha1-zts-alpine3.15`, `8.2-rc-zts-alpine3.15`](https://github.com/docker-library/php/blob/32a857da9ca93cde9dd8c5f2e7fae48181bfc1a6/8.2-rc/alpine3.15/zts/Dockerfile)
- [`8.1.6-cli-bullseye`, `8.1-cli-bullseye`, `8-cli-bullseye`, `cli-bullseye`, `8.1.6-bullseye`, `8.1-bullseye`, `8-bullseye`, `bullseye`, `8.1.6-cli`, `8.1-cli`, `8-cli`, `cli`, `8.1.6`, `8.1`, `8`, `latest`](https://github.com/docker-library/php/blob/faf8864e3845ced80780c03eefc66c022e2f9ac1/8.1/bullseye/cli/Dockerfile) - [`8.1.7-cli-bullseye`, `8.1-cli-bullseye`, `8-cli-bullseye`, `cli-bullseye`, `8.1.7-bullseye`, `8.1-bullseye`, `8-bullseye`, `bullseye`, `8.1.7-cli`, `8.1-cli`, `8-cli`, `cli`, `8.1.7`, `8.1`, `8`, `latest`](https://github.com/docker-library/php/blob/4d28815e8aaacdf48e8144d665ae14def1579481/8.1/bullseye/cli/Dockerfile)
- [`8.1.6-apache-bullseye`, `8.1-apache-bullseye`, `8-apache-bullseye`, `apache-bullseye`, `8.1.6-apache`, `8.1-apache`, `8-apache`, `apache`](https://github.com/docker-library/php/blob/faf8864e3845ced80780c03eefc66c022e2f9ac1/8.1/bullseye/apache/Dockerfile) - [`8.1.7-apache-bullseye`, `8.1-apache-bullseye`, `8-apache-bullseye`, `apache-bullseye`, `8.1.7-apache`, `8.1-apache`, `8-apache`, `apache`](https://github.com/docker-library/php/blob/4d28815e8aaacdf48e8144d665ae14def1579481/8.1/bullseye/apache/Dockerfile)
- [`8.1.6-fpm-bullseye`, `8.1-fpm-bullseye`, `8-fpm-bullseye`, `fpm-bullseye`, `8.1.6-fpm`, `8.1-fpm`, `8-fpm`, `fpm`](https://github.com/docker-library/php/blob/faf8864e3845ced80780c03eefc66c022e2f9ac1/8.1/bullseye/fpm/Dockerfile) - [`8.1.7-fpm-bullseye`, `8.1-fpm-bullseye`, `8-fpm-bullseye`, `fpm-bullseye`, `8.1.7-fpm`, `8.1-fpm`, `8-fpm`, `fpm`](https://github.com/docker-library/php/blob/4d28815e8aaacdf48e8144d665ae14def1579481/8.1/bullseye/fpm/Dockerfile)
- [`8.1.6-zts-bullseye`, `8.1-zts-bullseye`, `8-zts-bullseye`, `zts-bullseye`, `8.1.6-zts`, `8.1-zts`, `8-zts`, `zts`](https://github.com/docker-library/php/blob/faf8864e3845ced80780c03eefc66c022e2f9ac1/8.1/bullseye/zts/Dockerfile) - [`8.1.7-zts-bullseye`, `8.1-zts-bullseye`, `8-zts-bullseye`, `zts-bullseye`, `8.1.7-zts`, `8.1-zts`, `8-zts`, `zts`](https://github.com/docker-library/php/blob/4d28815e8aaacdf48e8144d665ae14def1579481/8.1/bullseye/zts/Dockerfile)
- [`8.1.6-cli-buster`, `8.1-cli-buster`, `8-cli-buster`, `cli-buster`, `8.1.6-buster`, `8.1-buster`, `8-buster`, `buster`](https://github.com/docker-library/php/blob/faf8864e3845ced80780c03eefc66c022e2f9ac1/8.1/buster/cli/Dockerfile) - [`8.1.7-cli-buster`, `8.1-cli-buster`, `8-cli-buster`, `cli-buster`, `8.1.7-buster`, `8.1-buster`, `8-buster`, `buster`](https://github.com/docker-library/php/blob/4d28815e8aaacdf48e8144d665ae14def1579481/8.1/buster/cli/Dockerfile)
- [`8.1.6-apache-buster`, `8.1-apache-buster`, `8-apache-buster`, `apache-buster`](https://github.com/docker-library/php/blob/faf8864e3845ced80780c03eefc66c022e2f9ac1/8.1/buster/apache/Dockerfile) - [`8.1.7-apache-buster`, `8.1-apache-buster`, `8-apache-buster`, `apache-buster`](https://github.com/docker-library/php/blob/4d28815e8aaacdf48e8144d665ae14def1579481/8.1/buster/apache/Dockerfile)
- [`8.1.6-fpm-buster`, `8.1-fpm-buster`, `8-fpm-buster`, `fpm-buster`](https://github.com/docker-library/php/blob/faf8864e3845ced80780c03eefc66c022e2f9ac1/8.1/buster/fpm/Dockerfile) - [`8.1.7-fpm-buster`, `8.1-fpm-buster`, `8-fpm-buster`, `fpm-buster`](https://github.com/docker-library/php/blob/4d28815e8aaacdf48e8144d665ae14def1579481/8.1/buster/fpm/Dockerfile)
- [`8.1.6-zts-buster`, `8.1-zts-buster`, `8-zts-buster`, `zts-buster`](https://github.com/docker-library/php/blob/faf8864e3845ced80780c03eefc66c022e2f9ac1/8.1/buster/zts/Dockerfile) - [`8.1.7-zts-buster`, `8.1-zts-buster`, `8-zts-buster`, `zts-buster`](https://github.com/docker-library/php/blob/4d28815e8aaacdf48e8144d665ae14def1579481/8.1/buster/zts/Dockerfile)
- [`8.1.6-cli-alpine3.16`, `8.1-cli-alpine3.16`, `8-cli-alpine3.16`, `cli-alpine3.16`, `8.1.6-alpine3.16`, `8.1-alpine3.16`, `8-alpine3.16`, `alpine3.16`, `8.1.6-cli-alpine`, `8.1-cli-alpine`, `8-cli-alpine`, `cli-alpine`, `8.1.6-alpine`, `8.1-alpine`, `8-alpine`, `alpine`](https://github.com/docker-library/php/blob/950963c0e39da317c7984ea95d78dd003c0efd85/8.1/alpine3.16/cli/Dockerfile) - [`8.1.7-cli-alpine3.16`, `8.1-cli-alpine3.16`, `8-cli-alpine3.16`, `cli-alpine3.16`, `8.1.7-alpine3.16`, `8.1-alpine3.16`, `8-alpine3.16`, `alpine3.16`, `8.1.7-cli-alpine`, `8.1-cli-alpine`, `8-cli-alpine`, `cli-alpine`, `8.1.7-alpine`, `8.1-alpine`, `8-alpine`, `alpine`](https://github.com/docker-library/php/blob/4d28815e8aaacdf48e8144d665ae14def1579481/8.1/alpine3.16/cli/Dockerfile)
- [`8.1.6-fpm-alpine3.16`, `8.1-fpm-alpine3.16`, `8-fpm-alpine3.16`, `fpm-alpine3.16`, `8.1.6-fpm-alpine`, `8.1-fpm-alpine`, `8-fpm-alpine`, `fpm-alpine`](https://github.com/docker-library/php/blob/950963c0e39da317c7984ea95d78dd003c0efd85/8.1/alpine3.16/fpm/Dockerfile) - [`8.1.7-fpm-alpine3.16`, `8.1-fpm-alpine3.16`, `8-fpm-alpine3.16`, `fpm-alpine3.16`, `8.1.7-fpm-alpine`, `8.1-fpm-alpine`, `8-fpm-alpine`, `fpm-alpine`](https://github.com/docker-library/php/blob/4d28815e8aaacdf48e8144d665ae14def1579481/8.1/alpine3.16/fpm/Dockerfile)
- [`8.1.6-zts-alpine3.16`, `8.1-zts-alpine3.16`, `8-zts-alpine3.16`, `zts-alpine3.16`, `8.1.6-zts-alpine`, `8.1-zts-alpine`, `8-zts-alpine`, `zts-alpine`](https://github.com/docker-library/php/blob/950963c0e39da317c7984ea95d78dd003c0efd85/8.1/alpine3.16/zts/Dockerfile) - [`8.1.7-zts-alpine3.16`, `8.1-zts-alpine3.16`, `8-zts-alpine3.16`, `zts-alpine3.16`, `8.1.7-zts-alpine`, `8.1-zts-alpine`, `8-zts-alpine`, `zts-alpine`](https://github.com/docker-library/php/blob/4d28815e8aaacdf48e8144d665ae14def1579481/8.1/alpine3.16/zts/Dockerfile)
- [`8.1.6-cli-alpine3.15`, `8.1-cli-alpine3.15`, `8-cli-alpine3.15`, `cli-alpine3.15`, `8.1.6-alpine3.15`, `8.1-alpine3.15`, `8-alpine3.15`, `alpine3.15`](https://github.com/docker-library/php/blob/faf8864e3845ced80780c03eefc66c022e2f9ac1/8.1/alpine3.15/cli/Dockerfile) - [`8.1.7-cli-alpine3.15`, `8.1-cli-alpine3.15`, `8-cli-alpine3.15`, `cli-alpine3.15`, `8.1.7-alpine3.15`, `8.1-alpine3.15`, `8-alpine3.15`, `alpine3.15`](https://github.com/docker-library/php/blob/4d28815e8aaacdf48e8144d665ae14def1579481/8.1/alpine3.15/cli/Dockerfile)
- [`8.1.6-fpm-alpine3.15`, `8.1-fpm-alpine3.15`, `8-fpm-alpine3.15`, `fpm-alpine3.15`](https://github.com/docker-library/php/blob/faf8864e3845ced80780c03eefc66c022e2f9ac1/8.1/alpine3.15/fpm/Dockerfile) - [`8.1.7-fpm-alpine3.15`, `8.1-fpm-alpine3.15`, `8-fpm-alpine3.15`, `fpm-alpine3.15`](https://github.com/docker-library/php/blob/4d28815e8aaacdf48e8144d665ae14def1579481/8.1/alpine3.15/fpm/Dockerfile)
- [`8.1.6-zts-alpine3.15`, `8.1-zts-alpine3.15`, `8-zts-alpine3.15`, `zts-alpine3.15`](https://github.com/docker-library/php/blob/faf8864e3845ced80780c03eefc66c022e2f9ac1/8.1/alpine3.15/zts/Dockerfile) - [`8.1.7-zts-alpine3.15`, `8.1-zts-alpine3.15`, `8-zts-alpine3.15`, `zts-alpine3.15`](https://github.com/docker-library/php/blob/4d28815e8aaacdf48e8144d665ae14def1579481/8.1/alpine3.15/zts/Dockerfile)
- [`8.0.20RC1-cli-bullseye`, `8.0-rc-cli-bullseye`, `8.0.20RC1-bullseye`, `8.0-rc-bullseye`, `8.0.20RC1-cli`, `8.0-rc-cli`, `8.0.20RC1`, `8.0-rc`](https://github.com/docker-library/php/blob/09c7a0d4ee6ed6ded9f2998cc31347384d16ef60/8.0-rc/bullseye/cli/Dockerfile) - [`8.0.20RC1-cli-bullseye`, `8.0-rc-cli-bullseye`, `8.0.20RC1-bullseye`, `8.0-rc-bullseye`, `8.0.20RC1-cli`, `8.0-rc-cli`, `8.0.20RC1`, `8.0-rc`](https://github.com/docker-library/php/blob/09c7a0d4ee6ed6ded9f2998cc31347384d16ef60/8.0-rc/bullseye/cli/Dockerfile)
- [`8.0.20RC1-apache-bullseye`, `8.0-rc-apache-bullseye`, `8.0.20RC1-apache`, `8.0-rc-apache`](https://github.com/docker-library/php/blob/09c7a0d4ee6ed6ded9f2998cc31347384d16ef60/8.0-rc/bullseye/apache/Dockerfile) - [`8.0.20RC1-apache-bullseye`, `8.0-rc-apache-bullseye`, `8.0.20RC1-apache`, `8.0-rc-apache`](https://github.com/docker-library/php/blob/09c7a0d4ee6ed6ded9f2998cc31347384d16ef60/8.0-rc/bullseye/apache/Dockerfile)
- [`8.0.20RC1-fpm-bullseye`, `8.0-rc-fpm-bullseye`, `8.0.20RC1-fpm`, `8.0-rc-fpm`](https://github.com/docker-library/php/blob/09c7a0d4ee6ed6ded9f2998cc31347384d16ef60/8.0-rc/bullseye/fpm/Dockerfile) - [`8.0.20RC1-fpm-bullseye`, `8.0-rc-fpm-bullseye`, `8.0.20RC1-fpm`, `8.0-rc-fpm`](https://github.com/docker-library/php/blob/09c7a0d4ee6ed6ded9f2998cc31347384d16ef60/8.0-rc/bullseye/fpm/Dockerfile)
@ -80,20 +80,20 @@ WARNING:
- [`8.0.19-cli-alpine3.15`, `8.0-cli-alpine3.15`, `8.0.19-alpine3.15`, `8.0-alpine3.15`](https://github.com/docker-library/php/blob/1e3c65adb6373a32896cd70c66709aa1ef5aa10e/8.0/alpine3.15/cli/Dockerfile) - [`8.0.19-cli-alpine3.15`, `8.0-cli-alpine3.15`, `8.0.19-alpine3.15`, `8.0-alpine3.15`](https://github.com/docker-library/php/blob/1e3c65adb6373a32896cd70c66709aa1ef5aa10e/8.0/alpine3.15/cli/Dockerfile)
- [`8.0.19-fpm-alpine3.15`, `8.0-fpm-alpine3.15`](https://github.com/docker-library/php/blob/1e3c65adb6373a32896cd70c66709aa1ef5aa10e/8.0/alpine3.15/fpm/Dockerfile) - [`8.0.19-fpm-alpine3.15`, `8.0-fpm-alpine3.15`](https://github.com/docker-library/php/blob/1e3c65adb6373a32896cd70c66709aa1ef5aa10e/8.0/alpine3.15/fpm/Dockerfile)
- [`8.0.19-zts-alpine3.15`, `8.0-zts-alpine3.15`](https://github.com/docker-library/php/blob/1e3c65adb6373a32896cd70c66709aa1ef5aa10e/8.0/alpine3.15/zts/Dockerfile) - [`8.0.19-zts-alpine3.15`, `8.0-zts-alpine3.15`](https://github.com/docker-library/php/blob/1e3c65adb6373a32896cd70c66709aa1ef5aa10e/8.0/alpine3.15/zts/Dockerfile)
- [`7.4.29-cli-bullseye`, `7.4-cli-bullseye`, `7-cli-bullseye`, `7.4.29-bullseye`, `7.4-bullseye`, `7-bullseye`, `7.4.29-cli`, `7.4-cli`, `7-cli`, `7.4.29`, `7.4`, `7`](https://github.com/docker-library/php/blob/f2b879649fb8238dfa96592c49cd676601ee33a1/7.4/bullseye/cli/Dockerfile) - [`7.4.30-cli-bullseye`, `7.4-cli-bullseye`, `7-cli-bullseye`, `7.4.30-bullseye`, `7.4-bullseye`, `7-bullseye`, `7.4.30-cli`, `7.4-cli`, `7-cli`, `7.4.30`, `7.4`, `7`](https://github.com/docker-library/php/blob/e4509d18e3cddd03e796dd6fd4fef88070ee5132/7.4/bullseye/cli/Dockerfile)
- [`7.4.29-apache-bullseye`, `7.4-apache-bullseye`, `7-apache-bullseye`, `7.4.29-apache`, `7.4-apache`, `7-apache`](https://github.com/docker-library/php/blob/f2b879649fb8238dfa96592c49cd676601ee33a1/7.4/bullseye/apache/Dockerfile) - [`7.4.30-apache-bullseye`, `7.4-apache-bullseye`, `7-apache-bullseye`, `7.4.30-apache`, `7.4-apache`, `7-apache`](https://github.com/docker-library/php/blob/e4509d18e3cddd03e796dd6fd4fef88070ee5132/7.4/bullseye/apache/Dockerfile)
- [`7.4.29-fpm-bullseye`, `7.4-fpm-bullseye`, `7-fpm-bullseye`, `7.4.29-fpm`, `7.4-fpm`, `7-fpm`](https://github.com/docker-library/php/blob/f2b879649fb8238dfa96592c49cd676601ee33a1/7.4/bullseye/fpm/Dockerfile) - [`7.4.30-fpm-bullseye`, `7.4-fpm-bullseye`, `7-fpm-bullseye`, `7.4.30-fpm`, `7.4-fpm`, `7-fpm`](https://github.com/docker-library/php/blob/e4509d18e3cddd03e796dd6fd4fef88070ee5132/7.4/bullseye/fpm/Dockerfile)
- [`7.4.29-zts-bullseye`, `7.4-zts-bullseye`, `7-zts-bullseye`, `7.4.29-zts`, `7.4-zts`, `7-zts`](https://github.com/docker-library/php/blob/f2b879649fb8238dfa96592c49cd676601ee33a1/7.4/bullseye/zts/Dockerfile) - [`7.4.30-zts-bullseye`, `7.4-zts-bullseye`, `7-zts-bullseye`, `7.4.30-zts`, `7.4-zts`, `7-zts`](https://github.com/docker-library/php/blob/e4509d18e3cddd03e796dd6fd4fef88070ee5132/7.4/bullseye/zts/Dockerfile)
- [`7.4.29-cli-buster`, `7.4-cli-buster`, `7-cli-buster`, `7.4.29-buster`, `7.4-buster`, `7-buster`](https://github.com/docker-library/php/blob/f2b879649fb8238dfa96592c49cd676601ee33a1/7.4/buster/cli/Dockerfile) - [`7.4.30-cli-buster`, `7.4-cli-buster`, `7-cli-buster`, `7.4.30-buster`, `7.4-buster`, `7-buster`](https://github.com/docker-library/php/blob/e4509d18e3cddd03e796dd6fd4fef88070ee5132/7.4/buster/cli/Dockerfile)
- [`7.4.29-apache-buster`, `7.4-apache-buster`, `7-apache-buster`](https://github.com/docker-library/php/blob/f2b879649fb8238dfa96592c49cd676601ee33a1/7.4/buster/apache/Dockerfile) - [`7.4.30-apache-buster`, `7.4-apache-buster`, `7-apache-buster`](https://github.com/docker-library/php/blob/e4509d18e3cddd03e796dd6fd4fef88070ee5132/7.4/buster/apache/Dockerfile)
- [`7.4.29-fpm-buster`, `7.4-fpm-buster`, `7-fpm-buster`](https://github.com/docker-library/php/blob/f2b879649fb8238dfa96592c49cd676601ee33a1/7.4/buster/fpm/Dockerfile) - [`7.4.30-fpm-buster`, `7.4-fpm-buster`, `7-fpm-buster`](https://github.com/docker-library/php/blob/e4509d18e3cddd03e796dd6fd4fef88070ee5132/7.4/buster/fpm/Dockerfile)
- [`7.4.29-zts-buster`, `7.4-zts-buster`, `7-zts-buster`](https://github.com/docker-library/php/blob/f2b879649fb8238dfa96592c49cd676601ee33a1/7.4/buster/zts/Dockerfile) - [`7.4.30-zts-buster`, `7.4-zts-buster`, `7-zts-buster`](https://github.com/docker-library/php/blob/e4509d18e3cddd03e796dd6fd4fef88070ee5132/7.4/buster/zts/Dockerfile)
- [`7.4.29-cli-alpine3.16`, `7.4-cli-alpine3.16`, `7-cli-alpine3.16`, `7.4.29-alpine3.16`, `7.4-alpine3.16`, `7-alpine3.16`, `7.4.29-cli-alpine`, `7.4-cli-alpine`, `7-cli-alpine`, `7.4.29-alpine`, `7.4-alpine`, `7-alpine`](https://github.com/docker-library/php/blob/950963c0e39da317c7984ea95d78dd003c0efd85/7.4/alpine3.16/cli/Dockerfile) - [`7.4.30-cli-alpine3.16`, `7.4-cli-alpine3.16`, `7-cli-alpine3.16`, `7.4.30-alpine3.16`, `7.4-alpine3.16`, `7-alpine3.16`, `7.4.30-cli-alpine`, `7.4-cli-alpine`, `7-cli-alpine`, `7.4.30-alpine`, `7.4-alpine`, `7-alpine`](https://github.com/docker-library/php/blob/e4509d18e3cddd03e796dd6fd4fef88070ee5132/7.4/alpine3.16/cli/Dockerfile)
- [`7.4.29-fpm-alpine3.16`, `7.4-fpm-alpine3.16`, `7-fpm-alpine3.16`, `7.4.29-fpm-alpine`, `7.4-fpm-alpine`, `7-fpm-alpine`](https://github.com/docker-library/php/blob/950963c0e39da317c7984ea95d78dd003c0efd85/7.4/alpine3.16/fpm/Dockerfile) - [`7.4.30-fpm-alpine3.16`, `7.4-fpm-alpine3.16`, `7-fpm-alpine3.16`, `7.4.30-fpm-alpine`, `7.4-fpm-alpine`, `7-fpm-alpine`](https://github.com/docker-library/php/blob/e4509d18e3cddd03e796dd6fd4fef88070ee5132/7.4/alpine3.16/fpm/Dockerfile)
- [`7.4.29-zts-alpine3.16`, `7.4-zts-alpine3.16`, `7-zts-alpine3.16`, `7.4.29-zts-alpine`, `7.4-zts-alpine`, `7-zts-alpine`](https://github.com/docker-library/php/blob/950963c0e39da317c7984ea95d78dd003c0efd85/7.4/alpine3.16/zts/Dockerfile) - [`7.4.30-zts-alpine3.16`, `7.4-zts-alpine3.16`, `7-zts-alpine3.16`, `7.4.30-zts-alpine`, `7.4-zts-alpine`, `7-zts-alpine`](https://github.com/docker-library/php/blob/e4509d18e3cddd03e796dd6fd4fef88070ee5132/7.4/alpine3.16/zts/Dockerfile)
- [`7.4.29-cli-alpine3.15`, `7.4-cli-alpine3.15`, `7-cli-alpine3.15`, `7.4.29-alpine3.15`, `7.4-alpine3.15`, `7-alpine3.15`](https://github.com/docker-library/php/blob/f2b879649fb8238dfa96592c49cd676601ee33a1/7.4/alpine3.15/cli/Dockerfile) - [`7.4.30-cli-alpine3.15`, `7.4-cli-alpine3.15`, `7-cli-alpine3.15`, `7.4.30-alpine3.15`, `7.4-alpine3.15`, `7-alpine3.15`](https://github.com/docker-library/php/blob/e4509d18e3cddd03e796dd6fd4fef88070ee5132/7.4/alpine3.15/cli/Dockerfile)
- [`7.4.29-fpm-alpine3.15`, `7.4-fpm-alpine3.15`, `7-fpm-alpine3.15`](https://github.com/docker-library/php/blob/f2b879649fb8238dfa96592c49cd676601ee33a1/7.4/alpine3.15/fpm/Dockerfile) - [`7.4.30-fpm-alpine3.15`, `7.4-fpm-alpine3.15`, `7-fpm-alpine3.15`](https://github.com/docker-library/php/blob/e4509d18e3cddd03e796dd6fd4fef88070ee5132/7.4/alpine3.15/fpm/Dockerfile)
- [`7.4.29-zts-alpine3.15`, `7.4-zts-alpine3.15`, `7-zts-alpine3.15`](https://github.com/docker-library/php/blob/f2b879649fb8238dfa96592c49cd676601ee33a1/7.4/alpine3.15/zts/Dockerfile) - [`7.4.30-zts-alpine3.15`, `7.4-zts-alpine3.15`, `7-zts-alpine3.15`](https://github.com/docker-library/php/blob/e4509d18e3cddd03e796dd6fd4fef88070ee5132/7.4/alpine3.15/zts/Dockerfile)
# Quick reference (cont.) # Quick reference (cont.)

View File

@ -24,20 +24,20 @@ WARNING:
# Supported tags and respective `Dockerfile` links # Supported tags and respective `Dockerfile` links
- [`10.1.0-M15-jdk17-corretto`, `10.1.0-jdk17-corretto`, `10.1-jdk17-corretto`](https://github.com/docker-library/tomcat/blob/f13f02d78e7ff7bb03cf390513045f03dbca0e7c/10.1/jdk17/corretto/Dockerfile) - [`10.1.0-M16-jdk17-corretto`, `10.1.0-jdk17-corretto`, `10.1-jdk17-corretto`](https://github.com/docker-library/tomcat/blob/405988ea1b223149948c64867f75854e3adadc1e/10.1/jdk17/corretto/Dockerfile)
- [`10.1.0-M15-jdk17-temurin-focal`, `10.1.0-jdk17-temurin-focal`, `10.1-jdk17-temurin-focal`, `10.1.0-M15-jdk17-temurin`, `10.1.0-jdk17-temurin`, `10.1-jdk17-temurin`](https://github.com/docker-library/tomcat/blob/1ef0bef6455930f51f970350f8c29622d76309f8/10.1/jdk17/temurin-focal/Dockerfile) - [`10.1.0-M16-jdk17-temurin-focal`, `10.1.0-jdk17-temurin-focal`, `10.1-jdk17-temurin-focal`, `10.1.0-M16-jdk17-temurin`, `10.1.0-jdk17-temurin`, `10.1-jdk17-temurin`](https://github.com/docker-library/tomcat/blob/405988ea1b223149948c64867f75854e3adadc1e/10.1/jdk17/temurin-focal/Dockerfile)
- [`10.1.0-M15-jre17-temurin-focal`, `10.1.0-jre17-temurin-focal`, `10.1-jre17-temurin-focal`, `10.1.0-M15-jre17-temurin`, `10.1.0-jre17-temurin`, `10.1-jre17-temurin`](https://github.com/docker-library/tomcat/blob/f13f02d78e7ff7bb03cf390513045f03dbca0e7c/10.1/jre17/temurin-focal/Dockerfile) - [`10.1.0-M16-jre17-temurin-focal`, `10.1.0-jre17-temurin-focal`, `10.1-jre17-temurin-focal`, `10.1.0-M16-jre17-temurin`, `10.1.0-jre17-temurin`, `10.1-jre17-temurin`](https://github.com/docker-library/tomcat/blob/405988ea1b223149948c64867f75854e3adadc1e/10.1/jre17/temurin-focal/Dockerfile)
- [`10.1.0-M15-jdk11-openjdk-bullseye`, `10.1.0-jdk11-openjdk-bullseye`, `10.1-jdk11-openjdk-bullseye`, `10.1.0-M15-jdk11-openjdk`, `10.1.0-jdk11-openjdk`, `10.1-jdk11-openjdk`, `10.1.0-M15-jdk11`, `10.1.0-jdk11`, `10.1-jdk11`, `10.1.0-M15`, `10.1.0`, `10.1`](https://github.com/docker-library/tomcat/blob/1150cb5bd29c206ce09c75b4e4722fd6980d1a6b/10.1/jdk11/openjdk-bullseye/Dockerfile) - [`10.1.0-M16-jdk11-openjdk-bullseye`, `10.1.0-jdk11-openjdk-bullseye`, `10.1-jdk11-openjdk-bullseye`, `10.1.0-M16-jdk11-openjdk`, `10.1.0-jdk11-openjdk`, `10.1-jdk11-openjdk`, `10.1.0-M16-jdk11`, `10.1.0-jdk11`, `10.1-jdk11`, `10.1.0-M16`, `10.1.0`, `10.1`](https://github.com/docker-library/tomcat/blob/405988ea1b223149948c64867f75854e3adadc1e/10.1/jdk11/openjdk-bullseye/Dockerfile)
- [`10.1.0-M15-jre11-openjdk-bullseye`, `10.1.0-jre11-openjdk-bullseye`, `10.1-jre11-openjdk-bullseye`, `10.1.0-M15-jre11-openjdk`, `10.1.0-jre11-openjdk`, `10.1-jre11-openjdk`, `10.1.0-M15-jre11`, `10.1.0-jre11`, `10.1-jre11`](https://github.com/docker-library/tomcat/blob/f13f02d78e7ff7bb03cf390513045f03dbca0e7c/10.1/jre11/openjdk-bullseye/Dockerfile) - [`10.1.0-M16-jre11-openjdk-bullseye`, `10.1.0-jre11-openjdk-bullseye`, `10.1-jre11-openjdk-bullseye`, `10.1.0-M16-jre11-openjdk`, `10.1.0-jre11-openjdk`, `10.1-jre11-openjdk`, `10.1.0-M16-jre11`, `10.1.0-jre11`, `10.1-jre11`](https://github.com/docker-library/tomcat/blob/405988ea1b223149948c64867f75854e3adadc1e/10.1/jre11/openjdk-bullseye/Dockerfile)
- [`10.1.0-M15-jdk11-openjdk-buster`, `10.1.0-jdk11-openjdk-buster`, `10.1-jdk11-openjdk-buster`](https://github.com/docker-library/tomcat/blob/f13f02d78e7ff7bb03cf390513045f03dbca0e7c/10.1/jdk11/openjdk-buster/Dockerfile) - [`10.1.0-M16-jdk11-openjdk-buster`, `10.1.0-jdk11-openjdk-buster`, `10.1-jdk11-openjdk-buster`](https://github.com/docker-library/tomcat/blob/405988ea1b223149948c64867f75854e3adadc1e/10.1/jdk11/openjdk-buster/Dockerfile)
- [`10.1.0-M15-jre11-openjdk-buster`, `10.1.0-jre11-openjdk-buster`, `10.1-jre11-openjdk-buster`](https://github.com/docker-library/tomcat/blob/f13f02d78e7ff7bb03cf390513045f03dbca0e7c/10.1/jre11/openjdk-buster/Dockerfile) - [`10.1.0-M16-jre11-openjdk-buster`, `10.1.0-jre11-openjdk-buster`, `10.1-jre11-openjdk-buster`](https://github.com/docker-library/tomcat/blob/405988ea1b223149948c64867f75854e3adadc1e/10.1/jre11/openjdk-buster/Dockerfile)
- [`10.1.0-M15-jdk11-openjdk-slim-bullseye`, `10.1.0-jdk11-openjdk-slim-bullseye`, `10.1-jdk11-openjdk-slim-bullseye`, `10.1.0-M15-jdk11-openjdk-slim`, `10.1.0-jdk11-openjdk-slim`, `10.1-jdk11-openjdk-slim`](https://github.com/docker-library/tomcat/blob/f13f02d78e7ff7bb03cf390513045f03dbca0e7c/10.1/jdk11/openjdk-slim-bullseye/Dockerfile) - [`10.1.0-M16-jdk11-openjdk-slim-bullseye`, `10.1.0-jdk11-openjdk-slim-bullseye`, `10.1-jdk11-openjdk-slim-bullseye`, `10.1.0-M16-jdk11-openjdk-slim`, `10.1.0-jdk11-openjdk-slim`, `10.1-jdk11-openjdk-slim`](https://github.com/docker-library/tomcat/blob/405988ea1b223149948c64867f75854e3adadc1e/10.1/jdk11/openjdk-slim-bullseye/Dockerfile)
- [`10.1.0-M15-jre11-openjdk-slim-bullseye`, `10.1.0-jre11-openjdk-slim-bullseye`, `10.1-jre11-openjdk-slim-bullseye`, `10.1.0-M15-jre11-openjdk-slim`, `10.1.0-jre11-openjdk-slim`, `10.1-jre11-openjdk-slim`](https://github.com/docker-library/tomcat/blob/f13f02d78e7ff7bb03cf390513045f03dbca0e7c/10.1/jre11/openjdk-slim-bullseye/Dockerfile) - [`10.1.0-M16-jre11-openjdk-slim-bullseye`, `10.1.0-jre11-openjdk-slim-bullseye`, `10.1-jre11-openjdk-slim-bullseye`, `10.1.0-M16-jre11-openjdk-slim`, `10.1.0-jre11-openjdk-slim`, `10.1-jre11-openjdk-slim`](https://github.com/docker-library/tomcat/blob/405988ea1b223149948c64867f75854e3adadc1e/10.1/jre11/openjdk-slim-bullseye/Dockerfile)
- [`10.1.0-M15-jdk11-openjdk-slim-buster`, `10.1.0-jdk11-openjdk-slim-buster`, `10.1-jdk11-openjdk-slim-buster`](https://github.com/docker-library/tomcat/blob/f13f02d78e7ff7bb03cf390513045f03dbca0e7c/10.1/jdk11/openjdk-slim-buster/Dockerfile) - [`10.1.0-M16-jdk11-openjdk-slim-buster`, `10.1.0-jdk11-openjdk-slim-buster`, `10.1-jdk11-openjdk-slim-buster`](https://github.com/docker-library/tomcat/blob/405988ea1b223149948c64867f75854e3adadc1e/10.1/jdk11/openjdk-slim-buster/Dockerfile)
- [`10.1.0-M15-jre11-openjdk-slim-buster`, `10.1.0-jre11-openjdk-slim-buster`, `10.1-jre11-openjdk-slim-buster`](https://github.com/docker-library/tomcat/blob/f13f02d78e7ff7bb03cf390513045f03dbca0e7c/10.1/jre11/openjdk-slim-buster/Dockerfile) - [`10.1.0-M16-jre11-openjdk-slim-buster`, `10.1.0-jre11-openjdk-slim-buster`, `10.1-jre11-openjdk-slim-buster`](https://github.com/docker-library/tomcat/blob/405988ea1b223149948c64867f75854e3adadc1e/10.1/jre11/openjdk-slim-buster/Dockerfile)
- [`10.1.0-M15-jdk11-corretto`, `10.1.0-jdk11-corretto`, `10.1-jdk11-corretto`](https://github.com/docker-library/tomcat/blob/f13f02d78e7ff7bb03cf390513045f03dbca0e7c/10.1/jdk11/corretto/Dockerfile) - [`10.1.0-M16-jdk11-corretto`, `10.1.0-jdk11-corretto`, `10.1-jdk11-corretto`](https://github.com/docker-library/tomcat/blob/405988ea1b223149948c64867f75854e3adadc1e/10.1/jdk11/corretto/Dockerfile)
- [`10.1.0-M15-jdk11-temurin-focal`, `10.1.0-jdk11-temurin-focal`, `10.1-jdk11-temurin-focal`, `10.1.0-M15-jdk11-temurin`, `10.1.0-jdk11-temurin`, `10.1-jdk11-temurin`](https://github.com/docker-library/tomcat/blob/f13f02d78e7ff7bb03cf390513045f03dbca0e7c/10.1/jdk11/temurin-focal/Dockerfile) - [`10.1.0-M16-jdk11-temurin-focal`, `10.1.0-jdk11-temurin-focal`, `10.1-jdk11-temurin-focal`, `10.1.0-M16-jdk11-temurin`, `10.1.0-jdk11-temurin`, `10.1-jdk11-temurin`](https://github.com/docker-library/tomcat/blob/405988ea1b223149948c64867f75854e3adadc1e/10.1/jdk11/temurin-focal/Dockerfile)
- [`10.1.0-M15-jre11-temurin-focal`, `10.1.0-jre11-temurin-focal`, `10.1-jre11-temurin-focal`, `10.1.0-M15-jre11-temurin`, `10.1.0-jre11-temurin`, `10.1-jre11-temurin`](https://github.com/docker-library/tomcat/blob/f13f02d78e7ff7bb03cf390513045f03dbca0e7c/10.1/jre11/temurin-focal/Dockerfile) - [`10.1.0-M16-jre11-temurin-focal`, `10.1.0-jre11-temurin-focal`, `10.1-jre11-temurin-focal`, `10.1.0-M16-jre11-temurin`, `10.1.0-jre11-temurin`, `10.1-jre11-temurin`](https://github.com/docker-library/tomcat/blob/405988ea1b223149948c64867f75854e3adadc1e/10.1/jre11/temurin-focal/Dockerfile)
- [`10.0.21-jdk17-corretto`, `10.0-jdk17-corretto`, `10-jdk17-corretto`, `jdk17-corretto`](https://github.com/docker-library/tomcat/blob/ef23d48c9592f61dfce7729d3d0958d5403a9541/10.0/jdk17/corretto/Dockerfile) - [`10.0.21-jdk17-corretto`, `10.0-jdk17-corretto`, `10-jdk17-corretto`, `jdk17-corretto`](https://github.com/docker-library/tomcat/blob/ef23d48c9592f61dfce7729d3d0958d5403a9541/10.0/jdk17/corretto/Dockerfile)
- [`10.0.21-jdk17-temurin-focal`, `10.0-jdk17-temurin-focal`, `10-jdk17-temurin-focal`, `jdk17-temurin-focal`, `10.0.21-jdk17-temurin`, `10.0-jdk17-temurin`, `10-jdk17-temurin`, `jdk17-temurin`](https://github.com/docker-library/tomcat/blob/ef23d48c9592f61dfce7729d3d0958d5403a9541/10.0/jdk17/temurin-focal/Dockerfile) - [`10.0.21-jdk17-temurin-focal`, `10.0-jdk17-temurin-focal`, `10-jdk17-temurin-focal`, `jdk17-temurin-focal`, `10.0.21-jdk17-temurin`, `10.0-jdk17-temurin`, `10-jdk17-temurin`, `jdk17-temurin`](https://github.com/docker-library/tomcat/blob/ef23d48c9592f61dfce7729d3d0958d5403a9541/10.0/jdk17/temurin-focal/Dockerfile)
- [`10.0.21-jre17-temurin-focal`, `10.0-jre17-temurin-focal`, `10-jre17-temurin-focal`, `jre17-temurin-focal`, `10.0.21-jre17-temurin`, `10.0-jre17-temurin`, `10-jre17-temurin`, `jre17-temurin`](https://github.com/docker-library/tomcat/blob/ef23d48c9592f61dfce7729d3d0958d5403a9541/10.0/jre17/temurin-focal/Dockerfile) - [`10.0.21-jre17-temurin-focal`, `10.0-jre17-temurin-focal`, `10-jre17-temurin-focal`, `jre17-temurin-focal`, `10.0.21-jre17-temurin`, `10.0-jre17-temurin`, `10-jre17-temurin`, `jre17-temurin`](https://github.com/docker-library/tomcat/blob/ef23d48c9592f61dfce7729d3d0958d5403a9541/10.0/jre17/temurin-focal/Dockerfile)
@ -63,31 +63,31 @@ WARNING:
- [`10.0.21-jdk8-corretto`, `10.0-jdk8-corretto`, `10-jdk8-corretto`, `jdk8-corretto`](https://github.com/docker-library/tomcat/blob/ef23d48c9592f61dfce7729d3d0958d5403a9541/10.0/jdk8/corretto/Dockerfile) - [`10.0.21-jdk8-corretto`, `10.0-jdk8-corretto`, `10-jdk8-corretto`, `jdk8-corretto`](https://github.com/docker-library/tomcat/blob/ef23d48c9592f61dfce7729d3d0958d5403a9541/10.0/jdk8/corretto/Dockerfile)
- [`10.0.21-jdk8-temurin-focal`, `10.0-jdk8-temurin-focal`, `10-jdk8-temurin-focal`, `jdk8-temurin-focal`, `10.0.21-jdk8-temurin`, `10.0-jdk8-temurin`, `10-jdk8-temurin`, `jdk8-temurin`](https://github.com/docker-library/tomcat/blob/ef23d48c9592f61dfce7729d3d0958d5403a9541/10.0/jdk8/temurin-focal/Dockerfile) - [`10.0.21-jdk8-temurin-focal`, `10.0-jdk8-temurin-focal`, `10-jdk8-temurin-focal`, `jdk8-temurin-focal`, `10.0.21-jdk8-temurin`, `10.0-jdk8-temurin`, `10-jdk8-temurin`, `jdk8-temurin`](https://github.com/docker-library/tomcat/blob/ef23d48c9592f61dfce7729d3d0958d5403a9541/10.0/jdk8/temurin-focal/Dockerfile)
- [`10.0.21-jre8-temurin-focal`, `10.0-jre8-temurin-focal`, `10-jre8-temurin-focal`, `jre8-temurin-focal`, `10.0.21-jre8-temurin`, `10.0-jre8-temurin`, `10-jre8-temurin`, `jre8-temurin`](https://github.com/docker-library/tomcat/blob/ef23d48c9592f61dfce7729d3d0958d5403a9541/10.0/jre8/temurin-focal/Dockerfile) - [`10.0.21-jre8-temurin-focal`, `10.0-jre8-temurin-focal`, `10-jre8-temurin-focal`, `jre8-temurin-focal`, `10.0.21-jre8-temurin`, `10.0-jre8-temurin`, `10-jre8-temurin`, `jre8-temurin`](https://github.com/docker-library/tomcat/blob/ef23d48c9592f61dfce7729d3d0958d5403a9541/10.0/jre8/temurin-focal/Dockerfile)
- [`9.0.63-jdk17-corretto`, `9.0-jdk17-corretto`, `9-jdk17-corretto`](https://github.com/docker-library/tomcat/blob/ddb12368ca6507de7c23394c4f36f1e242c638eb/9.0/jdk17/corretto/Dockerfile) - [`9.0.64-jdk17-corretto`, `9.0-jdk17-corretto`, `9-jdk17-corretto`](https://github.com/docker-library/tomcat/blob/8aaaad20360279ee83cb9f9b4fb69affe0837aaf/9.0/jdk17/corretto/Dockerfile)
- [`9.0.63-jdk17-temurin-focal`, `9.0-jdk17-temurin-focal`, `9-jdk17-temurin-focal`, `9.0.63-jdk17-temurin`, `9.0-jdk17-temurin`, `9-jdk17-temurin`](https://github.com/docker-library/tomcat/blob/ddb12368ca6507de7c23394c4f36f1e242c638eb/9.0/jdk17/temurin-focal/Dockerfile) - [`9.0.64-jdk17-temurin-focal`, `9.0-jdk17-temurin-focal`, `9-jdk17-temurin-focal`, `9.0.64-jdk17-temurin`, `9.0-jdk17-temurin`, `9-jdk17-temurin`](https://github.com/docker-library/tomcat/blob/8aaaad20360279ee83cb9f9b4fb69affe0837aaf/9.0/jdk17/temurin-focal/Dockerfile)
- [`9.0.63-jre17-temurin-focal`, `9.0-jre17-temurin-focal`, `9-jre17-temurin-focal`, `9.0.63-jre17-temurin`, `9.0-jre17-temurin`, `9-jre17-temurin`](https://github.com/docker-library/tomcat/blob/ddb12368ca6507de7c23394c4f36f1e242c638eb/9.0/jre17/temurin-focal/Dockerfile) - [`9.0.64-jre17-temurin-focal`, `9.0-jre17-temurin-focal`, `9-jre17-temurin-focal`, `9.0.64-jre17-temurin`, `9.0-jre17-temurin`, `9-jre17-temurin`](https://github.com/docker-library/tomcat/blob/8aaaad20360279ee83cb9f9b4fb69affe0837aaf/9.0/jre17/temurin-focal/Dockerfile)
- [`9.0.63-jdk11-openjdk-bullseye`, `9.0-jdk11-openjdk-bullseye`, `9-jdk11-openjdk-bullseye`, `9.0.63-jdk11-openjdk`, `9.0-jdk11-openjdk`, `9-jdk11-openjdk`, `9.0.63-jdk11`, `9.0-jdk11`, `9-jdk11`, `9.0.63`, `9.0`, `9`](https://github.com/docker-library/tomcat/blob/ddb12368ca6507de7c23394c4f36f1e242c638eb/9.0/jdk11/openjdk-bullseye/Dockerfile) - [`9.0.64-jdk11-openjdk-bullseye`, `9.0-jdk11-openjdk-bullseye`, `9-jdk11-openjdk-bullseye`, `9.0.64-jdk11-openjdk`, `9.0-jdk11-openjdk`, `9-jdk11-openjdk`, `9.0.64-jdk11`, `9.0-jdk11`, `9-jdk11`, `9.0.64`, `9.0`, `9`](https://github.com/docker-library/tomcat/blob/8aaaad20360279ee83cb9f9b4fb69affe0837aaf/9.0/jdk11/openjdk-bullseye/Dockerfile)
- [`9.0.63-jre11-openjdk-bullseye`, `9.0-jre11-openjdk-bullseye`, `9-jre11-openjdk-bullseye`, `9.0.63-jre11-openjdk`, `9.0-jre11-openjdk`, `9-jre11-openjdk`, `9.0.63-jre11`, `9.0-jre11`, `9-jre11`](https://github.com/docker-library/tomcat/blob/ddb12368ca6507de7c23394c4f36f1e242c638eb/9.0/jre11/openjdk-bullseye/Dockerfile) - [`9.0.64-jre11-openjdk-bullseye`, `9.0-jre11-openjdk-bullseye`, `9-jre11-openjdk-bullseye`, `9.0.64-jre11-openjdk`, `9.0-jre11-openjdk`, `9-jre11-openjdk`, `9.0.64-jre11`, `9.0-jre11`, `9-jre11`](https://github.com/docker-library/tomcat/blob/8aaaad20360279ee83cb9f9b4fb69affe0837aaf/9.0/jre11/openjdk-bullseye/Dockerfile)
- [`9.0.63-jdk11-openjdk-buster`, `9.0-jdk11-openjdk-buster`, `9-jdk11-openjdk-buster`](https://github.com/docker-library/tomcat/blob/ddb12368ca6507de7c23394c4f36f1e242c638eb/9.0/jdk11/openjdk-buster/Dockerfile) - [`9.0.64-jdk11-openjdk-buster`, `9.0-jdk11-openjdk-buster`, `9-jdk11-openjdk-buster`](https://github.com/docker-library/tomcat/blob/8aaaad20360279ee83cb9f9b4fb69affe0837aaf/9.0/jdk11/openjdk-buster/Dockerfile)
- [`9.0.63-jre11-openjdk-buster`, `9.0-jre11-openjdk-buster`, `9-jre11-openjdk-buster`](https://github.com/docker-library/tomcat/blob/ddb12368ca6507de7c23394c4f36f1e242c638eb/9.0/jre11/openjdk-buster/Dockerfile) - [`9.0.64-jre11-openjdk-buster`, `9.0-jre11-openjdk-buster`, `9-jre11-openjdk-buster`](https://github.com/docker-library/tomcat/blob/8aaaad20360279ee83cb9f9b4fb69affe0837aaf/9.0/jre11/openjdk-buster/Dockerfile)
- [`9.0.63-jdk11-openjdk-slim-bullseye`, `9.0-jdk11-openjdk-slim-bullseye`, `9-jdk11-openjdk-slim-bullseye`, `9.0.63-jdk11-openjdk-slim`, `9.0-jdk11-openjdk-slim`, `9-jdk11-openjdk-slim`](https://github.com/docker-library/tomcat/blob/ddb12368ca6507de7c23394c4f36f1e242c638eb/9.0/jdk11/openjdk-slim-bullseye/Dockerfile) - [`9.0.64-jdk11-openjdk-slim-bullseye`, `9.0-jdk11-openjdk-slim-bullseye`, `9-jdk11-openjdk-slim-bullseye`, `9.0.64-jdk11-openjdk-slim`, `9.0-jdk11-openjdk-slim`, `9-jdk11-openjdk-slim`](https://github.com/docker-library/tomcat/blob/8aaaad20360279ee83cb9f9b4fb69affe0837aaf/9.0/jdk11/openjdk-slim-bullseye/Dockerfile)
- [`9.0.63-jre11-openjdk-slim-bullseye`, `9.0-jre11-openjdk-slim-bullseye`, `9-jre11-openjdk-slim-bullseye`, `9.0.63-jre11-openjdk-slim`, `9.0-jre11-openjdk-slim`, `9-jre11-openjdk-slim`](https://github.com/docker-library/tomcat/blob/ddb12368ca6507de7c23394c4f36f1e242c638eb/9.0/jre11/openjdk-slim-bullseye/Dockerfile) - [`9.0.64-jre11-openjdk-slim-bullseye`, `9.0-jre11-openjdk-slim-bullseye`, `9-jre11-openjdk-slim-bullseye`, `9.0.64-jre11-openjdk-slim`, `9.0-jre11-openjdk-slim`, `9-jre11-openjdk-slim`](https://github.com/docker-library/tomcat/blob/8aaaad20360279ee83cb9f9b4fb69affe0837aaf/9.0/jre11/openjdk-slim-bullseye/Dockerfile)
- [`9.0.63-jdk11-openjdk-slim-buster`, `9.0-jdk11-openjdk-slim-buster`, `9-jdk11-openjdk-slim-buster`](https://github.com/docker-library/tomcat/blob/ddb12368ca6507de7c23394c4f36f1e242c638eb/9.0/jdk11/openjdk-slim-buster/Dockerfile) - [`9.0.64-jdk11-openjdk-slim-buster`, `9.0-jdk11-openjdk-slim-buster`, `9-jdk11-openjdk-slim-buster`](https://github.com/docker-library/tomcat/blob/8aaaad20360279ee83cb9f9b4fb69affe0837aaf/9.0/jdk11/openjdk-slim-buster/Dockerfile)
- [`9.0.63-jre11-openjdk-slim-buster`, `9.0-jre11-openjdk-slim-buster`, `9-jre11-openjdk-slim-buster`](https://github.com/docker-library/tomcat/blob/ddb12368ca6507de7c23394c4f36f1e242c638eb/9.0/jre11/openjdk-slim-buster/Dockerfile) - [`9.0.64-jre11-openjdk-slim-buster`, `9.0-jre11-openjdk-slim-buster`, `9-jre11-openjdk-slim-buster`](https://github.com/docker-library/tomcat/blob/8aaaad20360279ee83cb9f9b4fb69affe0837aaf/9.0/jre11/openjdk-slim-buster/Dockerfile)
- [`9.0.63-jdk11-corretto`, `9.0-jdk11-corretto`, `9-jdk11-corretto`](https://github.com/docker-library/tomcat/blob/ddb12368ca6507de7c23394c4f36f1e242c638eb/9.0/jdk11/corretto/Dockerfile) - [`9.0.64-jdk11-corretto`, `9.0-jdk11-corretto`, `9-jdk11-corretto`](https://github.com/docker-library/tomcat/blob/8aaaad20360279ee83cb9f9b4fb69affe0837aaf/9.0/jdk11/corretto/Dockerfile)
- [`9.0.63-jdk11-temurin-focal`, `9.0-jdk11-temurin-focal`, `9-jdk11-temurin-focal`, `9.0.63-jdk11-temurin`, `9.0-jdk11-temurin`, `9-jdk11-temurin`](https://github.com/docker-library/tomcat/blob/ddb12368ca6507de7c23394c4f36f1e242c638eb/9.0/jdk11/temurin-focal/Dockerfile) - [`9.0.64-jdk11-temurin-focal`, `9.0-jdk11-temurin-focal`, `9-jdk11-temurin-focal`, `9.0.64-jdk11-temurin`, `9.0-jdk11-temurin`, `9-jdk11-temurin`](https://github.com/docker-library/tomcat/blob/8aaaad20360279ee83cb9f9b4fb69affe0837aaf/9.0/jdk11/temurin-focal/Dockerfile)
- [`9.0.63-jre11-temurin-focal`, `9.0-jre11-temurin-focal`, `9-jre11-temurin-focal`, `9.0.63-jre11-temurin`, `9.0-jre11-temurin`, `9-jre11-temurin`](https://github.com/docker-library/tomcat/blob/ddb12368ca6507de7c23394c4f36f1e242c638eb/9.0/jre11/temurin-focal/Dockerfile) - [`9.0.64-jre11-temurin-focal`, `9.0-jre11-temurin-focal`, `9-jre11-temurin-focal`, `9.0.64-jre11-temurin`, `9.0-jre11-temurin`, `9-jre11-temurin`](https://github.com/docker-library/tomcat/blob/8aaaad20360279ee83cb9f9b4fb69affe0837aaf/9.0/jre11/temurin-focal/Dockerfile)
- [`9.0.63-jdk8-openjdk-bullseye`, `9.0-jdk8-openjdk-bullseye`, `9-jdk8-openjdk-bullseye`, `9.0.63-jdk8-openjdk`, `9.0-jdk8-openjdk`, `9-jdk8-openjdk`, `9.0.63-jdk8`, `9.0-jdk8`, `9-jdk8`](https://github.com/docker-library/tomcat/blob/ddb12368ca6507de7c23394c4f36f1e242c638eb/9.0/jdk8/openjdk-bullseye/Dockerfile) - [`9.0.64-jdk8-openjdk-bullseye`, `9.0-jdk8-openjdk-bullseye`, `9-jdk8-openjdk-bullseye`, `9.0.64-jdk8-openjdk`, `9.0-jdk8-openjdk`, `9-jdk8-openjdk`, `9.0.64-jdk8`, `9.0-jdk8`, `9-jdk8`](https://github.com/docker-library/tomcat/blob/8aaaad20360279ee83cb9f9b4fb69affe0837aaf/9.0/jdk8/openjdk-bullseye/Dockerfile)
- [`9.0.63-jre8-openjdk-bullseye`, `9.0-jre8-openjdk-bullseye`, `9-jre8-openjdk-bullseye`, `9.0.63-jre8-openjdk`, `9.0-jre8-openjdk`, `9-jre8-openjdk`, `9.0.63-jre8`, `9.0-jre8`, `9-jre8`](https://github.com/docker-library/tomcat/blob/ddb12368ca6507de7c23394c4f36f1e242c638eb/9.0/jre8/openjdk-bullseye/Dockerfile) - [`9.0.64-jre8-openjdk-bullseye`, `9.0-jre8-openjdk-bullseye`, `9-jre8-openjdk-bullseye`, `9.0.64-jre8-openjdk`, `9.0-jre8-openjdk`, `9-jre8-openjdk`, `9.0.64-jre8`, `9.0-jre8`, `9-jre8`](https://github.com/docker-library/tomcat/blob/8aaaad20360279ee83cb9f9b4fb69affe0837aaf/9.0/jre8/openjdk-bullseye/Dockerfile)
- [`9.0.63-jdk8-openjdk-buster`, `9.0-jdk8-openjdk-buster`, `9-jdk8-openjdk-buster`](https://github.com/docker-library/tomcat/blob/ddb12368ca6507de7c23394c4f36f1e242c638eb/9.0/jdk8/openjdk-buster/Dockerfile) - [`9.0.64-jdk8-openjdk-buster`, `9.0-jdk8-openjdk-buster`, `9-jdk8-openjdk-buster`](https://github.com/docker-library/tomcat/blob/8aaaad20360279ee83cb9f9b4fb69affe0837aaf/9.0/jdk8/openjdk-buster/Dockerfile)
- [`9.0.63-jre8-openjdk-buster`, `9.0-jre8-openjdk-buster`, `9-jre8-openjdk-buster`](https://github.com/docker-library/tomcat/blob/ddb12368ca6507de7c23394c4f36f1e242c638eb/9.0/jre8/openjdk-buster/Dockerfile) - [`9.0.64-jre8-openjdk-buster`, `9.0-jre8-openjdk-buster`, `9-jre8-openjdk-buster`](https://github.com/docker-library/tomcat/blob/8aaaad20360279ee83cb9f9b4fb69affe0837aaf/9.0/jre8/openjdk-buster/Dockerfile)
- [`9.0.63-jdk8-openjdk-slim-bullseye`, `9.0-jdk8-openjdk-slim-bullseye`, `9-jdk8-openjdk-slim-bullseye`, `9.0.63-jdk8-openjdk-slim`, `9.0-jdk8-openjdk-slim`, `9-jdk8-openjdk-slim`](https://github.com/docker-library/tomcat/blob/ddb12368ca6507de7c23394c4f36f1e242c638eb/9.0/jdk8/openjdk-slim-bullseye/Dockerfile) - [`9.0.64-jdk8-openjdk-slim-bullseye`, `9.0-jdk8-openjdk-slim-bullseye`, `9-jdk8-openjdk-slim-bullseye`, `9.0.64-jdk8-openjdk-slim`, `9.0-jdk8-openjdk-slim`, `9-jdk8-openjdk-slim`](https://github.com/docker-library/tomcat/blob/8aaaad20360279ee83cb9f9b4fb69affe0837aaf/9.0/jdk8/openjdk-slim-bullseye/Dockerfile)
- [`9.0.63-jre8-openjdk-slim-bullseye`, `9.0-jre8-openjdk-slim-bullseye`, `9-jre8-openjdk-slim-bullseye`, `9.0.63-jre8-openjdk-slim`, `9.0-jre8-openjdk-slim`, `9-jre8-openjdk-slim`](https://github.com/docker-library/tomcat/blob/ddb12368ca6507de7c23394c4f36f1e242c638eb/9.0/jre8/openjdk-slim-bullseye/Dockerfile) - [`9.0.64-jre8-openjdk-slim-bullseye`, `9.0-jre8-openjdk-slim-bullseye`, `9-jre8-openjdk-slim-bullseye`, `9.0.64-jre8-openjdk-slim`, `9.0-jre8-openjdk-slim`, `9-jre8-openjdk-slim`](https://github.com/docker-library/tomcat/blob/8aaaad20360279ee83cb9f9b4fb69affe0837aaf/9.0/jre8/openjdk-slim-bullseye/Dockerfile)
- [`9.0.63-jdk8-openjdk-slim-buster`, `9.0-jdk8-openjdk-slim-buster`, `9-jdk8-openjdk-slim-buster`](https://github.com/docker-library/tomcat/blob/ddb12368ca6507de7c23394c4f36f1e242c638eb/9.0/jdk8/openjdk-slim-buster/Dockerfile) - [`9.0.64-jdk8-openjdk-slim-buster`, `9.0-jdk8-openjdk-slim-buster`, `9-jdk8-openjdk-slim-buster`](https://github.com/docker-library/tomcat/blob/8aaaad20360279ee83cb9f9b4fb69affe0837aaf/9.0/jdk8/openjdk-slim-buster/Dockerfile)
- [`9.0.63-jre8-openjdk-slim-buster`, `9.0-jre8-openjdk-slim-buster`, `9-jre8-openjdk-slim-buster`](https://github.com/docker-library/tomcat/blob/ddb12368ca6507de7c23394c4f36f1e242c638eb/9.0/jre8/openjdk-slim-buster/Dockerfile) - [`9.0.64-jre8-openjdk-slim-buster`, `9.0-jre8-openjdk-slim-buster`, `9-jre8-openjdk-slim-buster`](https://github.com/docker-library/tomcat/blob/8aaaad20360279ee83cb9f9b4fb69affe0837aaf/9.0/jre8/openjdk-slim-buster/Dockerfile)
- [`9.0.63-jdk8-corretto`, `9.0-jdk8-corretto`, `9-jdk8-corretto`](https://github.com/docker-library/tomcat/blob/ddb12368ca6507de7c23394c4f36f1e242c638eb/9.0/jdk8/corretto/Dockerfile) - [`9.0.64-jdk8-corretto`, `9.0-jdk8-corretto`, `9-jdk8-corretto`](https://github.com/docker-library/tomcat/blob/8aaaad20360279ee83cb9f9b4fb69affe0837aaf/9.0/jdk8/corretto/Dockerfile)
- [`9.0.63-jdk8-temurin-focal`, `9.0-jdk8-temurin-focal`, `9-jdk8-temurin-focal`, `9.0.63-jdk8-temurin`, `9.0-jdk8-temurin`, `9-jdk8-temurin`](https://github.com/docker-library/tomcat/blob/ddb12368ca6507de7c23394c4f36f1e242c638eb/9.0/jdk8/temurin-focal/Dockerfile) - [`9.0.64-jdk8-temurin-focal`, `9.0-jdk8-temurin-focal`, `9-jdk8-temurin-focal`, `9.0.64-jdk8-temurin`, `9.0-jdk8-temurin`, `9-jdk8-temurin`](https://github.com/docker-library/tomcat/blob/8aaaad20360279ee83cb9f9b4fb69affe0837aaf/9.0/jdk8/temurin-focal/Dockerfile)
- [`9.0.63-jre8-temurin-focal`, `9.0-jre8-temurin-focal`, `9-jre8-temurin-focal`, `9.0.63-jre8-temurin`, `9.0-jre8-temurin`, `9-jre8-temurin`](https://github.com/docker-library/tomcat/blob/ddb12368ca6507de7c23394c4f36f1e242c638eb/9.0/jre8/temurin-focal/Dockerfile) - [`9.0.64-jre8-temurin-focal`, `9.0-jre8-temurin-focal`, `9-jre8-temurin-focal`, `9.0.64-jre8-temurin`, `9.0-jre8-temurin`, `9-jre8-temurin`](https://github.com/docker-library/tomcat/blob/8aaaad20360279ee83cb9f9b4fb69affe0837aaf/9.0/jre8/temurin-focal/Dockerfile)
- [`8.5.79-jdk17-corretto`, `8.5-jdk17-corretto`, `8-jdk17-corretto`](https://github.com/docker-library/tomcat/blob/de9e5151319bc657385fe2f99faa7c65cd5a28aa/8.5/jdk17/corretto/Dockerfile) - [`8.5.79-jdk17-corretto`, `8.5-jdk17-corretto`, `8-jdk17-corretto`](https://github.com/docker-library/tomcat/blob/de9e5151319bc657385fe2f99faa7c65cd5a28aa/8.5/jdk17/corretto/Dockerfile)
- [`8.5.79-jdk17-temurin-focal`, `8.5-jdk17-temurin-focal`, `8-jdk17-temurin-focal`, `8.5.79-jdk17-temurin`, `8.5-jdk17-temurin`, `8-jdk17-temurin`](https://github.com/docker-library/tomcat/blob/de9e5151319bc657385fe2f99faa7c65cd5a28aa/8.5/jdk17/temurin-focal/Dockerfile) - [`8.5.79-jdk17-temurin-focal`, `8.5-jdk17-temurin-focal`, `8-jdk17-temurin-focal`, `8.5.79-jdk17-temurin`, `8.5-jdk17-temurin`, `8-jdk17-temurin`](https://github.com/docker-library/tomcat/blob/de9e5151319bc657385fe2f99faa7c65cd5a28aa/8.5/jdk17/temurin-focal/Dockerfile)
- [`8.5.79-jre17-temurin-focal`, `8.5-jre17-temurin-focal`, `8-jre17-temurin-focal`, `8.5.79-jre17-temurin`, `8.5-jre17-temurin`, `8-jre17-temurin`](https://github.com/docker-library/tomcat/blob/de9e5151319bc657385fe2f99faa7c65cd5a28aa/8.5/jre17/temurin-focal/Dockerfile) - [`8.5.79-jre17-temurin-focal`, `8.5-jre17-temurin-focal`, `8-jre17-temurin-focal`, `8.5.79-jre17-temurin`, `8.5-jre17-temurin`, `8-jre17-temurin`](https://github.com/docker-library/tomcat/blob/de9e5151319bc657385fe2f99faa7c65cd5a28aa/8.5/jre17/temurin-focal/Dockerfile)