Skip to content

Commit fa8aeda

Browse files
committed
fix flavors to latest
1 parent 65f0237 commit fa8aeda

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

build-packer-templates.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,28 @@
55
images:
66
- type: "redhat"
77
flavor: "almalinux"
8-
version: "9.4"
9-
iso_url: "https://repo.almalinux.org/almalinux/9.4/isos/x86_64"
10-
iso_name: "AlmaLinux-9.4-x86_64-boot.iso"
8+
version: "9"
9+
iso_url: "https://repo.almalinux.org/almalinux/9/isos/x86_64"
10+
iso_name: "AlmaLinux-9-latest-x86_64-boot.iso"
1111
checksum_filename: "CHECKSUM"
1212
- type: "redhat"
1313
flavor: "rocky"
14-
version: "9.4"
14+
version: "9"
1515
iso_url: "https://download.rockylinux.org/pub/rocky/9/isos/x86_64"
1616
iso_name: "Rocky-9-latest-x86_64-boot.iso"
1717
checksum_filename: "Rocky-9-latest-x86_64-boot.iso.CHECKSUM"
1818
- type: "redhat"
1919
flavor: "centos"
2020
version: "9"
2121
iso_url: "https://mirror.stream.centos.org/9-stream/BaseOS/x86_64/iso"
22-
iso_name: "CentOS-Stream-9-20241016.0-x86_64-boot.iso"
23-
checksum_filename: "SHA256SUM"
22+
iso_name: "CentOS-Stream-9-latest-x86_64-boot.iso"
23+
checksum_filename: "CentOS-Stream-9-latest-x86_64-boot.iso.SHA256SUM"
2424
- type: "redhat"
2525
flavor: "centos"
2626
version: "10"
2727
iso_url: "https://mirror.stream.centos.org/10-stream/BaseOS/x86_64/iso"
28-
iso_name: "CentOS-Stream-10-20241018.0-x86_64-boot.iso"
29-
checksum_filename: "SHA256SUM"
28+
iso_name: "CentOS-Stream-10-latest-x86_64-boot.iso"
29+
checksum_filename: "CentOS-Stream-10-latest-x86_64-boot.iso.SHA256SUM"
3030
- type: "redhat"
3131
flavor: "fedora"
3232
version: "40"

0 commit comments

Comments
 (0)