From 5f44ec048ad901517906107b7ed519e31445c84e Mon Sep 17 00:00:00 2001 From: mchyzer Date: Tue, 28 Mar 2023 12:28:16 -0400 Subject: [PATCH] 5.0.1 --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a512be2..3c1b11d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,8 +8,8 @@ LABEL author="tier-packaging@internet2.edu " \ ARG GROUPER_CONTAINER_VERSION -ENV GROUPER_VERSION=5.0.0 \ - GROUPER_CONTAINER_VERSION=5.0.0 \ +ENV GROUPER_VERSION=5.0.1 \ + GROUPER_CONTAINER_VERSION=5.0.1 \ JAVA_HOME=/usr/lib/jvm/java-17-amazon-corretto \ PATH=$PATH:$JAVA_HOME/bin \ GROUPER_HOME=/opt/grouper/grouperWebapp/WEB-INF @@ -34,6 +34,7 @@ RUN rpm --import https://yum.corretto.aws/corretto.key \ # real copy command (if not caching), uncomment this and change comments of COPY above to work on install script COPY container_files/ /opt/container_files/ +# TODO put this back in one command RUN chmod +x /opt/container_files/docker-build-bin/*.sh RUN /opt/container_files/docker-build-bin/containerDockerfileInstallDos2unix.sh /opt/container_files RUN /opt/container_files/docker-build-bin/containerDockerfileInstallGrouper.sh $JAVA_HOME $GROUPER_VERSION