From 0736598b93d7bc94b376c61ada17658dddee9aa3 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Tue, 5 Jan 2016 14:40:27 +0100 Subject: [PATCH] Remove hello-world:latest tag before integration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is to make sure we are in the same state on linux/arm, linux/… and other architecture. Signed-off-by: Vincent Demeester --- hack/make/.ensure-frozen-images | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/make/.ensure-frozen-images b/hack/make/.ensure-frozen-images index 98acdc82c0..6c4ae7f22c 100644 --- a/hack/make/.ensure-frozen-images +++ b/hack/make/.ensure-frozen-images @@ -97,5 +97,6 @@ case "$DOCKER_ENGINE_OSARCH" in ;; *) docker tag hello-world:latest hello-world:frozen + docker rmi hello-world:latest ;; esac