diff --git a/Dockerfile b/Dockerfile index 2234186a..6f1604ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM tier/shibboleth_sp ARG maintainer=tier ARG imagename=grouper ARG version=2.3.0 -ARG tierversion=17070 +ARG tierversion=180401 MAINTAINER $maintainer LABEL Vendor="Internet2" @@ -18,7 +18,7 @@ ENV TIERVERSION=$tierversion ENV IMAGENAME=$imagename ENV MAINTAINER=$maintainer -ENV TOMCAT_VERSION="8.5.12" +ENV TOMCAT_VERSION="8.5.29" ENV WAIT_TIME=60 LABEL Build docker build --rm --tag $maintainer/$imagename . diff --git a/README.md b/README.md index bc73affb..295a619f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Grouper -[](https://jenkins.testbed.tier.internet2.edu/job/docker/job/grouper/job/master/) +[](https://jenkins.testbed.tier.internet2.edu/job/docker/job/grouper/job/appliance/) -Produces the container image for Grouper \ No newline at end of file +Produces the container image for Grouper Virtual Machine. For the Native Docker Grouper image, go to the master branch of this repo.