This commit is contained in:
@ -1,2 +1,2 @@
|
|||||||
ubuntu_iso_url = "https://releases.ubuntu.com/22.04/ubuntu-22.04.4-live-server-amd64.iso"
|
ubuntu_iso_url = "https://cdimage.ubuntu.com/releases/22.04.4/release/ubuntu-22.04.4-live-server-amd64.iso"
|
||||||
ubuntu_iso_checksum = "sha256:e5b944550b6cf926cf0a6a6c62dd8a964c57bb42e2909f26e29f03e2c0d6f1c6"
|
ubuntu_iso_checksum = "sha256:e5b944550b6cf926cf0a6a6c62dd8a964c57bb42e2909f26e29f03e2c0d6f1c6"
|
@ -9,12 +9,10 @@ packer {
|
|||||||
|
|
||||||
variable "ubuntu_iso_url" {
|
variable "ubuntu_iso_url" {
|
||||||
type = string
|
type = string
|
||||||
default = "https://releases.ubuntu.com/22.04/ubuntu-22.04.4-live-server-amd64.iso"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "ubuntu_iso_checksum" {
|
variable "ubuntu_iso_checksum" {
|
||||||
type = string
|
type = string
|
||||||
default = "sha256:e5b944550b6cf926cf0a6a6c62dd8a964c57bb42e2909f26e29f03e2c0d6f1c6"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
source "qemu" "ubuntu" {
|
source "qemu" "ubuntu" {
|
||||||
|
Reference in New Issue
Block a user