Fix image source/checksum
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Danny Bessems 2023-05-19 11:08:18 +02:00
parent 0cdb7fb129
commit ab4826d135

View File

@ -8,9 +8,9 @@
"distro_name": "ubuntu", "distro_name": "ubuntu",
"distro_version": "22.04", "distro_version": "22.04",
"guest_os_type": "ubuntu-64", "guest_os_type": "ubuntu-64",
"iso_checksum": "10f19c5b2b8d6db711582e0e27f5116296c34fe4b313ba45f9b201a5007056cb", "iso_checksum": "5e38b55d57d94ff029719342357325ed3bda38fa80054f9330dc789cd2d43931",
"iso_checksum_type": "sha256", "iso_checksum_type": "sha256",
"iso_url": "https://releases.ubuntu.com/22.04/ubuntu-22.04.1-live-server-amd64.iso", "iso_url": "https://releases.ubuntu.com/jammy/ubuntu-22.04.2-live-server-amd64.iso",
"os_display_name": "Ubuntu 22.04", "os_display_name": "Ubuntu 22.04",
"shutdown_command": "shutdown -P now", "shutdown_command": "shutdown -P now",
"vsphere_guest_os_type": "ubuntu64Guest" "vsphere_guest_os_type": "ubuntu64Guest"