Skip to content

Commit

Permalink
updating docker dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
epag committed Jun 28, 2024
1 parent f79b684 commit bee005d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN dnf install -y \
dejavu-fonts-common-2.35-7.el8 \
dejavu-sans-fonts-2.35-7.el8 \
procps-ng-3.3.15-14.el8 \
iproute-6.2.0-5.el8_9 \
iproute-6.2.0-6.el8_10.x86_64 \
hostname-3.20-6.el8 \
&& dnf clean all

Expand Down
2 changes: 1 addition & 1 deletion wres-broker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rabbitmq:3.13.2-management-alpine
FROM rabbitmq:3.13.3-management-alpine

# Wish we could do the following, but busybox does not support long gids:
#RUN addgroup -g 1370800073 wres && adduser -D -u 498 -g 1370800073 wres_docker
Expand Down
4 changes: 2 additions & 2 deletions wres-eventsbroker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

FROM alpine:3.19.1 AS builder

ARG BROKER_VERSION=2.35.0
ARG BROKER_VERSION=2.34.0

WORKDIR /workspace

Expand Down Expand Up @@ -33,7 +33,7 @@ FROM registry.access.redhat.com/ubi8/ubi:8.9-1160.1715068735
RUN dnf install -y \
java-17-openjdk-headless-1:17.0.11.0.9-2.el8.x86_64 \
procps-ng-3.3.15-14.el8 \
iproute-6.2.0-5.el8_9 \
iproute-6.2.0-6.el8_10.x86_64 \
libaio-0.3.112-1.el8 \
&& dnf clean all

Expand Down
2 changes: 1 addition & 1 deletion wres-tasker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN dnf install -y \
java-17-openjdk-headless-1:17.0.11.0.9-2.el8.x86_64 \
unzip-6.0-46.el8 \
procps-ng-3.3.15-14.el8 \
iproute-6.2.0-5.el8_9 \
iproute-6.2.0-6.el8_10.x86_64 \
hostname-3.20-6.el8 \
&& dnf clean all

Expand Down
2 changes: 1 addition & 1 deletion wres-vis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN dnf install -y \
dejavu-fonts-common-2.35-7.el8 \
dejavu-sans-fonts-2.35-7.el8 \
procps-ng-3.3.15-14.el8 \
iproute-6.2.0-5.el8_9 \
iproute-6.2.0-6.el8_10.x86_64 \
hostname-3.20-6.el8 \
&& dnf clean all

Expand Down
2 changes: 1 addition & 1 deletion wres-writing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN dnf install -y \
dejavu-fonts-common-2.35-7.el8 \
dejavu-sans-fonts-2.35-7.el8 \
procps-ng-3.3.15-14.el8 \
iproute-6.2.0-5.el8_9 \
iproute-6.2.0-6.el8_10.x86_64 \
hostname-3.20-6.el8 \
&& dnf clean all

Expand Down

0 comments on commit bee005d

Please sign in to comment.