Parcourir la source

Remove hello-world:latest tag before integration

This is to make sure we are in the same state on linux/arm, linux/… and
other architecture.

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Vincent Demeester il y a 9 ans
Parent
commit
0736598b93
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      hack/make/.ensure-frozen-images

+ 1 - 0
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