From ba495822bce07a62869772673e109b4699866c5c Mon Sep 17 00:00:00 2001 From: "Cezar.Leahu" Date: Wed, 26 Aug 2020 17:08:22 +0300 Subject: [PATCH] ACS-550 Trigger test release - without DockerHub image push --- packaging/docker-alfresco/pom.xml | 38 ++++++++++++++++--------------- scripts/travis/init.sh | 3 ++- 2 files changed, 22 insertions(+), 19 deletions(-) diff --git a/packaging/docker-alfresco/pom.xml b/packaging/docker-alfresco/pom.xml index 986441232a..5fc126ea2b 100644 --- a/packaging/docker-alfresco/pom.xml +++ b/packaging/docker-alfresco/pom.xml @@ -189,15 +189,16 @@ - - ${image.name}:${image.tag} - - ${project.basedir}/ - - true - - - + + + + + + + + + + @@ -237,15 +238,16 @@ - - ${image.name}:${project.version} - - ${project.basedir}/ - - true - - - + + + + + + + + + + diff --git a/scripts/travis/init.sh b/scripts/travis/init.sh index 30515f8ac4..0e98f20826 100644 --- a/scripts/travis/init.sh +++ b/scripts/travis/init.sh @@ -7,7 +7,8 @@ mkdir -p "${HOME}/.m2" && cp -f .travis.settings.xml "${HOME}/.m2/settings.xml" find "${HOME}/.m2/repository/" -type d -name "*-SNAPSHOT*" | xargs -r -l rm -rf # Docker Logins -echo "${DOCKERHUB_USERNAME}" | docker login -u="${DOCKERHUB_PASSWORD}" --password-stdin +# todo enable when the dockerhub credentials are set on the project +#echo "${DOCKERHUB_USERNAME}" | docker login -u="${DOCKERHUB_PASSWORD}" --password-stdin echo "${QUAY_PASSWORD}" | docker login -u="${QUAY_USERNAME}" --password-stdin quay.io # Enable experimental docker features (for the image squash option)