From 24e6e733bbcb37e6db58375ee5735dbcd7d83bd8 Mon Sep 17 00:00:00 2001 From: "Alex Ellis (VMware)" <alexellis2@gmail.com> Date: Sun, 20 Jan 2019 18:11:25 +0000 Subject: [PATCH] Print versions after building arm images Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com> --- contrib/publish-arm.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/contrib/publish-arm.sh b/contrib/publish-arm.sh index 72802446..7c6ec665 100755 --- a/contrib/publish-arm.sh +++ b/contrib/publish-arm.sh @@ -53,3 +53,14 @@ do echo "Image is already present: ${REPOSITORY}:${TAG}-${ARM_VERSION}" fi done + +echo "Docker images" + +for i in "${repos[@]}" +do + cd $HERE + cd ./staging/$i + export TAG=$(git describe --abbrev=0 --tags) + echo "$i" + echo " ${REPOSITORY}:${TAG}-${ARM_VERSION}" +done -- GitLab