[arvados-dev] updated: 36b12e348679a8cb206d59dfd9c4d8b9ad0b7d1f

git repository hosting git at public.arvados.org
Tue Oct 17 20:36:16 UTC 2023


Summary of changes:
 jenkins/packer-images/jenkins-image-with-docker.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  36b12e348679a8cb206d59dfd9c4d8b9ad0b7d1f (commit)
      from  5d7f54dbc0b62661457c8ca67a03245f8495a613 (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 36b12e348679a8cb206d59dfd9c4d8b9ad0b7d1f
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date:   Tue Oct 17 17:35:53 2023 -0300

    Updates packer to latest. No issue #
    
    Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>

diff --git a/jenkins/packer-images/jenkins-image-with-docker.sh b/jenkins/packer-images/jenkins-image-with-docker.sh
index 8243c21..5c4d40e 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.8.0/packer_1.8.0_linux_amd64.zip
-unzip packer_1.8.0_linux_amd64.zip packer
+wget https://releases.hashicorp.com/packer/1.9.4/packer_1.9.4_linux_amd64.zip
+unzip packer_1.9.4_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