diff --git a/Dockerfile b/Dockerfile index c6e0806..3e63225 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM centos:centos7 ENV MDA_VERSION=0.9.2 \ XMLSECTOOL_VERSION=2.0.0 \ - INC_MDQ_BRANCH=mdq-iterations + INC_MDQ_BRANCH=master ENV MDA_URL=https://shibboleth.net/downloads/metadata-aggregator/latest/aggregator-cli-$MDA_VERSION-bin.zip \ INC_MDQ_URL=https://github.internet2.edu/InCommon/inc-meta/archive/$INC_MDQ_BRANCH.zip \ diff --git a/container_files/genMD.sh b/container_files/genMD.sh index e92e88b..602e861 100644 --- a/container_files/genMD.sh +++ b/container_files/genMD.sh @@ -27,7 +27,7 @@ rm -f /tmp/inc-metadata.xml # generate per-entity MD cd ${MDQ_HOME} -/usr/bin/ant inc.generate.mdq +/usr/bin/ant inc.mdq.generate.localkey if [ $? -eq 0 ]; then echo "Per-Entity Metadata generation successful." else