File tree 1 file changed +7
-0
lines changed 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 4
4
# EL9-based distros are known to work.
5
5
6
6
images :
7
+ # Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
7
8
- location : " https://cloud.centos.org/centos/8-stream/x86_64/images/CentOS-Stream-GenericCloud-8-20230523.0.x86_64.qcow2"
8
9
arch : " x86_64"
9
10
digest : " sha256:b69a5198ed1d507bb350b47f6ca8f40c661e6901c25cdd93e6167a3a7474bf7e"
10
11
- location : " https://cloud.centos.org/centos/8-stream/aarch64/images/CentOS-Stream-GenericCloud-8-20230523.0.aarch64.qcow2"
11
12
arch : " aarch64"
12
13
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"
13
20
mounts :
14
21
- location : " ~"
15
22
- location : " /tmp/lima"
You can’t perform that action at this time.
0 commit comments