3 "key_file": "{{env `packerbuildkey`}}",
4 "git_hash": "{{env `git_hash`}}"
8 "type": "googlecompute",
9 "account_file": "{{user `key_file` }}",
10 "project_id": "phoenix-project-42-ci",
11 "source_image": "debian-11-bullseye-v20231010",
12 "zone": "us-central1-b",
14 "image_name": "jenkins-image-workbench2-{{isotime \"20060102150405\"}}",
15 "image_family": "jenkins",
16 "ssh_username": "jenkins"
22 "source": "node-ready.sh",
23 "destination": "/tmp/node-ready.sh"
27 "script": "./jenkins-image-common.sh"
31 "script": "./jenkins-image-with-docker.sh"
36 "GIT_HASH={{ user `git_hash` }}"
38 "script": "./jenkins-image-workbench2.sh"