From: Ward Vandewege Date: Fri, 28 May 2021 18:11:22 +0000 (-0400) Subject: When building compute node images, print the version of packer used. X-Git-Tag: 2.2.0~10 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/6c2913e20e2be88537bc5a78e61cb113c7a44750 When building compute node images, print the version of packer used. No issue # Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- diff --git a/tools/compute-images/build.sh b/tools/compute-images/build.sh index 36f0e18a3d..a2dd2ed288 100755 --- a/tools/compute-images/build.sh +++ b/tools/compute-images/build.sh @@ -257,5 +257,8 @@ if [[ "$PUBLIC_KEY_FILE" != "" ]]; then EXTRA2+=" -var public_key_file=$PUBLIC_KEY_FILE" fi +echo +packer version +echo echo packer build$EXTRA -var "arvados_cluster=$ARVADOS_CLUSTER_ID"$EXTRA2 $JSON_FILE packer build$EXTRA -var "arvados_cluster=$ARVADOS_CLUSTER_ID"$EXTRA2 $JSON_FILE