Skip to content

Commit b9d6d6a

Browse files
committed
examples/opensuse.yaml: fix 404
They seems to have removed `*-Build9.108.qcow2` Signed-off-by: Akihiro Suda <[email protected]>
1 parent 390180b commit b9d6d6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/opensuse.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# This example requires Lima v0.5.0 or later
22
images:
3-
- location: https://download.opensuse.org/distribution/leap/15.3/appliances/openSUSE-Leap-15.3-JeOS.x86_64-15.3-OpenStack-Cloud-Build9.108.qcow2
3+
# Hint: run `limactl prune` to invalidate the "Current" cache
4+
- location: https://download.opensuse.org/distribution/leap/15.3/appliances/openSUSE-Leap-15.3-JeOS.x86_64-15.3-OpenStack-Cloud-Current.qcow2
45
arch: "x86_64"
56
# No aarch64 OpenStack build found :(
67
mounts:

0 commit comments

Comments
 (0)