Skip to content

Commit 9c3cb08

Browse files
committed
examples: add hint for cache invalidation
Signed-off-by: Akihiro Suda <[email protected]>
1 parent 144c9f1 commit 9c3cb08

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

examples/archlinux.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
arch: "x86_64"
22
images:
3+
# Hint: run `limactl prune` to invalidate the "LATEST" cache
34
- location: "https://linuximages.de/openstack/arch/arch-openstack-LATEST-image-bootstrap.qcow2"
45
arch: "x86_64"
56
mounts:

examples/k3s.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@
1010
# lima-k3s Ready control-plane,master 69s v1.21.1+k3s1
1111

1212
images:
13-
- location: "https://cloud-images.ubuntu.com/hirsute/current/hirsute-server-cloudimg-amd64.img"
14-
arch: "x86_64"
13+
# Hint: run `limactl prune` to invalidate the "current" cache
14+
- location: "https://cloud-images.ubuntu.com/hirsute/current/hirsute-server-cloudimg-amd64.img"
15+
arch: "x86_64"
16+
- location: "https://cloud-images.ubuntu.com/hirsute/current/hirsute-server-cloudimg-arm64.img"
17+
arch: "aarch64"
1518

1619
# Mounts are disabled in this example, but can be enabled optionally.
1720
mounts: []

examples/ubuntu.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
images:
2+
# Hint: run `limactl prune` to invalidate the "current" cache
23
- location: "https://cloud-images.ubuntu.com/hirsute/current/hirsute-server-cloudimg-amd64.img"
34
arch: "x86_64"
45
- location: "https://cloud-images.ubuntu.com/hirsute/current/hirsute-server-cloudimg-arm64.img"

pkg/limayaml/default.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ images:
1313
arch: "aarch64"
1414

1515
# Download the file from the internet when the local file is missing.
16+
# Hint: run `limactl prune` to invalidate the "current" cache
1617
- location: "https://cloud-images.ubuntu.com/hirsute/current/hirsute-server-cloudimg-amd64.img"
1718
arch: "x86_64"
1819
- location: "https://cloud-images.ubuntu.com/hirsute/current/hirsute-server-cloudimg-arm64.img"

0 commit comments

Comments
 (0)