From 7f9e11ad23503dd6ef1af1068e8fa143b2c8f235 Mon Sep 17 00:00:00 2001 From: Nigel Babu Date: Mon, 5 Nov 2018 15:50:12 +0530 Subject: Clean up old images Change-Id: I6fbfb2afad2bf4e4812a797ef8f6d8ac30078af7 --- build-gluster-org/scripts/glusterd2-containers.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'build-gluster-org/scripts') diff --git a/build-gluster-org/scripts/glusterd2-containers.sh b/build-gluster-org/scripts/glusterd2-containers.sh index d5a8637..e2c61cc 100644 --- a/build-gluster-org/scripts/glusterd2-containers.sh +++ b/build-gluster-org/scripts/glusterd2-containers.sh @@ -8,3 +8,4 @@ if [ "$PUSH_TO_HUB" = true ]; then buildah push --authfile $AUTH_JSON "localhost/$IMG_NAME:$IMG_VERSION" "docker://docker.io/gluster/glusterd2-nightly:$IMG_VERSION" buildah push --authfile $AUTH_JSON "localhost/$IMG_NAME:$IMG_VERSION" "docker://docker.io/gluster/glusterd2-nightly:latest" fi +buildah rmi --all -- cgit