From f51562a1734488fc01e36c9a62d67e3a1612f385 Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Tue, 15 Mar 2022 12:36:02 -0400 Subject: [PATCH] Bump the packer version in the "build" image to 1.8.0. refs #18772 Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- jenkins/packer-images/jenkins-image-with-docker.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2