Skip to content

Commit

Permalink
deps(jkube-tomcat9): bump tomcat9 from 9.0.89 to 9.0.98
Browse files Browse the repository at this point in the history
  • Loading branch information
manusa committed Jan 9, 2025
1 parent 76e803c commit ec496cd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: 'jkube-remote-dev'
args: ''
- name: 'jkube-tomcat9'
args: ''
args: --no-squash
- name: 'jkube-tomcat'
args: --no-squash
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: 'jkube-remote-dev'
args: ''
- name: 'jkube-tomcat9'
args: ''
args: --no-squash
- name: 'jkube-tomcat'
args: --no-squash
steps:
Expand Down
2 changes: 1 addition & 1 deletion jkube-tomcat9.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ schema_version: 1
name: "quay.io/jkube/jkube-tomcat9"
description: "Base image for Apache Tomcat 9 webapp deployments"
version: "latest"
from: "tomcat:9.0.89-jdk21-temurin"
from: "tomcat:9.0.98-jdk21-temurin"

labels:
- name: "io.k8s.display-name"
Expand Down
2 changes: 1 addition & 1 deletion scripts/test-jkube-tomcat9.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ source "$BASEDIR/common.sh"

IMAGE="quay.io/jkube/jkube-tomcat9:$TAG_OR_LATEST"

assertContains "$(dockerRun 'id')" "uid=1000 gid=0(root) groups=0(root)" || reportError "Invalid run user, should be 1000"
1assertContains "$(dockerRun 'id')" "uid=1000(ubuntu) gid=1000(ubuntu) groups=1000(ubuntu)" || reportError "Invalid run user, should be 1000"

java_version="$(dockerRun 'java -version')"
assertMatches "$java_version" 'openjdk version "21.[0-9]+.[0-9]+".*' || reportError "Invalid Java version:\n\n$java_version"
Expand Down

0 comments on commit ec496cd

Please sign in to comment.