Skip to content

Commit eacc57b

Browse files
authored
Merge pull request #2381 from tcooper/rocky-linux-updates
templates: update Rocky Linux to 8.10 and 9.4
2 parents 239d629 + 5d061bb commit eacc57b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

examples/rocky-8.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
# EL9-based distros are known to work.
55

66
images:
7-
- location: "https://dl.rockylinux.org/pub/rocky/8.9/images/x86_64/Rocky-8-GenericCloud-Base-8.9-20231119.0.x86_64.qcow2"
7+
- location: "https://dl.rockylinux.org/pub/rocky/8.10/images/x86_64/Rocky-8-GenericCloud-Base-8.10-20240528.0.x86_64.qcow2"
88
arch: "x86_64"
9-
digest: "sha256:d17f15a7649dd064795306c114b90fc5062e7d5fefa9e9f0bd6b7ce1aeac3ae5"
10-
- location: "https://dl.rockylinux.org/pub/rocky/8.9/images/aarch64/Rocky-8-GenericCloud-Base-8.9-20231119.0.aarch64.qcow2"
9+
digest: "sha256:e56066c58606191e96184de9a9183a3af33c59bcbd8740d8b10ca054a7a89c14"
10+
- location: "https://dl.rockylinux.org/pub/rocky/8.10/images/aarch64/Rocky-8-GenericCloud-Base-8.10-20240528.0.aarch64.qcow2"
1111
arch: "aarch64"
12-
digest: "sha256:801c1afc27b8d200702193312c342f39f1418ed37f8501e6f07e9f707196df44"
12+
digest: "sha256:946b5b9845aa5e3ed98f1bc6ee9873201712a2aef01b87731aed16857e0ca13f"
1313
# Fallback to the latest release image.
1414
# Hint: run `limactl prune` to invalidate the cache
1515
- location: "https://dl.rockylinux.org/pub/rocky/8/images/x86_64/Rocky-8-GenericCloud.latest.x86_64.qcow2"

examples/rocky-9.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# This template requires Lima v0.11.1 or later.
22

33
images:
4-
- location: "https://dl.rockylinux.org/pub/rocky/9.3/images/x86_64/Rocky-9-GenericCloud-Base-9.3-20231113.0.x86_64.qcow2"
4+
- location: "https://dl.rockylinux.org/pub/rocky/9.4/images/x86_64/Rocky-9-GenericCloud-Base-9.4-20240523.0.x86_64.qcow2"
55
arch: "x86_64"
6-
digest: "sha256:7713278c37f29b0341b0a841ca3ec5c3724df86b4d97e7ee4a2a85def9b2e651"
7-
- location: "https://dl.rockylinux.org/pub/rocky/9.3/images/aarch64/Rocky-9-GenericCloud-Base-9.3-20231113.0.aarch64.qcow2"
6+
digest: "sha256:39277948d53a10f1087454a1e0ed1c9bb48b48f6a4ddbf5113adc36f70be6730"
7+
- location: "https://dl.rockylinux.org/pub/rocky/9.4/images/aarch64/Rocky-9-GenericCloud-Base-9.4-20240523.0.aarch64.qcow2"
88
arch: "aarch64"
9-
digest: "sha256:1948a5e00786dbf3230335339cf96491659e17444f5d00dabac0f095a7354cc1"
9+
digest: "sha256:f3bd84cf2f2d25984003f85a9bd17258a729adf0e4f164fc398db701bdd35aca"
1010
# Fallback to the latest release image.
1111
# Hint: run `limactl prune` to invalidate the cache
1212
- location: "https://dl.rockylinux.org/pub/rocky/9/images/x86_64/Rocky-9-GenericCloud.latest.x86_64.qcow2"

0 commit comments

Comments
 (0)