Skip to content

Commit c11f1bf

Browse files
authored
Merge pull request #1652 from afbjorklund/centos-stream-8
Add fallback for the centos-stream-8 image too
2 parents e792fb1 + 1aa7e4c commit c11f1bf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

examples/centos-stream-8.yaml

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

66
images:
7+
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
78
- location: "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20230523.0.x86_64.qcow2"
89
arch: "x86_64"
910
digest: "sha256:b69a5198ed1d507bb350b47f6ca8f40c661e6901c25cdd93e6167a3a7474bf7e"
1011
- location: "https://cloud.centos.org/centos/8-stream/aarch64/images/CentOS-Stream-GenericCloud-8-20230523.0.aarch64.qcow2"
1112
arch: "aarch64"
1213
digest: "sha256:2af75f6c2e2184901460595d3097baa023fcb11349a7b4bf5375c15321d2944d"
14+
# Fallback to the latest release image.
15+
# Hint: run `limactl prune` to invalidate the cache
16+
- location: "https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-latest.x86_64.qcow2"
17+
arch: "x86_64"
18+
- location: "https://cloud.centos.org/centos/8-stream/aarch64/images/CentOS-Stream-GenericCloud-8-latest.aarch64.qcow2"
19+
arch: "aarch64"
1320
mounts:
1421
- location: "~"
1522
- location: "/tmp/lima"

0 commit comments

Comments
 (0)