Bump packer version to 1.7.2. Checkout arvados-dev from the new URL on
authorWard Vandewege <ward@curii.com>
Thu, 1 Jul 2021 15:25:47 +0000 (11:25 -0400)
committerWard Vandewege <ward@curii.com>
Thu, 1 Jul 2021 15:25:47 +0000 (11:25 -0400)
github.

refs #17817

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

jenkins/packer-images/jenkins-image-with-docker.sh

index 1922964e7fb84fe6db07675a04d0777693b77555..bff93d4f1166ebc8b9986be7d8d6e31c101c5720 100755 (executable)
@@ -12,11 +12,11 @@ sudo usermod -a -G docker jenkins
 
 #Packer install
 cd /tmp
-wget https://releases.hashicorp.com/packer/1.6.0/packer_1.6.0_linux_amd64.zip
-unzip packer_1.6.0_linux_amd64.zip packer
+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
 sudo mv packer /usr/local/bin/
 
 # Install the arvados-dev repo where the Jenkins job expects it
 cd /usr/local
-sudo git clone --depth 1 https://github.com/curoverse/arvados-dev
+sudo git clone --depth 1 https://github.com/arvados/arvados-dev
 sudo chown -R jenkins:jenkins /usr/local/arvados-dev/