Commit 49f1645a authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

packer: update Debian 11 URL

parent 4b9e47b1
......@@ -20,8 +20,8 @@
"format": "qcow2",
"headless": true,
"http_directory": "http",
"iso_checksum": "md5:b710c178eb434d79ce40ce703d30a5f0",
"iso_url": "https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-11.1.0-amd64-netinst.iso",
"iso_checksum": "sha256:7892981e1da216e79fb3a1536ce5ebab157afdd20048fe458f2ae34fbc26c19b",
"iso_url": "https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-11.3.0-amd64-netinst.iso",
"name": "debian11-vm-bootstrap-{{ user `disk_size`}}G-{{ user `name`}}",
"shutdown_command": "echo '{{user `password`}}'|sudo -S shutdown -h now",
"ssh_password": "{{user `password`}}",
......
......@@ -20,8 +20,8 @@
"format": "qcow2",
"headless": true,
"http_directory": "http",
"iso_checksum": "md5:b710c178eb434d79ce40ce703d30a5f0",
"iso_url": "https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-11.1.0-amd64-netinst.iso",
"iso_checksum": "sha256:7892981e1da216e79fb3a1536ce5ebab157afdd20048fe458f2ae34fbc26c19b",
"iso_url": "https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/debian-11.3.0-amd64-netinst.iso",
"name": "debian11-{{ user `disk_size`}}G-{{ user `name`}}",
"shutdown_command": "echo '{{user `password`}}'|sudo -S shutdown -h now",
"ssh_password": "{{user `password`}}",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment