Skip to content

Commit 4b6e3cf

Browse files
committed
templates: rocky-9: use HTTPS URL
Signed-off-by: Ruoyu Zhong <[email protected]>
1 parent ce3b98a commit 4b6e3cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rocky-9.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ images:
44
- location: "https://dl.rockylinux.org/pub/rocky/9.2/images/x86_64/Rocky-9-GenericCloud-Base-9.2-20230513.0.x86_64.qcow2"
55
arch: "x86_64"
66
digest: "sha256:50510f98abe1b20a548102a05a9be83153b0bf634fc502d5c8d1f508f6de1430"
7-
- location: "http://dl.rockylinux.org/pub/rocky/9.2/images/aarch64/Rocky-9-GenericCloud-Base-9.2-20230513.0.aarch64.qcow2"
7+
- location: "https://dl.rockylinux.org/pub/rocky/9.2/images/aarch64/Rocky-9-GenericCloud-Base-9.2-20230513.0.aarch64.qcow2"
88
arch: "aarch64"
99
digest: "sha256:eb7752c0be359007ad470e43b0d8c921e31d3ad7d4bcec9b6a2b18a8d17c05d8"
1010
mounts:

0 commit comments

Comments
 (0)