Skip to content

Commit

Permalink
add rocky9 to test
Browse files Browse the repository at this point in the history
  • Loading branch information
goffinet committed Oct 20, 2024
1 parent 26dafa0 commit 65f0237
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build-packer-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
flavor: "rocky"
version: "9.4"
iso_url: "https://download.rockylinux.org/pub/rocky/9/isos/x86_64"
iso_name: "Rocky-9-latest-x86_64-minimal.iso"
checksum_filename: "Rocky-9-latest-x86_64-minimal.iso.CHECKSUM"
iso_name: "Rocky-9-latest-x86_64-boot.iso"
checksum_filename: "Rocky-9-latest-x86_64-boot.iso.CHECKSUM"
- type: "redhat"
flavor: "centos"
version: "9"
Expand Down
4 changes: 2 additions & 2 deletions rocky9.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ variable "headless" {

variable "iso_checksum" {
type = string
default = "file:https://download.rockylinux.org/pub/rocky/9/isos/x86_64/Rocky-9-latest-x86_64-minimal.iso.CHECKSUM"
default = "file:https://download.rockylinux.org/pub/rocky/9/isos/x86_64/Rocky-9-latest-x86_64-boot.iso.CHECKSUM"
}

variable "iso_url" {
type = string
default = "https://download.rockylinux.org/pub/rocky/9/isos/x86_64/Rocky-9-latest-x86_64-minimal.iso"
default = "https://download.rockylinux.org/pub/rocky/9/isos/x86_64/Rocky-9-latest-x86_64-boot.iso"
}

variable "name" {
Expand Down

0 comments on commit 65f0237

Please sign in to comment.