File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 1
1
# This example requires Lima v0.11.1 or later.
2
2
3
3
images :
4
+ # Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
4
5
- location : " https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-20230523.0.x86_64.qcow2"
5
6
arch : " x86_64"
6
7
digest : " sha256:47dca0f014aff27bad5a4156f7ce3168fc339546d6e66bfaf52617a773f05bf0"
7
8
- location : " https://cloud.centos.org/centos/9-stream/aarch64/images/CentOS-Stream-GenericCloud-9-20230523.0.aarch64.qcow2"
8
9
arch : " aarch64"
9
10
digest : " sha256:6c8566fe05b3541956e2ff0f72b41158b92751be9a4d68ac977e9d7fe22a6db6"
11
+ # Fallback to the latest release image.
12
+ # Hint: run `limactl prune` to invalidate the cache
13
+ - location : " https://cloud.centos.org/centos/9-stream/x86_64/images/CentOS-Stream-GenericCloud-9-latest.x86_64.qcow2"
14
+ arch : " x86_64"
15
+ - location : " https://cloud.centos.org/centos/9-stream/aarch64/images/CentOS-Stream-GenericCloud-9-latest.aarch64.qcow2"
16
+ arch : " aarch64"
10
17
mounts :
11
18
- location : " ~"
12
19
- location : " /tmp/lima"
You can’t perform that action at this time.
0 commit comments