Skip to content

Commit

Permalink
WIP: Changed Base Image of Tomcat
Browse files Browse the repository at this point in the history
Images based on Jammy won't run with older docker versions and focal is
outdated
  • Loading branch information
torbrenner committed Mar 1, 2023
1 parent 48b831d commit 7253fcb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tomcat-common-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
strategy:
matrix:
include:
- tomcat_version: "9-jdk17-temurin-jammy"
- tomcat_version: "9"
image_suffix: ""
- tomcat_version: "10-jdk17-temurin-jammy"
- tomcat_version: "10"
image_suffix: "-tomcat-10"
steps:
- name: Checkout Source Code
Expand Down
2 changes: 1 addition & 1 deletion tomcat/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG TOMCAT_VERSION="9-jdk17-temurin-focal"
ARG TOMCAT_VERSION="9"
FROM tomcat:$TOMCAT_VERSION
MAINTAINER Torben Brenner "[email protected]"
### Environment Variables need to be set at build time
Expand Down

0 comments on commit 7253fcb

Please sign in to comment.