Skip to content

Commit

Permalink
update java version
Browse files Browse the repository at this point in the history
  • Loading branch information
epag committed Oct 17, 2024
1 parent c488f90 commit 2822193
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM registry.access.redhat.com/ubi8/ubi:8.10-1054

RUN dnf install -y \
java-17-openjdk-headless-1:17.0.12.0.7-2.el8.x86_64 \
java-17-openjdk-headless-1:17.0.13.0.11-3.el8.x86_64 \
unzip-6.0-46.el8 \
fontconfig-2.13.1-4.el8 \
dejavu-fonts-common-2.35-7.el8 \
Expand Down
2 changes: 1 addition & 1 deletion scripts/localWindowsDeployScripts/eventsbroker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN apk add tar && \
FROM registry.access.redhat.com/ubi8/ubi:8.8-1009

RUN dnf install -y \
java-17-openjdk-headless-1:17.0.12.0.7-2.el8.x86_64 \
java-17-openjdk-headless-1:17.0.13.0.11-3.el8.x86_64 \
procps-ng-3.3.15-14.el8 \
iproute-6.2.0-5.el8_9 \
libaio-0.3.112-1.el8 \
Expand Down
2 changes: 1 addition & 1 deletion scripts/localWindowsDeployScripts/tasker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM registry.access.redhat.com/ubi8/ubi:8.8-1009

RUN dnf install -y \
java-17-openjdk-headless-1:17.0.12.0.7-2.el8.x86_64 \
java-17-openjdk-headless-1:17.0.13.0.11-3.el8.x86_64 \
unzip-6.0-46.el8 \
procps-ng-3.3.15-14.el8 \
iproute-6.2.0-5.el8_9 \
Expand Down
2 changes: 1 addition & 1 deletion scripts/localWindowsDeployScripts/vis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM registry.access.redhat.com/ubi8/ubi:8.8-1009

RUN dnf install -y \
java-17-openjdk-headless-1:17.0.12.0.7-2.el8.x86_64 \
java-17-openjdk-headless-1:17.0.13.0.11-3.el8.x86_64 \
unzip-6.0-46.el8 \
fontconfig-2.13.1-4.el8 \
dejavu-fonts-common-2.35-7.el8 \
Expand Down
2 changes: 1 addition & 1 deletion scripts/localWindowsDeployScripts/wres/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM registry.access.redhat.com/ubi8/ubi:8.8-1009

RUN dnf install -y \
java-17-openjdk-headless-1:17.0.12.0.7-2.el8.x86_64 \
java-17-openjdk-headless-1:17.0.13.0.11-3.el8.x86_64 \
unzip-6.0-46.el8 \
fontconfig-2.13.1-4.el8 \
dejavu-fonts-common-2.35-7.el8 \
Expand Down
2 changes: 1 addition & 1 deletion wres-eventsbroker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN apk --no-cache add tar && \
FROM registry.access.redhat.com/ubi8/ubi:8.10-1054

RUN dnf install -y \
java-17-openjdk-headless-1:17.0.12.0.7-2.el8.x86_64 \
java-17-openjdk-headless-1:17.0.13.0.11-3.el8.x86_64 \
procps-ng-3.3.15-14.el8 \
iproute-6.2.0-6.el8_10.x86_64 \
libaio-0.3.112-1.el8 \
Expand Down
2 changes: 1 addition & 1 deletion wres-tasker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM registry.access.redhat.com/ubi8/ubi:8.10-1054

RUN dnf install -y \
java-17-openjdk-headless-1:17.0.12.0.7-2.el8.x86_64 \
java-17-openjdk-headless-1:17.0.13.0.11-3.el8.x86_64 \
unzip-6.0-46.el8 \
procps-ng-3.3.15-14.el8 \
iproute-6.2.0-6.el8_10.x86_64 \
Expand Down
2 changes: 1 addition & 1 deletion wres-vis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM registry.access.redhat.com/ubi8/ubi:8.10-1054

RUN dnf install -y \
java-17-openjdk-headless-1:17.0.12.0.7-2.el8.x86_64 \
java-17-openjdk-headless-1:17.0.13.0.11-3.el8.x86_64 \
unzip-6.0-46.el8 \
fontconfig-2.13.1-4.el8 \
dejavu-fonts-common-2.35-7.el8 \
Expand Down
2 changes: 1 addition & 1 deletion wres-writing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
FROM registry.access.redhat.com/ubi8/ubi:8.10-1054

RUN dnf install -y \
java-17-openjdk-headless-1:17.0.12.0.7-2.el8.x86_64 \
java-17-openjdk-headless-1:17.0.13.0.11-3.el8.x86_64 \
unzip-6.0-46.el8 \
fontconfig-2.13.1-4.el8 \
dejavu-fonts-common-2.35-7.el8 \
Expand Down

0 comments on commit 2822193

Please sign in to comment.