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

This commit is contained in:
Marcello Teodori
2021-01-11 18:56:24 +01:00
committed by GitHub
parent 3195c93a9e
commit de6022db01
4 changed files with 4 additions and 36 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' ')