File tree Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Expand file tree Collapse file tree 3 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 17
17
#
18
18
# This example requires Lima v0.7.0 or later.
19
19
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
21
21
images :
22
22
# 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"
24
24
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"
27
27
arch : " aarch64"
28
- digest : " sha256:fb2b4efdbf0011bd2a9fd49e9d31efdd252966c889f07b5d246351ec5734a329 "
28
+ digest : " sha256:66224c7fed99ff5a5539eda406c87bbfefe8af6ff6b47d92df3187832b5b5d4f "
29
29
# Fallback to the latest release image.
30
30
# 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"
32
32
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"
34
34
arch : " aarch64"
35
35
36
36
# Mounts are disabled in this example, but can be enabled optionally.
Original file line number Diff line number Diff line change 16
16
# Image is set to focal (20.04 LTS) for long-term stability
17
17
images :
18
18
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
19
- - location : " https://cloud-images.ubuntu.com/releases/20 .04/release-20220302 /ubuntu-20 .04-server-cloudimg-amd64.img"
19
+ - location : " https://cloud-images.ubuntu.com/releases/22 .04/release-20220420 /ubuntu-22 .04-server-cloudimg-amd64.img"
20
20
arch : " x86_64"
21
- digest : " sha256:243157ea0390890d6e60ce5e08e0249b16e23b6b313b63aed50f39f92b020afe "
22
- - location : " https://cloud-images.ubuntu.com/releases/20 .04/release-20220302 /ubuntu-20 .04-server-cloudimg-arm64.img"
21
+ digest : " sha256:de5e632e17b8965f2baf4ea6d2b824788e154d9a65df4fd419ec4019898e15cd "
22
+ - location : " https://cloud-images.ubuntu.com/releases/22 .04/release-20220420 /ubuntu-22 .04-server-cloudimg-arm64.img"
23
23
arch : " aarch64"
24
- digest : " sha256:fb2b4efdbf0011bd2a9fd49e9d31efdd252966c889f07b5d246351ec5734a329 "
24
+ digest : " sha256:66224c7fed99ff5a5539eda406c87bbfefe8af6ff6b47d92df3187832b5b5d4f "
25
25
# Fallback to the latest release image.
26
26
# Hint: run `limactl prune` to invalidate the cache
27
- - location : " https://cloud-images.ubuntu.com/releases/20 .04/release/ubuntu-20 .04-server-cloudimg-amd64.img"
27
+ - location : " https://cloud-images.ubuntu.com/releases/22 .04/release/ubuntu-22 .04-server-cloudimg-amd64.img"
28
28
arch : " x86_64"
29
- - location : " https://cloud-images.ubuntu.com/releases/20 .04/release/ubuntu-20 .04-server-cloudimg-arm64.img"
29
+ - location : " https://cloud-images.ubuntu.com/releases/22 .04/release/ubuntu-22 .04-server-cloudimg-arm64.img"
30
30
arch : " aarch64"
31
31
32
32
# Mounts are disabled in this example, but can be enabled optionally.
Original file line number Diff line number Diff line change 10
10
# This example requires Lima v0.7.0 or later.
11
11
12
12
# Image is set to focal (20.04 LTS) for long-term stability
13
+ # TODO: Upgrade to 22.04 LTS when nomad-driver-containerd supports cgroup v2: https://github.com/Roblox/nomad-driver-containerd/pull/133
13
14
images :
14
15
# Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
15
16
- location : " https://cloud-images.ubuntu.com/releases/20.04/release-20220302/ubuntu-20.04-server-cloudimg-amd64.img"
You can’t perform that action at this time.
0 commit comments