From 9177c112e60f06c3c62ffa31308df2ee6aebb8ad Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Tue, 22 Aug 2023 10:08:48 +0200 Subject: [PATCH] Disable docker-prune.sh for now It is causing a lot of problems on CI: Error response from daemon: a prune operation is already running Let's try to disable it as it might not be useful anymore. Also upgrade the docker-maven-plugin to the latest. --- .github/docker-prune.sh | 14 ++++++++------ build-parent/pom.xml | 2 +- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/.github/docker-prune.sh b/.github/docker-prune.sh index 4532c9e0792d2..8e9fc2df1744a 100755 --- a/.github/docker-prune.sh +++ b/.github/docker-prune.sh @@ -5,9 +5,11 @@ set -e # pruning is only run when inside CI to avoid accidentally removing stuff # GITHUB_ACTIONS is always set to true inside Github Actions # https://docs.github.com/en/actions/learn-github-actions/environment-variables -if [ "${GITHUB_ACTIONS}" == true ] ; then - docker container prune -f - docker image prune -f - docker network prune -f - docker volume prune -f -fi +#if [ "${GITHUB_ACTIONS}" == true ] ; then +# docker container prune -f +# docker image prune -f +# docker network prune -f +# docker volume prune -f +#fi + +echo "docker-prune.sh is disabled for now" diff --git a/build-parent/pom.xml b/build-parent/pom.xml index 265f81d6e1445..83dcd70ae574c 100644 --- a/build-parent/pom.xml +++ b/build-parent/pom.xml @@ -120,7 +120,7 @@ 2.0.0 - 0.43.0 + 0.43.4 2.23.0 1.9.0 3.6.0