Passes arvados git hash as a envvar to the packer script. Refs #21461
[arvados-dev.git] / jenkins / packer-images / jenkins-image-arvados-tests.json
index 8ec6766ec0716540e69988b731de8d1279cf9918..2dd1cae19adf3eef0fa84a8a34a9bc8bd85e17ba 100644 (file)
@@ -1,13 +1,14 @@
 {
   "variables": {
-        "key_file": "{{env `packerbuildkey`}}"
+        "key_file": "{{env `packerbuildkey`}}",
+        "git_hash": "{{env `git_hash`}}"
     },
   "builders": [
     {
       "type": "googlecompute",
       "account_file": "{{user `key_file` }}",
       "project_id": "phoenix-project-42-ci",
-      "source_image": "debian-10-buster-v20210916",
+      "source_image": "debian-11-bullseye-v20231010",
       "zone": "us-central1-b",
       "disk_size": "20",
       "image_name": "jenkins-image-arvados-tests-{{isotime \"20060102150405\"}}",