Skip to content

Commit

Permalink
Merge pull request #341 from NOAA-OWP/dependencyUpdates
Browse files Browse the repository at this point in the history
Dependency updates
  • Loading branch information
epag authored Oct 18, 2024
2 parents 6d35b23 + e41cf43 commit 74b8415
Show file tree
Hide file tree
Showing 10 changed files with 101 additions and 101 deletions.
4 changes: 2 additions & 2 deletions 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
FROM registry.access.redhat.com/ubi8/ubi:8.10-1088

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
174 changes: 87 additions & 87 deletions build.gradle

Large diffs are not rendered by default.

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
4 changes: 2 additions & 2 deletions wres-eventsbroker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ RUN apk --no-cache add tar && \
# Final image
#############

FROM registry.access.redhat.com/ubi8/ubi:8.10-1054
FROM registry.access.redhat.com/ubi8/ubi:8.10-1088

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
4 changes: 2 additions & 2 deletions 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
FROM registry.access.redhat.com/ubi8/ubi:8.10-1088

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
4 changes: 2 additions & 2 deletions wres-vis/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# From a base image, make updates
FROM registry.access.redhat.com/ubi8/ubi:8.10-1054
FROM registry.access.redhat.com/ubi8/ubi:8.10-1088

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
4 changes: 2 additions & 2 deletions wres-writing/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# From a base image, make updates
FROM registry.access.redhat.com/ubi8/ubi:8.10-1054
FROM registry.access.redhat.com/ubi8/ubi:8.10-1088

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 74b8415

Please sign in to comment.