Skip to content

Commit

Permalink
5.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mchyzer committed Aug 21, 2023
1 parent 03a92b5 commit 39db3f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$TARGETPLATFORM rockylinux:8
FROM --platform=$TARGETPLATFORM rockylinux:8.6

LABEL author="tier-packaging@internet2.edu <tier-packaging@internet2.edu>" \
Vendor="TIER" \
Expand All @@ -8,8 +8,8 @@ LABEL author="tier-packaging@internet2.edu <tier-packaging@internet2.edu>" \

ARG GROUPER_CONTAINER_VERSION

ENV GROUPER_VERSION=5.3.0 \
GROUPER_CONTAINER_VERSION=5.3.0 \
ENV GROUPER_VERSION=5.3.2 \
GROUPER_CONTAINER_VERSION=5.3.3 \
JAVA_HOME=/usr/lib/jvm/java-17-amazon-corretto \
PATH=$PATH:$JAVA_HOME/bin \
GROUPER_HOME=/opt/grouper/grouperWebapp/WEB-INF
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile2
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ RUN cd /tmp \

# testing container
# see output with docker build . --tag my:grouper
# DOCKER_BUILDKIT=0 docker build -f Dockerfile2 --progress=plain -t mygrouper .
# DOCKER_BUILDKIT=0 docker build --progress=plain -t mygrouper .
# docker run --detach --name mygrouper mygrouper:latest
# docker exec -it mygrouper bash

Expand Down

0 comments on commit 39db3f9

Please sign in to comment.