Commit 3035565c authored by William Tucker's avatar William Tucker
Browse files

Updating images

parent 07347476
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
## Currently just a fully-updated CentOS 7 with common packages and entrypoint
#####

FROM rockylinux:9.2.20230513
FROM rockylinux:9

# Create the esgf user that will be used to run apps
ENV ESGF_UID 1000
@@ -26,7 +26,7 @@ ENV LC_ALL en_US.UTF-8

# Upgrade all existing packages
# Updating CACHE_BUST to the current time will bust the cache and force a rebuild
RUN CACHE_BUST="20220923"; \
RUN CACHE_BUST="20251028"; \
    dnf makecache && dnf upgrade -y && dnf clean all

# Install ca-certificates and openssl
+1 −1
Original line number Diff line number Diff line
@@ -12,5 +12,5 @@ FROM ${ESGF_REPOSITORY_BASE}/base:${ESGF_IMAGES_VERSION}
USER root

RUN dnf makecache && \
    dnf install -y java-11-openjdk-devel-11.0.23.0.9-3.el9 && \
    dnf install -y java-11-openjdk-devel && \
    dnf clean all
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ FROM ${ESGF_REPOSITORY_BASE}/base:${ESGF_IMAGES_VERSION}
USER root

RUN dnf makecache && \
    dnf install -y java-11-openjdk-headless-11.0.23.0.9-3.el9 && \
    dnf install -y java-21-openjdk-headless && \
    dnf clean all

USER $ESGF_UID