diff --git a/bash/README.md b/bash/README.md index 73bb92bdcdd8..b0b9ceebeb73 100644 --- a/bash/README.md +++ b/bash/README.md @@ -24,7 +24,7 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`devel-20231204`, `devel`, `devel-20231204-alpine3.19`, `devel-alpine3.19`](https://github.com/tianon/docker-bash/blob/7ed2ca9f4f968776f7e6841fd099448d62d32df3/devel/Dockerfile) +- [`devel-20231205`, `devel`, `devel-20231205-alpine3.19`, `devel-alpine3.19`](https://github.com/tianon/docker-bash/blob/a714b7fc49005f5a8235f125b190d0b15667faf1/devel/Dockerfile) - [`5.2.21`, `5.2`, `5`, `latest`, `5.2.21-alpine3.19`, `5.2-alpine3.19`, `5-alpine3.19`, `alpine3.19`](https://github.com/tianon/docker-bash/blob/3fa1defbaff9d8b56f01d16254ebd3f21e20d99f/5.2/Dockerfile) - [`5.1.16`, `5.1`, `5.1.16-alpine3.19`, `5.1-alpine3.19`](https://github.com/tianon/docker-bash/blob/a3f660ae2fcc3153c697520ef4e08da800578064/5.1/Dockerfile) - [`5.0.18`, `5.0`, `5.0.18-alpine3.19`, `5.0-alpine3.19`](https://github.com/tianon/docker-bash/blob/e78939e417c6efbfd55e48c80088bdbbae29fd66/5.0/Dockerfile) diff --git a/golang/README.md b/golang/README.md index 0a9193fed1ff..74a2c693ab61 100644 --- a/golang/README.md +++ b/golang/README.md @@ -159,6 +159,10 @@ $ for GOOS in darwin linux; do > done ``` +## Git LFS + +If downloading your dependencies results in an error like "checksum mismatch", you should check whether they are using [Git LFS](https://git-lfs.com/) (and thus need it installed for downloading them and calculating correct `go.sum` values). + # Image Variants The `golang` images come in many flavors, each designed for a specific use case. diff --git a/nextcloud/README.md b/nextcloud/README.md index fe72aabd34b5..56f2c2eed439 100644 --- a/nextcloud/README.md +++ b/nextcloud/README.md @@ -28,12 +28,15 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`26.0.9-apache`, `26.0-apache`, `26-apache`, `26.0.9`, `26.0`, `26`](https://github.com/nextcloud/docker/blob/44e01e1eab2160bce02686797a51f81a3a021551/26/apache/Dockerfile) -- [`26.0.9-fpm`, `26.0-fpm`, `26-fpm`](https://github.com/nextcloud/docker/blob/44e01e1eab2160bce02686797a51f81a3a021551/26/fpm/Dockerfile) -- [`26.0.9-fpm-alpine`, `26.0-fpm-alpine`, `26-fpm-alpine`](https://github.com/nextcloud/docker/blob/44e01e1eab2160bce02686797a51f81a3a021551/26/fpm-alpine/Dockerfile) -- [`27.1.4-apache`, `27.1-apache`, `27-apache`, `apache`, `27.1.4`, `27.1`, `27`, `latest`](https://github.com/nextcloud/docker/blob/44e01e1eab2160bce02686797a51f81a3a021551/27/apache/Dockerfile) -- [`27.1.4-fpm`, `27.1-fpm`, `27-fpm`, `fpm`](https://github.com/nextcloud/docker/blob/44e01e1eab2160bce02686797a51f81a3a021551/27/fpm/Dockerfile) -- [`27.1.4-fpm-alpine`, `27.1-fpm-alpine`, `27-fpm-alpine`, `fpm-alpine`](https://github.com/nextcloud/docker/blob/44e01e1eab2160bce02686797a51f81a3a021551/27/fpm-alpine/Dockerfile) +- [`26.0.9-apache`, `26.0-apache`, `26-apache`, `26.0.9`, `26.0`, `26`](https://github.com/nextcloud/docker/blob/488a855c49140fbce4c4dd7637b6ffe7a4b725be/26/apache/Dockerfile) +- [`26.0.9-fpm`, `26.0-fpm`, `26-fpm`](https://github.com/nextcloud/docker/blob/488a855c49140fbce4c4dd7637b6ffe7a4b725be/26/fpm/Dockerfile) +- [`26.0.9-fpm-alpine`, `26.0-fpm-alpine`, `26-fpm-alpine`](https://github.com/nextcloud/docker/blob/488a855c49140fbce4c4dd7637b6ffe7a4b725be/26/fpm-alpine/Dockerfile) +- [`27.1.4-apache`, `27.1-apache`, `27-apache`, `stable-apache`, `production-apache`, `27.1.4`, `27.1`, `27`, `stable`, `production`](https://github.com/nextcloud/docker/blob/488a855c49140fbce4c4dd7637b6ffe7a4b725be/27/apache/Dockerfile) +- [`27.1.4-fpm`, `27.1-fpm`, `27-fpm`, `stable-fpm`, `production-fpm`](https://github.com/nextcloud/docker/blob/488a855c49140fbce4c4dd7637b6ffe7a4b725be/27/fpm/Dockerfile) +- [`27.1.4-fpm-alpine`, `27.1-fpm-alpine`, `27-fpm-alpine`, `stable-fpm-alpine`, `production-fpm-alpine`](https://github.com/nextcloud/docker/blob/488a855c49140fbce4c4dd7637b6ffe7a4b725be/27/fpm-alpine/Dockerfile) +- [`28.0.0-apache`, `28.0-apache`, `28-apache`, `apache`, `28.0.0`, `28.0`, `28`, `latest`](https://github.com/nextcloud/docker/blob/e6510ac5947c11258f7d910aed3a1ce8d0faa2c3/28/apache/Dockerfile) +- [`28.0.0-fpm`, `28.0-fpm`, `28-fpm`, `fpm`](https://github.com/nextcloud/docker/blob/e6510ac5947c11258f7d910aed3a1ce8d0faa2c3/28/fpm/Dockerfile) +- [`28.0.0-fpm-alpine`, `28.0-fpm-alpine`, `28-fpm-alpine`, `fpm-alpine`](https://github.com/nextcloud/docker/blob/e6510ac5947c11258f7d910aed3a1ce8d0faa2c3/28/fpm-alpine/Dockerfile) # Quick reference (cont.) diff --git a/tomcat/README.md b/tomcat/README.md index f0dc11b04568..a4bf359010bc 100644 --- a/tomcat/README.md +++ b/tomcat/README.md @@ -24,50 +24,50 @@ WARNING: # Supported tags and respective `Dockerfile` links -- [`11.0.0-M14-jdk21-temurin-jammy`, `11.0.0-jdk21-temurin-jammy`, `11.0-jdk21-temurin-jammy`, `11.0.0-M14-jdk21-temurin`, `11.0.0-jdk21-temurin`, `11.0-jdk21-temurin`, `11.0.0-M14-jdk21`, `11.0.0-jdk21`, `11.0-jdk21`, `11.0.0-M14`, `11.0.0`, `11.0`](https://github.com/docker-library/tomcat/blob/07bfc6a63637a73fe9f15fe8f69d22629305e9ab/11.0/jdk21/temurin-jammy/Dockerfile) -- [`11.0.0-M14-jre21-temurin-jammy`, `11.0.0-jre21-temurin-jammy`, `11.0-jre21-temurin-jammy`, `11.0.0-M14-jre21-temurin`, `11.0.0-jre21-temurin`, `11.0-jre21-temurin`, `11.0.0-M14-jre21`, `11.0.0-jre21`, `11.0-jre21`](https://github.com/docker-library/tomcat/blob/07bfc6a63637a73fe9f15fe8f69d22629305e9ab/11.0/jre21/temurin-jammy/Dockerfile) -- [`10.1.16-jdk21-temurin-jammy`, `10.1-jdk21-temurin-jammy`, `10-jdk21-temurin-jammy`, `jdk21-temurin-jammy`, `10.1.16-jdk21-temurin`, `10.1-jdk21-temurin`, `10-jdk21-temurin`, `jdk21-temurin`, `10.1.16-jdk21`, `10.1-jdk21`, `10-jdk21`, `jdk21`, `10.1.16`, `10.1`, `10`, `latest`](https://github.com/docker-library/tomcat/blob/a660cb89eebedecb9e40aa1fca003b5f42ef7462/10.1/jdk21/temurin-jammy/Dockerfile) -- [`10.1.16-jre21-temurin-jammy`, `10.1-jre21-temurin-jammy`, `10-jre21-temurin-jammy`, `jre21-temurin-jammy`, `10.1.16-jre21-temurin`, `10.1-jre21-temurin`, `10-jre21-temurin`, `jre21-temurin`, `10.1.16-jre21`, `10.1-jre21`, `10-jre21`, `jre21`](https://github.com/docker-library/tomcat/blob/a660cb89eebedecb9e40aa1fca003b5f42ef7462/10.1/jre21/temurin-jammy/Dockerfile) -- [`10.1.16-jdk17-temurin-jammy`, `10.1-jdk17-temurin-jammy`, `10-jdk17-temurin-jammy`, `jdk17-temurin-jammy`, `10.1.16-jdk17-temurin`, `10.1-jdk17-temurin`, `10-jdk17-temurin`, `jdk17-temurin`, `10.1.16-jdk17`, `10.1-jdk17`, `10-jdk17`, `jdk17`](https://github.com/docker-library/tomcat/blob/a660cb89eebedecb9e40aa1fca003b5f42ef7462/10.1/jdk17/temurin-jammy/Dockerfile) -- [`10.1.16-jre17-temurin-jammy`, `10.1-jre17-temurin-jammy`, `10-jre17-temurin-jammy`, `jre17-temurin-jammy`, `10.1.16-jre17-temurin`, `10.1-jre17-temurin`, `10-jre17-temurin`, `jre17-temurin`, `10.1.16-jre17`, `10.1-jre17`, `10-jre17`, `jre17`](https://github.com/docker-library/tomcat/blob/a660cb89eebedecb9e40aa1fca003b5f42ef7462/10.1/jre17/temurin-jammy/Dockerfile) -- [`10.1.16-jdk11-temurin-jammy`, `10.1-jdk11-temurin-jammy`, `10-jdk11-temurin-jammy`, `jdk11-temurin-jammy`, `10.1.16-jdk11-temurin`, `10.1-jdk11-temurin`, `10-jdk11-temurin`, `jdk11-temurin`, `10.1.16-jdk11`, `10.1-jdk11`, `10-jdk11`, `jdk11`](https://github.com/docker-library/tomcat/blob/a660cb89eebedecb9e40aa1fca003b5f42ef7462/10.1/jdk11/temurin-jammy/Dockerfile) -- [`10.1.16-jre11-temurin-jammy`, `10.1-jre11-temurin-jammy`, `10-jre11-temurin-jammy`, `jre11-temurin-jammy`, `10.1.16-jre11-temurin`, `10.1-jre11-temurin`, `10-jre11-temurin`, `jre11-temurin`, `10.1.16-jre11`, `10.1-jre11`, `10-jre11`, `jre11`](https://github.com/docker-library/tomcat/blob/a660cb89eebedecb9e40aa1fca003b5f42ef7462/10.1/jre11/temurin-jammy/Dockerfile) -- [`9.0.83-jdk21-temurin-jammy`, `9.0-jdk21-temurin-jammy`, `9-jdk21-temurin-jammy`, `9.0.83-jdk21-temurin`, `9.0-jdk21-temurin`, `9-jdk21-temurin`, `9.0.83-jdk21`, `9.0-jdk21`, `9-jdk21`, `9.0.83`, `9.0`, `9`](https://github.com/docker-library/tomcat/blob/10b7fac0da8220b0ecd528c55f0f0fb229d92880/9.0/jdk21/temurin-jammy/Dockerfile) -- [`9.0.83-jre21-temurin-jammy`, `9.0-jre21-temurin-jammy`, `9-jre21-temurin-jammy`, `9.0.83-jre21-temurin`, `9.0-jre21-temurin`, `9-jre21-temurin`, `9.0.83-jre21`, `9.0-jre21`, `9-jre21`](https://github.com/docker-library/tomcat/blob/10b7fac0da8220b0ecd528c55f0f0fb229d92880/9.0/jre21/temurin-jammy/Dockerfile) -- [`9.0.83-jdk21-corretto-al2`, `9.0-jdk21-corretto-al2`, `9-jdk21-corretto-al2`, `9.0.83-jdk21-corretto`, `9.0-jdk21-corretto`, `9-jdk21-corretto`](https://github.com/docker-library/tomcat/blob/10b7fac0da8220b0ecd528c55f0f0fb229d92880/9.0/jdk21/corretto-al2/Dockerfile) -- [`9.0.83-jdk17-temurin-jammy`, `9.0-jdk17-temurin-jammy`, `9-jdk17-temurin-jammy`, `9.0.83-jdk17-temurin`, `9.0-jdk17-temurin`, `9-jdk17-temurin`, `9.0.83-jdk17`, `9.0-jdk17`, `9-jdk17`](https://github.com/docker-library/tomcat/blob/10b7fac0da8220b0ecd528c55f0f0fb229d92880/9.0/jdk17/temurin-jammy/Dockerfile) -- [`9.0.83-jre17-temurin-jammy`, `9.0-jre17-temurin-jammy`, `9-jre17-temurin-jammy`, `9.0.83-jre17-temurin`, `9.0-jre17-temurin`, `9-jre17-temurin`, `9.0.83-jre17`, `9.0-jre17`, `9-jre17`](https://github.com/docker-library/tomcat/blob/10b7fac0da8220b0ecd528c55f0f0fb229d92880/9.0/jre17/temurin-jammy/Dockerfile) -- [`9.0.83-jdk17-temurin-focal`, `9.0-jdk17-temurin-focal`, `9-jdk17-temurin-focal`](https://github.com/docker-library/tomcat/blob/10b7fac0da8220b0ecd528c55f0f0fb229d92880/9.0/jdk17/temurin-focal/Dockerfile) -- [`9.0.83-jre17-temurin-focal`, `9.0-jre17-temurin-focal`, `9-jre17-temurin-focal`](https://github.com/docker-library/tomcat/blob/10b7fac0da8220b0ecd528c55f0f0fb229d92880/9.0/jre17/temurin-focal/Dockerfile) -- [`9.0.83-jdk17-corretto-al2`, `9.0-jdk17-corretto-al2`, `9-jdk17-corretto-al2`, `9.0.83-jdk17-corretto`, `9.0-jdk17-corretto`, `9-jdk17-corretto`](https://github.com/docker-library/tomcat/blob/10b7fac0da8220b0ecd528c55f0f0fb229d92880/9.0/jdk17/corretto-al2/Dockerfile) -- [`9.0.83-jdk11-temurin-jammy`, `9.0-jdk11-temurin-jammy`, `9-jdk11-temurin-jammy`, `9.0.83-jdk11-temurin`, `9.0-jdk11-temurin`, `9-jdk11-temurin`, `9.0.83-jdk11`, `9.0-jdk11`, `9-jdk11`](https://github.com/docker-library/tomcat/blob/10b7fac0da8220b0ecd528c55f0f0fb229d92880/9.0/jdk11/temurin-jammy/Dockerfile) -- [`9.0.83-jre11-temurin-jammy`, `9.0-jre11-temurin-jammy`, `9-jre11-temurin-jammy`, `9.0.83-jre11-temurin`, `9.0-jre11-temurin`, `9-jre11-temurin`, `9.0.83-jre11`, `9.0-jre11`, `9-jre11`](https://github.com/docker-library/tomcat/blob/10b7fac0da8220b0ecd528c55f0f0fb229d92880/9.0/jre11/temurin-jammy/Dockerfile) -- [`9.0.83-jdk11-temurin-focal`, `9.0-jdk11-temurin-focal`, `9-jdk11-temurin-focal`](https://github.com/docker-library/tomcat/blob/10b7fac0da8220b0ecd528c55f0f0fb229d92880/9.0/jdk11/temurin-focal/Dockerfile) -- [`9.0.83-jre11-temurin-focal`, `9.0-jre11-temurin-focal`, `9-jre11-temurin-focal`](https://github.com/docker-library/tomcat/blob/10b7fac0da8220b0ecd528c55f0f0fb229d92880/9.0/jre11/temurin-focal/Dockerfile) -- [`9.0.83-jdk11-corretto-al2`, `9.0-jdk11-corretto-al2`, `9-jdk11-corretto-al2`, `9.0.83-jdk11-corretto`, `9.0-jdk11-corretto`, `9-jdk11-corretto`](https://github.com/docker-library/tomcat/blob/10b7fac0da8220b0ecd528c55f0f0fb229d92880/9.0/jdk11/corretto-al2/Dockerfile) -- [`9.0.83-jdk8-temurin-jammy`, `9.0-jdk8-temurin-jammy`, `9-jdk8-temurin-jammy`, `9.0.83-jdk8-temurin`, `9.0-jdk8-temurin`, `9-jdk8-temurin`, `9.0.83-jdk8`, `9.0-jdk8`, `9-jdk8`](https://github.com/docker-library/tomcat/blob/10b7fac0da8220b0ecd528c55f0f0fb229d92880/9.0/jdk8/temurin-jammy/Dockerfile) -- [`9.0.83-jre8-temurin-jammy`, `9.0-jre8-temurin-jammy`, `9-jre8-temurin-jammy`, `9.0.83-jre8-temurin`, `9.0-jre8-temurin`, `9-jre8-temurin`, `9.0.83-jre8`, `9.0-jre8`, `9-jre8`](https://github.com/docker-library/tomcat/blob/10b7fac0da8220b0ecd528c55f0f0fb229d92880/9.0/jre8/temurin-jammy/Dockerfile) -- [`9.0.83-jdk8-temurin-focal`, `9.0-jdk8-temurin-focal`, `9-jdk8-temurin-focal`](https://github.com/docker-library/tomcat/blob/10b7fac0da8220b0ecd528c55f0f0fb229d92880/9.0/jdk8/temurin-focal/Dockerfile) -- [`9.0.83-jre8-temurin-focal`, `9.0-jre8-temurin-focal`, `9-jre8-temurin-focal`](https://github.com/docker-library/tomcat/blob/10b7fac0da8220b0ecd528c55f0f0fb229d92880/9.0/jre8/temurin-focal/Dockerfile) -- [`9.0.83-jdk8-corretto-al2`, `9.0-jdk8-corretto-al2`, `9-jdk8-corretto-al2`, `9.0.83-jdk8-corretto`, `9.0-jdk8-corretto`, `9-jdk8-corretto`](https://github.com/docker-library/tomcat/blob/10b7fac0da8220b0ecd528c55f0f0fb229d92880/9.0/jdk8/corretto-al2/Dockerfile) -- [`8.5.96-jdk21-temurin-jammy`, `8.5-jdk21-temurin-jammy`, `8-jdk21-temurin-jammy`, `8.5.96-jdk21-temurin`, `8.5-jdk21-temurin`, `8-jdk21-temurin`, `8.5.96-jdk21`, `8.5-jdk21`, `8-jdk21`, `8.5.96`, `8.5`, `8`](https://github.com/docker-library/tomcat/blob/0c3f44cacfe98b75aae3c0447b76339dc7232b33/8.5/jdk21/temurin-jammy/Dockerfile) -- [`8.5.96-jre21-temurin-jammy`, `8.5-jre21-temurin-jammy`, `8-jre21-temurin-jammy`, `8.5.96-jre21-temurin`, `8.5-jre21-temurin`, `8-jre21-temurin`, `8.5.96-jre21`, `8.5-jre21`, `8-jre21`](https://github.com/docker-library/tomcat/blob/0c3f44cacfe98b75aae3c0447b76339dc7232b33/8.5/jre21/temurin-jammy/Dockerfile) -- [`8.5.96-jdk21-corretto-al2`, `8.5-jdk21-corretto-al2`, `8-jdk21-corretto-al2`, `8.5.96-jdk21-corretto`, `8.5-jdk21-corretto`, `8-jdk21-corretto`](https://github.com/docker-library/tomcat/blob/0c3f44cacfe98b75aae3c0447b76339dc7232b33/8.5/jdk21/corretto-al2/Dockerfile) -- [`8.5.96-jdk17-temurin-jammy`, `8.5-jdk17-temurin-jammy`, `8-jdk17-temurin-jammy`, `8.5.96-jdk17-temurin`, `8.5-jdk17-temurin`, `8-jdk17-temurin`, `8.5.96-jdk17`, `8.5-jdk17`, `8-jdk17`](https://github.com/docker-library/tomcat/blob/0c3f44cacfe98b75aae3c0447b76339dc7232b33/8.5/jdk17/temurin-jammy/Dockerfile) -- [`8.5.96-jre17-temurin-jammy`, `8.5-jre17-temurin-jammy`, `8-jre17-temurin-jammy`, `8.5.96-jre17-temurin`, `8.5-jre17-temurin`, `8-jre17-temurin`, `8.5.96-jre17`, `8.5-jre17`, `8-jre17`](https://github.com/docker-library/tomcat/blob/0c3f44cacfe98b75aae3c0447b76339dc7232b33/8.5/jre17/temurin-jammy/Dockerfile) -- [`8.5.96-jdk17-temurin-focal`, `8.5-jdk17-temurin-focal`, `8-jdk17-temurin-focal`](https://github.com/docker-library/tomcat/blob/0c3f44cacfe98b75aae3c0447b76339dc7232b33/8.5/jdk17/temurin-focal/Dockerfile) -- [`8.5.96-jre17-temurin-focal`, `8.5-jre17-temurin-focal`, `8-jre17-temurin-focal`](https://github.com/docker-library/tomcat/blob/0c3f44cacfe98b75aae3c0447b76339dc7232b33/8.5/jre17/temurin-focal/Dockerfile) -- [`8.5.96-jdk17-corretto-al2`, `8.5-jdk17-corretto-al2`, `8-jdk17-corretto-al2`, `8.5.96-jdk17-corretto`, `8.5-jdk17-corretto`, `8-jdk17-corretto`](https://github.com/docker-library/tomcat/blob/0c3f44cacfe98b75aae3c0447b76339dc7232b33/8.5/jdk17/corretto-al2/Dockerfile) -- [`8.5.96-jdk11-temurin-jammy`, `8.5-jdk11-temurin-jammy`, `8-jdk11-temurin-jammy`, `8.5.96-jdk11-temurin`, `8.5-jdk11-temurin`, `8-jdk11-temurin`, `8.5.96-jdk11`, `8.5-jdk11`, `8-jdk11`](https://github.com/docker-library/tomcat/blob/0c3f44cacfe98b75aae3c0447b76339dc7232b33/8.5/jdk11/temurin-jammy/Dockerfile) -- [`8.5.96-jre11-temurin-jammy`, `8.5-jre11-temurin-jammy`, `8-jre11-temurin-jammy`, `8.5.96-jre11-temurin`, `8.5-jre11-temurin`, `8-jre11-temurin`, `8.5.96-jre11`, `8.5-jre11`, `8-jre11`](https://github.com/docker-library/tomcat/blob/0c3f44cacfe98b75aae3c0447b76339dc7232b33/8.5/jre11/temurin-jammy/Dockerfile) -- [`8.5.96-jdk11-temurin-focal`, `8.5-jdk11-temurin-focal`, `8-jdk11-temurin-focal`](https://github.com/docker-library/tomcat/blob/0c3f44cacfe98b75aae3c0447b76339dc7232b33/8.5/jdk11/temurin-focal/Dockerfile) -- [`8.5.96-jre11-temurin-focal`, `8.5-jre11-temurin-focal`, `8-jre11-temurin-focal`](https://github.com/docker-library/tomcat/blob/0c3f44cacfe98b75aae3c0447b76339dc7232b33/8.5/jre11/temurin-focal/Dockerfile) -- [`8.5.96-jdk11-corretto-al2`, `8.5-jdk11-corretto-al2`, `8-jdk11-corretto-al2`, `8.5.96-jdk11-corretto`, `8.5-jdk11-corretto`, `8-jdk11-corretto`](https://github.com/docker-library/tomcat/blob/0c3f44cacfe98b75aae3c0447b76339dc7232b33/8.5/jdk11/corretto-al2/Dockerfile) -- [`8.5.96-jdk8-temurin-jammy`, `8.5-jdk8-temurin-jammy`, `8-jdk8-temurin-jammy`, `8.5.96-jdk8-temurin`, `8.5-jdk8-temurin`, `8-jdk8-temurin`, `8.5.96-jdk8`, `8.5-jdk8`, `8-jdk8`](https://github.com/docker-library/tomcat/blob/0c3f44cacfe98b75aae3c0447b76339dc7232b33/8.5/jdk8/temurin-jammy/Dockerfile) -- [`8.5.96-jre8-temurin-jammy`, `8.5-jre8-temurin-jammy`, `8-jre8-temurin-jammy`, `8.5.96-jre8-temurin`, `8.5-jre8-temurin`, `8-jre8-temurin`, `8.5.96-jre8`, `8.5-jre8`, `8-jre8`](https://github.com/docker-library/tomcat/blob/0c3f44cacfe98b75aae3c0447b76339dc7232b33/8.5/jre8/temurin-jammy/Dockerfile) -- [`8.5.96-jdk8-temurin-focal`, `8.5-jdk8-temurin-focal`, `8-jdk8-temurin-focal`](https://github.com/docker-library/tomcat/blob/0c3f44cacfe98b75aae3c0447b76339dc7232b33/8.5/jdk8/temurin-focal/Dockerfile) -- [`8.5.96-jre8-temurin-focal`, `8.5-jre8-temurin-focal`, `8-jre8-temurin-focal`](https://github.com/docker-library/tomcat/blob/0c3f44cacfe98b75aae3c0447b76339dc7232b33/8.5/jre8/temurin-focal/Dockerfile) -- [`8.5.96-jdk8-corretto-al2`, `8.5-jdk8-corretto-al2`, `8-jdk8-corretto-al2`, `8.5.96-jdk8-corretto`, `8.5-jdk8-corretto`, `8-jdk8-corretto`](https://github.com/docker-library/tomcat/blob/0c3f44cacfe98b75aae3c0447b76339dc7232b33/8.5/jdk8/corretto-al2/Dockerfile) +- [`11.0.0-M15-jdk21-temurin-jammy`, `11.0.0-jdk21-temurin-jammy`, `11.0-jdk21-temurin-jammy`, `11.0.0-M15-jdk21-temurin`, `11.0.0-jdk21-temurin`, `11.0-jdk21-temurin`, `11.0.0-M15-jdk21`, `11.0.0-jdk21`, `11.0-jdk21`, `11.0.0-M15`, `11.0.0`, `11.0`](https://github.com/docker-library/tomcat/blob/58e99f96eccca5d0c1135a21b85d4c70595f2a61/11.0/jdk21/temurin-jammy/Dockerfile) +- [`11.0.0-M15-jre21-temurin-jammy`, `11.0.0-jre21-temurin-jammy`, `11.0-jre21-temurin-jammy`, `11.0.0-M15-jre21-temurin`, `11.0.0-jre21-temurin`, `11.0-jre21-temurin`, `11.0.0-M15-jre21`, `11.0.0-jre21`, `11.0-jre21`](https://github.com/docker-library/tomcat/blob/58e99f96eccca5d0c1135a21b85d4c70595f2a61/11.0/jre21/temurin-jammy/Dockerfile) +- [`10.1.17-jdk21-temurin-jammy`, `10.1-jdk21-temurin-jammy`, `10-jdk21-temurin-jammy`, `jdk21-temurin-jammy`, `10.1.17-jdk21-temurin`, `10.1-jdk21-temurin`, `10-jdk21-temurin`, `jdk21-temurin`, `10.1.17-jdk21`, `10.1-jdk21`, `10-jdk21`, `jdk21`, `10.1.17`, `10.1`, `10`, `latest`](https://github.com/docker-library/tomcat/blob/18b00e9f988a1e37c07a1a3d7481f57d51841b5b/10.1/jdk21/temurin-jammy/Dockerfile) +- [`10.1.17-jre21-temurin-jammy`, `10.1-jre21-temurin-jammy`, `10-jre21-temurin-jammy`, `jre21-temurin-jammy`, `10.1.17-jre21-temurin`, `10.1-jre21-temurin`, `10-jre21-temurin`, `jre21-temurin`, `10.1.17-jre21`, `10.1-jre21`, `10-jre21`, `jre21`](https://github.com/docker-library/tomcat/blob/18b00e9f988a1e37c07a1a3d7481f57d51841b5b/10.1/jre21/temurin-jammy/Dockerfile) +- [`10.1.17-jdk17-temurin-jammy`, `10.1-jdk17-temurin-jammy`, `10-jdk17-temurin-jammy`, `jdk17-temurin-jammy`, `10.1.17-jdk17-temurin`, `10.1-jdk17-temurin`, `10-jdk17-temurin`, `jdk17-temurin`, `10.1.17-jdk17`, `10.1-jdk17`, `10-jdk17`, `jdk17`](https://github.com/docker-library/tomcat/blob/18b00e9f988a1e37c07a1a3d7481f57d51841b5b/10.1/jdk17/temurin-jammy/Dockerfile) +- [`10.1.17-jre17-temurin-jammy`, `10.1-jre17-temurin-jammy`, `10-jre17-temurin-jammy`, `jre17-temurin-jammy`, `10.1.17-jre17-temurin`, `10.1-jre17-temurin`, `10-jre17-temurin`, `jre17-temurin`, `10.1.17-jre17`, `10.1-jre17`, `10-jre17`, `jre17`](https://github.com/docker-library/tomcat/blob/18b00e9f988a1e37c07a1a3d7481f57d51841b5b/10.1/jre17/temurin-jammy/Dockerfile) +- [`10.1.17-jdk11-temurin-jammy`, `10.1-jdk11-temurin-jammy`, `10-jdk11-temurin-jammy`, `jdk11-temurin-jammy`, `10.1.17-jdk11-temurin`, `10.1-jdk11-temurin`, `10-jdk11-temurin`, `jdk11-temurin`, `10.1.17-jdk11`, `10.1-jdk11`, `10-jdk11`, `jdk11`](https://github.com/docker-library/tomcat/blob/18b00e9f988a1e37c07a1a3d7481f57d51841b5b/10.1/jdk11/temurin-jammy/Dockerfile) +- [`10.1.17-jre11-temurin-jammy`, `10.1-jre11-temurin-jammy`, `10-jre11-temurin-jammy`, `jre11-temurin-jammy`, `10.1.17-jre11-temurin`, `10.1-jre11-temurin`, `10-jre11-temurin`, `jre11-temurin`, `10.1.17-jre11`, `10.1-jre11`, `10-jre11`, `jre11`](https://github.com/docker-library/tomcat/blob/18b00e9f988a1e37c07a1a3d7481f57d51841b5b/10.1/jre11/temurin-jammy/Dockerfile) +- [`9.0.84-jdk21-temurin-jammy`, `9.0-jdk21-temurin-jammy`, `9-jdk21-temurin-jammy`, `9.0.84-jdk21-temurin`, `9.0-jdk21-temurin`, `9-jdk21-temurin`, `9.0.84-jdk21`, `9.0-jdk21`, `9-jdk21`, `9.0.84`, `9.0`, `9`](https://github.com/docker-library/tomcat/blob/ccd56defe14ea282eafa0635fc46aecb6eb1010f/9.0/jdk21/temurin-jammy/Dockerfile) +- [`9.0.84-jre21-temurin-jammy`, `9.0-jre21-temurin-jammy`, `9-jre21-temurin-jammy`, `9.0.84-jre21-temurin`, `9.0-jre21-temurin`, `9-jre21-temurin`, `9.0.84-jre21`, `9.0-jre21`, `9-jre21`](https://github.com/docker-library/tomcat/blob/ccd56defe14ea282eafa0635fc46aecb6eb1010f/9.0/jre21/temurin-jammy/Dockerfile) +- [`9.0.84-jdk21-corretto-al2`, `9.0-jdk21-corretto-al2`, `9-jdk21-corretto-al2`, `9.0.84-jdk21-corretto`, `9.0-jdk21-corretto`, `9-jdk21-corretto`](https://github.com/docker-library/tomcat/blob/ccd56defe14ea282eafa0635fc46aecb6eb1010f/9.0/jdk21/corretto-al2/Dockerfile) +- [`9.0.84-jdk17-temurin-jammy`, `9.0-jdk17-temurin-jammy`, `9-jdk17-temurin-jammy`, `9.0.84-jdk17-temurin`, `9.0-jdk17-temurin`, `9-jdk17-temurin`, `9.0.84-jdk17`, `9.0-jdk17`, `9-jdk17`](https://github.com/docker-library/tomcat/blob/ccd56defe14ea282eafa0635fc46aecb6eb1010f/9.0/jdk17/temurin-jammy/Dockerfile) +- [`9.0.84-jre17-temurin-jammy`, `9.0-jre17-temurin-jammy`, `9-jre17-temurin-jammy`, `9.0.84-jre17-temurin`, `9.0-jre17-temurin`, `9-jre17-temurin`, `9.0.84-jre17`, `9.0-jre17`, `9-jre17`](https://github.com/docker-library/tomcat/blob/ccd56defe14ea282eafa0635fc46aecb6eb1010f/9.0/jre17/temurin-jammy/Dockerfile) +- [`9.0.84-jdk17-temurin-focal`, `9.0-jdk17-temurin-focal`, `9-jdk17-temurin-focal`](https://github.com/docker-library/tomcat/blob/ccd56defe14ea282eafa0635fc46aecb6eb1010f/9.0/jdk17/temurin-focal/Dockerfile) +- [`9.0.84-jre17-temurin-focal`, `9.0-jre17-temurin-focal`, `9-jre17-temurin-focal`](https://github.com/docker-library/tomcat/blob/ccd56defe14ea282eafa0635fc46aecb6eb1010f/9.0/jre17/temurin-focal/Dockerfile) +- [`9.0.84-jdk17-corretto-al2`, `9.0-jdk17-corretto-al2`, `9-jdk17-corretto-al2`, `9.0.84-jdk17-corretto`, `9.0-jdk17-corretto`, `9-jdk17-corretto`](https://github.com/docker-library/tomcat/blob/ccd56defe14ea282eafa0635fc46aecb6eb1010f/9.0/jdk17/corretto-al2/Dockerfile) +- [`9.0.84-jdk11-temurin-jammy`, `9.0-jdk11-temurin-jammy`, `9-jdk11-temurin-jammy`, `9.0.84-jdk11-temurin`, `9.0-jdk11-temurin`, `9-jdk11-temurin`, `9.0.84-jdk11`, `9.0-jdk11`, `9-jdk11`](https://github.com/docker-library/tomcat/blob/ccd56defe14ea282eafa0635fc46aecb6eb1010f/9.0/jdk11/temurin-jammy/Dockerfile) +- [`9.0.84-jre11-temurin-jammy`, `9.0-jre11-temurin-jammy`, `9-jre11-temurin-jammy`, `9.0.84-jre11-temurin`, `9.0-jre11-temurin`, `9-jre11-temurin`, `9.0.84-jre11`, `9.0-jre11`, `9-jre11`](https://github.com/docker-library/tomcat/blob/ccd56defe14ea282eafa0635fc46aecb6eb1010f/9.0/jre11/temurin-jammy/Dockerfile) +- [`9.0.84-jdk11-temurin-focal`, `9.0-jdk11-temurin-focal`, `9-jdk11-temurin-focal`](https://github.com/docker-library/tomcat/blob/ccd56defe14ea282eafa0635fc46aecb6eb1010f/9.0/jdk11/temurin-focal/Dockerfile) +- [`9.0.84-jre11-temurin-focal`, `9.0-jre11-temurin-focal`, `9-jre11-temurin-focal`](https://github.com/docker-library/tomcat/blob/ccd56defe14ea282eafa0635fc46aecb6eb1010f/9.0/jre11/temurin-focal/Dockerfile) +- [`9.0.84-jdk11-corretto-al2`, `9.0-jdk11-corretto-al2`, `9-jdk11-corretto-al2`, `9.0.84-jdk11-corretto`, `9.0-jdk11-corretto`, `9-jdk11-corretto`](https://github.com/docker-library/tomcat/blob/ccd56defe14ea282eafa0635fc46aecb6eb1010f/9.0/jdk11/corretto-al2/Dockerfile) +- [`9.0.84-jdk8-temurin-jammy`, `9.0-jdk8-temurin-jammy`, `9-jdk8-temurin-jammy`, `9.0.84-jdk8-temurin`, `9.0-jdk8-temurin`, `9-jdk8-temurin`, `9.0.84-jdk8`, `9.0-jdk8`, `9-jdk8`](https://github.com/docker-library/tomcat/blob/ccd56defe14ea282eafa0635fc46aecb6eb1010f/9.0/jdk8/temurin-jammy/Dockerfile) +- [`9.0.84-jre8-temurin-jammy`, `9.0-jre8-temurin-jammy`, `9-jre8-temurin-jammy`, `9.0.84-jre8-temurin`, `9.0-jre8-temurin`, `9-jre8-temurin`, `9.0.84-jre8`, `9.0-jre8`, `9-jre8`](https://github.com/docker-library/tomcat/blob/ccd56defe14ea282eafa0635fc46aecb6eb1010f/9.0/jre8/temurin-jammy/Dockerfile) +- [`9.0.84-jdk8-temurin-focal`, `9.0-jdk8-temurin-focal`, `9-jdk8-temurin-focal`](https://github.com/docker-library/tomcat/blob/ccd56defe14ea282eafa0635fc46aecb6eb1010f/9.0/jdk8/temurin-focal/Dockerfile) +- [`9.0.84-jre8-temurin-focal`, `9.0-jre8-temurin-focal`, `9-jre8-temurin-focal`](https://github.com/docker-library/tomcat/blob/ccd56defe14ea282eafa0635fc46aecb6eb1010f/9.0/jre8/temurin-focal/Dockerfile) +- [`9.0.84-jdk8-corretto-al2`, `9.0-jdk8-corretto-al2`, `9-jdk8-corretto-al2`, `9.0.84-jdk8-corretto`, `9.0-jdk8-corretto`, `9-jdk8-corretto`](https://github.com/docker-library/tomcat/blob/ccd56defe14ea282eafa0635fc46aecb6eb1010f/9.0/jdk8/corretto-al2/Dockerfile) +- [`8.5.97-jdk21-temurin-jammy`, `8.5-jdk21-temurin-jammy`, `8-jdk21-temurin-jammy`, `8.5.97-jdk21-temurin`, `8.5-jdk21-temurin`, `8-jdk21-temurin`, `8.5.97-jdk21`, `8.5-jdk21`, `8-jdk21`, `8.5.97`, `8.5`, `8`](https://github.com/docker-library/tomcat/blob/a0dfcd08ee27ba2e66eac2226ba7444b939c5ed4/8.5/jdk21/temurin-jammy/Dockerfile) +- [`8.5.97-jre21-temurin-jammy`, `8.5-jre21-temurin-jammy`, `8-jre21-temurin-jammy`, `8.5.97-jre21-temurin`, `8.5-jre21-temurin`, `8-jre21-temurin`, `8.5.97-jre21`, `8.5-jre21`, `8-jre21`](https://github.com/docker-library/tomcat/blob/a0dfcd08ee27ba2e66eac2226ba7444b939c5ed4/8.5/jre21/temurin-jammy/Dockerfile) +- [`8.5.97-jdk21-corretto-al2`, `8.5-jdk21-corretto-al2`, `8-jdk21-corretto-al2`, `8.5.97-jdk21-corretto`, `8.5-jdk21-corretto`, `8-jdk21-corretto`](https://github.com/docker-library/tomcat/blob/a0dfcd08ee27ba2e66eac2226ba7444b939c5ed4/8.5/jdk21/corretto-al2/Dockerfile) +- [`8.5.97-jdk17-temurin-jammy`, `8.5-jdk17-temurin-jammy`, `8-jdk17-temurin-jammy`, `8.5.97-jdk17-temurin`, `8.5-jdk17-temurin`, `8-jdk17-temurin`, `8.5.97-jdk17`, `8.5-jdk17`, `8-jdk17`](https://github.com/docker-library/tomcat/blob/a0dfcd08ee27ba2e66eac2226ba7444b939c5ed4/8.5/jdk17/temurin-jammy/Dockerfile) +- [`8.5.97-jre17-temurin-jammy`, `8.5-jre17-temurin-jammy`, `8-jre17-temurin-jammy`, `8.5.97-jre17-temurin`, `8.5-jre17-temurin`, `8-jre17-temurin`, `8.5.97-jre17`, `8.5-jre17`, `8-jre17`](https://github.com/docker-library/tomcat/blob/a0dfcd08ee27ba2e66eac2226ba7444b939c5ed4/8.5/jre17/temurin-jammy/Dockerfile) +- [`8.5.97-jdk17-temurin-focal`, `8.5-jdk17-temurin-focal`, `8-jdk17-temurin-focal`](https://github.com/docker-library/tomcat/blob/a0dfcd08ee27ba2e66eac2226ba7444b939c5ed4/8.5/jdk17/temurin-focal/Dockerfile) +- [`8.5.97-jre17-temurin-focal`, `8.5-jre17-temurin-focal`, `8-jre17-temurin-focal`](https://github.com/docker-library/tomcat/blob/a0dfcd08ee27ba2e66eac2226ba7444b939c5ed4/8.5/jre17/temurin-focal/Dockerfile) +- [`8.5.97-jdk17-corretto-al2`, `8.5-jdk17-corretto-al2`, `8-jdk17-corretto-al2`, `8.5.97-jdk17-corretto`, `8.5-jdk17-corretto`, `8-jdk17-corretto`](https://github.com/docker-library/tomcat/blob/a0dfcd08ee27ba2e66eac2226ba7444b939c5ed4/8.5/jdk17/corretto-al2/Dockerfile) +- [`8.5.97-jdk11-temurin-jammy`, `8.5-jdk11-temurin-jammy`, `8-jdk11-temurin-jammy`, `8.5.97-jdk11-temurin`, `8.5-jdk11-temurin`, `8-jdk11-temurin`, `8.5.97-jdk11`, `8.5-jdk11`, `8-jdk11`](https://github.com/docker-library/tomcat/blob/a0dfcd08ee27ba2e66eac2226ba7444b939c5ed4/8.5/jdk11/temurin-jammy/Dockerfile) +- [`8.5.97-jre11-temurin-jammy`, `8.5-jre11-temurin-jammy`, `8-jre11-temurin-jammy`, `8.5.97-jre11-temurin`, `8.5-jre11-temurin`, `8-jre11-temurin`, `8.5.97-jre11`, `8.5-jre11`, `8-jre11`](https://github.com/docker-library/tomcat/blob/a0dfcd08ee27ba2e66eac2226ba7444b939c5ed4/8.5/jre11/temurin-jammy/Dockerfile) +- [`8.5.97-jdk11-temurin-focal`, `8.5-jdk11-temurin-focal`, `8-jdk11-temurin-focal`](https://github.com/docker-library/tomcat/blob/a0dfcd08ee27ba2e66eac2226ba7444b939c5ed4/8.5/jdk11/temurin-focal/Dockerfile) +- [`8.5.97-jre11-temurin-focal`, `8.5-jre11-temurin-focal`, `8-jre11-temurin-focal`](https://github.com/docker-library/tomcat/blob/a0dfcd08ee27ba2e66eac2226ba7444b939c5ed4/8.5/jre11/temurin-focal/Dockerfile) +- [`8.5.97-jdk11-corretto-al2`, `8.5-jdk11-corretto-al2`, `8-jdk11-corretto-al2`, `8.5.97-jdk11-corretto`, `8.5-jdk11-corretto`, `8-jdk11-corretto`](https://github.com/docker-library/tomcat/blob/a0dfcd08ee27ba2e66eac2226ba7444b939c5ed4/8.5/jdk11/corretto-al2/Dockerfile) +- [`8.5.97-jdk8-temurin-jammy`, `8.5-jdk8-temurin-jammy`, `8-jdk8-temurin-jammy`, `8.5.97-jdk8-temurin`, `8.5-jdk8-temurin`, `8-jdk8-temurin`, `8.5.97-jdk8`, `8.5-jdk8`, `8-jdk8`](https://github.com/docker-library/tomcat/blob/a0dfcd08ee27ba2e66eac2226ba7444b939c5ed4/8.5/jdk8/temurin-jammy/Dockerfile) +- [`8.5.97-jre8-temurin-jammy`, `8.5-jre8-temurin-jammy`, `8-jre8-temurin-jammy`, `8.5.97-jre8-temurin`, `8.5-jre8-temurin`, `8-jre8-temurin`, `8.5.97-jre8`, `8.5-jre8`, `8-jre8`](https://github.com/docker-library/tomcat/blob/a0dfcd08ee27ba2e66eac2226ba7444b939c5ed4/8.5/jre8/temurin-jammy/Dockerfile) +- [`8.5.97-jdk8-temurin-focal`, `8.5-jdk8-temurin-focal`, `8-jdk8-temurin-focal`](https://github.com/docker-library/tomcat/blob/a0dfcd08ee27ba2e66eac2226ba7444b939c5ed4/8.5/jdk8/temurin-focal/Dockerfile) +- [`8.5.97-jre8-temurin-focal`, `8.5-jre8-temurin-focal`, `8-jre8-temurin-focal`](https://github.com/docker-library/tomcat/blob/a0dfcd08ee27ba2e66eac2226ba7444b939c5ed4/8.5/jre8/temurin-focal/Dockerfile) +- [`8.5.97-jdk8-corretto-al2`, `8.5-jdk8-corretto-al2`, `8-jdk8-corretto-al2`, `8.5.97-jdk8-corretto`, `8.5-jdk8-corretto`, `8-jdk8-corretto`](https://github.com/docker-library/tomcat/blob/a0dfcd08ee27ba2e66eac2226ba7444b939c5ed4/8.5/jdk8/corretto-al2/Dockerfile) # Quick reference (cont.)