1717#
1818# This example requires Lima v0.7.0 or later.
1919
20- # Image is set to focal (20 .04 LTS) for long-term stability
20+ # Image is set to jammy (22 .04 LTS) for long-term stability
2121images :
2222# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
23- - location : " https://cloud-images.ubuntu.com/releases/20 .04/release-20220302 /ubuntu-20 .04-server-cloudimg-amd64.img"
23+ - location : " https://cloud-images.ubuntu.com/releases/22 .04/release-20220420 /ubuntu-22 .04-server-cloudimg-amd64.img"
2424 arch : " x86_64"
25- digest : " sha256:243157ea0390890d6e60ce5e08e0249b16e23b6b313b63aed50f39f92b020afe "
26- - location : " https://cloud-images.ubuntu.com/releases/20 .04/release-20220302 /ubuntu-20 .04-server-cloudimg-arm64.img"
25+ digest : " sha256:de5e632e17b8965f2baf4ea6d2b824788e154d9a65df4fd419ec4019898e15cd "
26+ - location : " https://cloud-images.ubuntu.com/releases/22 .04/release-20220420 /ubuntu-22 .04-server-cloudimg-arm64.img"
2727 arch : " aarch64"
28- digest : " sha256:fb2b4efdbf0011bd2a9fd49e9d31efdd252966c889f07b5d246351ec5734a329 "
28+ digest : " sha256:66224c7fed99ff5a5539eda406c87bbfefe8af6ff6b47d92df3187832b5b5d4f "
2929# Fallback to the latest release image.
3030# Hint: run `limactl prune` to invalidate the cache
31- - location : " https://cloud-images.ubuntu.com/releases/20 .04/release/ubuntu-20 .04-server-cloudimg-amd64.img"
31+ - location : " https://cloud-images.ubuntu.com/releases/22 .04/release/ubuntu-22 .04-server-cloudimg-amd64.img"
3232 arch : " x86_64"
33- - location : " https://cloud-images.ubuntu.com/releases/20 .04/release/ubuntu-20 .04-server-cloudimg-arm64.img"
33+ - location : " https://cloud-images.ubuntu.com/releases/22 .04/release/ubuntu-22 .04-server-cloudimg-arm64.img"
3434 arch : " aarch64"
3535
3636# Mounts are disabled in this example, but can be enabled optionally.
@@ -45,7 +45,7 @@ provision:
4545- mode : system
4646 script : |
4747 #!/bin/sh
48- curl -sfL https://raw.githubusercontent.com/openfaas/faasd/master/hack/install.sh | sh -s -
48+ curl -sfL https://raw.githubusercontent.com/openfaas/faasd/master/hack/install.sh | bash -s -
4949
5050probes :
5151- script : |
0 commit comments