From 907be2c8ba78fac7f7a0bf4316e1afc5a49e2052 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 Upstream-commit: 0736598b93d7bc94b376c61ada17658dddee9aa3 Component: engine --- components/engine/hack/make/.ensure-frozen-images | 1 + 1 file changed, 1 insertion(+) diff --git a/components/engine/hack/make/.ensure-frozen-images b/components/engine/hack/make/.ensure-frozen-images index 98acdc82c0..6c4ae7f22c 100644 --- a/components/engine/hack/make/.ensure-frozen-images +++ b/components/engine/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