Skip to content

Commit

Permalink
adding remote sha1sum over https to ensure current sha1sum
Browse files Browse the repository at this point in the history
Signed-off-by: elreydetoda <[email protected]>
  • Loading branch information
elreydetoda committed Mar 7, 2022
1 parent 606fb09 commit e123761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/ubuntu-cloud-init.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"disk_size": "{{ env `DISK_SIZE` }}",
"headless": "true",
"memory": "4096",
"iso_checksum": "linux_iso.sha256",
"iso_checksum": "https://cloud-images.ubuntu.com/releases/focal/release/SHA1SUMS",
"iso_url": "{{ env `ISO_URL` }}",
"name": "{{ env `NAME` }}",
"ubuntu_version": "{{ env `VERSION` }}",
Expand Down

0 comments on commit e123761

Please sign in to comment.