[ARVADOS-DEV] updated: f51562a1734488fc01e36c9a62d67e3a1612f385
Git user
git at public.arvados.org
Tue Mar 15 16:36:22 UTC 2022
Summary of changes:
jenkins/packer-images/jenkins-image-with-docker.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via f51562a1734488fc01e36c9a62d67e3a1612f385 (commit)
from fc43bb3ebe6dd4db87dc0fafca87254760ba4aa6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit f51562a1734488fc01e36c9a62d67e3a1612f385
Author: Ward Vandewege <ward at curii.com>
Date: Tue Mar 15 12:36:02 2022 -0400
Bump the packer version in the "build" image to 1.8.0.
refs #18772
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>
diff --git a/jenkins/packer-images/jenkins-image-with-docker.sh b/jenkins/packer-images/jenkins-image-with-docker.sh
index bff93d4..8243c21 100755
--- a/jenkins/packer-images/jenkins-image-with-docker.sh
+++ b/jenkins/packer-images/jenkins-image-with-docker.sh
@@ -12,8 +12,8 @@ sudo usermod -a -G docker jenkins
#Packer install
cd /tmp
-wget https://releases.hashicorp.com/packer/1.7.2/packer_1.7.2_linux_amd64.zip
-unzip packer_1.7.2_linux_amd64.zip packer
+wget https://releases.hashicorp.com/packer/1.8.0/packer_1.8.0_linux_amd64.zip
+unzip packer_1.8.0_linux_amd64.zip packer
sudo mv packer /usr/local/bin/
# Install the arvados-dev repo where the Jenkins job expects it
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list