Skip to content

Commit

Permalink
2.6.1 build
Browse files Browse the repository at this point in the history
  • Loading branch information
mchyzer committed Oct 20, 2021
1 parent 8f43bc7 commit 28e41c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN yum update -y \
RUN yum install -y wget tar unzip dos2unix patch

ARG GROUPER_CONTAINER_VERSION
ENV GROUPER_VERSION=2.6.0 \
ENV GROUPER_VERSION=2.6.1 \
GROUPER_CONTAINER_VERSION=$GROUPER_CONTAINER_VERSION

# Install Corretto Java JDK
Expand All @@ -32,7 +32,7 @@ RUN echo 'Installing Grouper'; \
cd /opt/grouper/$GROUPER_VERSION/ \
&& $JAVA_HOME/bin/java -cp :grouperInstaller.jar edu.internet2.middleware.grouperInstaller.GrouperInstaller
FROM centos:centos7 as cleanup
ENV GROUPER_VERSION=2.6.0 \
ENV GROUPER_VERSION=2.6.1 \
TOMEE_VERSION=7.0.0
RUN mkdir -p /opt/grouper/grouperWebapp/
RUN mkdir -p /opt/tomee/
Expand Down
2 changes: 2 additions & 0 deletions container_files/api/log4j.properties
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ log4j.additivity.edu.internet2.middleware.grouper.app.provisioning.GrouperProvis

log4j.logger.edu.internet2.middleware.grouper.app.syncToGrouper.SyncToGrouperFromSqlDaemon = DEBUG

log4j.logger.edu.internet2.middleware.grouper.app.provisioning.GrouperProvisioningLogCommands = DEBUG

#######################################################
##Optional settings for debug logs
#######################################################
Expand Down

0 comments on commit 28e41c1

Please sign in to comment.