Skip to content

Commit

Permalink
bump centos 9 stream image
Browse files Browse the repository at this point in the history
Signed-off-by: Wainer dos Santos Moschetta <[email protected]>
  • Loading branch information
wainersm committed Nov 20, 2023
1 parent db9a17b commit 77c4430
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions podvm/qcow2/centos/variables.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ variable "disk_size" {

variable "cloud_image_checksum" {
type = string
default = "d12bb6934dd207e242d6aa13f6a4ca4969449c14c3bbdd88a5ce5f5203597a40"
default = "eefeb2f6b57f9de9f96662f1f610503c3653dd21498e365c69366b9772833125"
}

variable "cloud_image_url" {
type = string
default = "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20231002.0.x86_64.qcow2"
default = "https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20231113.0.x86_64.qcow2"
}

variable "memory" {
Expand Down Expand Up @@ -92,4 +92,4 @@ variable "boot_wait" {
variable "disable_cloud_config" {
type = string
default = env("DISABLE_CLOUD_CONFIG")
}
}
4 changes: 2 additions & 2 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ cloudimg:
centos:
stream-9:
amd64:
url: https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20231002.0.x86_64.qcow2
checksum: "sha256:d12bb6934dd207e242d6aa13f6a4ca4969449c14c3bbdd88a5ce5f5203597a40"
url: https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20231113.0.x86_64.qcow2
checksum: "sha256:eefeb2f6b57f9de9f96662f1f610503c3653dd21498e365c69366b9772833125"
rhel:
9: # dummy link, get trial image from: https://www.redhat.com/en/technologies/linux-platforms/enterprise-linux/server/trial
amd64:
Expand Down

0 comments on commit 77c4430

Please sign in to comment.