Loading images/base/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -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="202011181451"; \ RUN CACHE_BUST="202105041404"; \ yum makecache && yum upgrade -y && yum clean all # Install ca-certificates and openssl Loading images/jdk/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -12,5 +12,5 @@ FROM ${ESGF_REPOSITORY_BASE}/base:${ESGF_IMAGES_VERSION} USER root RUN yum makecache && \ yum install -y java-1.8.0-openjdk-devel-1.8.0.282.b08 && \ yum install -y java-1.8.0-openjdk-devel-1.8.0.292.b10 && \ yum clean all images/jre/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ FROM ${ESGF_REPOSITORY_BASE}/base:${ESGF_IMAGES_VERSION} USER root RUN yum makecache && \ yum install -y java-1.8.0-openjdk-headless-1.8.0.282.b08 && \ yum install -y java-1.8.0-openjdk-headless-1.8.0.292.b10 && \ yum clean all USER $ESGF_UID Loading
images/base/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -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="202011181451"; \ RUN CACHE_BUST="202105041404"; \ yum makecache && yum upgrade -y && yum clean all # Install ca-certificates and openssl Loading
images/jdk/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -12,5 +12,5 @@ FROM ${ESGF_REPOSITORY_BASE}/base:${ESGF_IMAGES_VERSION} USER root RUN yum makecache && \ yum install -y java-1.8.0-openjdk-devel-1.8.0.282.b08 && \ yum install -y java-1.8.0-openjdk-devel-1.8.0.292.b10 && \ yum clean all
images/jre/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ FROM ${ESGF_REPOSITORY_BASE}/base:${ESGF_IMAGES_VERSION} USER root RUN yum makecache && \ yum install -y java-1.8.0-openjdk-headless-1.8.0.282.b08 && \ yum install -y java-1.8.0-openjdk-headless-1.8.0.292.b10 && \ yum clean all USER $ESGF_UID