Skip to content

Commit

Permalink
Almalinux update to v9.5 (#1586)
Browse files Browse the repository at this point in the history
* use full version URLs to prevent releases of newer versions from breaking builds

Signed-off-by: Phillip Ross <[email protected]>

* update to almalinux 9.5

Signed-off-by: Phillip Ross <[email protected]>

* revert using full versions in URLs since builds breaking are used as indicators that new versions are available.

Signed-off-by: Phillip Ross <[email protected]>

---------

Signed-off-by: Phillip Ross <[email protected]>
  • Loading branch information
phillipross authored Dec 12, 2024
1 parent 0676084 commit 2764117
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions os_pkrvars/almalinux/almalinux-9-aarch64.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
os_name = "almalinux"
os_version = "9.4"
os_version = "9.5"
os_arch = "aarch64"
iso_url = "https://repo.almalinux.org/almalinux/9/isos/aarch64/AlmaLinux-9.4-aarch64-dvd.iso"
iso_url = "https://repo.almalinux.org/almalinux/9/isos/aarch64/AlmaLinux-9.5-aarch64-dvd.iso"
iso_checksum = "file:https://repo.almalinux.org/almalinux/9/isos/aarch64/CHECKSUM"
parallels_guest_os_type = "centos"
vbox_guest_os_type = "RedHat_64"
Expand Down
4 changes: 2 additions & 2 deletions os_pkrvars/almalinux/almalinux-9-x86_64.pkrvars.hcl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
os_name = "almalinux"
os_version = "9.4"
os_version = "9.5"
os_arch = "x86_64"
iso_url = "https://repo.almalinux.org/almalinux/9/isos/x86_64/AlmaLinux-9.4-x86_64-dvd.iso"
iso_url = "https://repo.almalinux.org/almalinux/9/isos/x86_64/AlmaLinux-9.5-x86_64-dvd.iso"
iso_checksum = "file:https://repo.almalinux.org/almalinux/9/isos/x86_64/CHECKSUM"
parallels_guest_os_type = "centos"
vbox_guest_os_type = "RedHat_64"
Expand Down

0 comments on commit 2764117

Please sign in to comment.