ACS-1110 replace fabric8 with docker-maven-plugin (#1205)

This commit is contained in:
Marcello Teodori
2021-01-14 01:15:02 +01:00
committed by GitHub
parent 1e27da2230
commit 8568a504ef
2 changed files with 3 additions and 31 deletions

View File

@@ -14,10 +14,6 @@ if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then
echo "${QUAY_PASSWORD}" | docker login -u="${QUAY_USERNAME}" --password-stdin quay.io
fi
# Enable experimental docker features (for the image squash option)
echo '{"experimental":true}' | sudo tee /etc/docker/daemon.json
sudo service docker restart
# not helpful in this script
# export HOST_IP=$(hostname -I | cut -f1 -d' ')