-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build multiple Docker hub images for older Docker compatibility
We should build (at least) two Docker hub images, one based on unidata/tomcat-docker:10.1.0-jdk17-openjdk and another based on unidata/tomcat-docker:10.1.0-jdk17-temurin-focal which is compatible with older Docker versions. docker-library/tomcat#269
- Loading branch information
1 parent
f82aa3b
commit 498ecbc
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
ARG BASE_IMAGE=unidata/tomcat-docker:10.1.0-jdk17-temurin-focal@sha256:99c083fd17d1f8d6c85a0f771039ffb4d2430ff7fd6dabea8eb50f2731328af8 | ||
ARG BASE_IMAGE=unidata/tomcat-docker:10.1.0-jdk17-openjdk@sha256:8b595bcd8eee410e2d610829b5d4e312d51e3ea6c6bde952a5838845f67a4839 | ||
FROM ${BASE_IMAGE} | ||
LABEL maintainer="Kyle Wilcox <[email protected]>" | ||
|
||
|