From 402a1788435783bbc38b4dcd456e84ac8eba9aad Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Fri, 28 Jul 2023 22:40:42 +0200 Subject: [PATCH] podman-matrix : build script optimize - fix volume remanent --- podman-matrix/ci_build-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman-matrix/ci_build-images.sh b/podman-matrix/ci_build-images.sh index b13d03c..7e7db36 100755 --- a/podman-matrix/ci_build-images.sh +++ b/podman-matrix/ci_build-images.sh @@ -24,7 +24,7 @@ if ! podman image exists ${synapse_image}:${synapse_version}; then --local dockerfile=${buildfolder}/docker/ \ --output type=oci,name="${synapse_image}:${synapse_version}" | \ podman image load && - podman container rm --force buildkitd && + podman container rm --volumes --force buildkitd && podman image rm docker.io/moby/buildkit:${buildkitd_version} } || retval=false rm -rf ${buildfolder}