From b9d6d6ab59183bffd15f2cbdbff66b8b8b4887ea Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Thu, 1 Jul 2021 21:56:39 +0900 Subject: [PATCH] examples/opensuse.yaml: fix 404 They seems to have removed `*-Build9.108.qcow2` Signed-off-by: Akihiro Suda --- examples/opensuse.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/opensuse.yaml b/examples/opensuse.yaml index bdcc3965b0d7..35c35a981050 100644 --- a/examples/opensuse.yaml +++ b/examples/opensuse.yaml @@ -1,6 +1,7 @@ # This example requires Lima v0.5.0 or later images: - - location: https://download.opensuse.org/distribution/leap/15.3/appliances/openSUSE-Leap-15.3-JeOS.x86_64-15.3-OpenStack-Cloud-Build9.108.qcow2 + # Hint: run `limactl prune` to invalidate the "Current" cache + - location: https://download.opensuse.org/distribution/leap/15.3/appliances/openSUSE-Leap-15.3-JeOS.x86_64-15.3-OpenStack-Cloud-Current.qcow2 arch: "x86_64" # No aarch64 OpenStack build found :( mounts: