File tree Expand file tree Collapse file tree 12 files changed +202
-39
lines changed Expand file tree Collapse file tree 12 files changed +202
-39
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,19 @@ message: |
11
11
buildctl debug workers
12
12
-------
13
13
images :
14
- - location : " https://cloud-images.ubuntu.com/impish/current/impish-server-cloudimg-amd64.img"
14
+ # Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
15
+ # ⚠️ release-20220309 is known to be broken on aarch64: https://github.com/lima-vm/lima/issues/712
16
+ - location : " https://cloud-images.ubuntu.com/releases/21.10/release-20220201/ubuntu-21.10-server-cloudimg-amd64.img"
15
17
arch : " x86_64"
16
- - location : " https://cloud-images.ubuntu.com/impish/current/impish-server-cloudimg-arm64.img"
18
+ digest : " sha256:73fe1785c60edeb506f191affff0440abcc2de02420bb70865d51d0ff9b28223"
19
+ - location : " https://cloud-images.ubuntu.com/releases/21.10/release-20220201/ubuntu-21.10-server-cloudimg-arm64.img"
20
+ arch : " aarch64"
21
+ digest : " sha256:1b5b3fe616e1eea4176049d434a360344a7d471f799e151190f21b0a27f0b424"
22
+ # Fallback to the latest release image.
23
+ # Hint: run `limactl prune` to invalidate the cache
24
+ - location : " https://cloud-images.ubuntu.com/releases/21.10/release/ubuntu-21.10-server-cloudimg-amd64.img"
25
+ arch : " x86_64"
26
+ - location : " https://cloud-images.ubuntu.com/releases/21.10/release/ubuntu-21.10-server-cloudimg-arm64.img"
17
27
arch : " aarch64"
18
28
19
29
containerd :
Original file line number Diff line number Diff line change @@ -13,17 +13,19 @@ arch: null
13
13
# 🟢 Builtin default: null (must be specified)
14
14
# 🔵 This file: Ubuntu 21.10 Impish Indri images
15
15
images :
16
- # Try to use a local image first.
17
- - location : " ~/Downloads/impish-server-cloudimg-amd64.img"
16
+ # Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
17
+ # ⚠️ release-20220309 is known to be broken on aarch64: https://github.com/lima-vm/lima/issues/712
18
+ - location : " https://cloud-images.ubuntu.com/releases/21.10/release-20220201/ubuntu-21.10-server-cloudimg-amd64.img"
18
19
arch : " x86_64"
19
- - location : " ~/Downloads/impish-server-cloudimg-arm64.img"
20
+ digest : " sha256:73fe1785c60edeb506f191affff0440abcc2de02420bb70865d51d0ff9b28223"
21
+ - location : " https://cloud-images.ubuntu.com/releases/21.10/release-20220201/ubuntu-21.10-server-cloudimg-arm64.img"
20
22
arch : " aarch64"
21
-
22
- # Download the file from the internet when the local file is missing .
23
- # Hint: run `limactl prune` to invalidate the "current" cache
24
- - location : " https://cloud-images.ubuntu.com/impish/current/impish -server-cloudimg-amd64.img"
23
+ digest : " sha256:1b5b3fe616e1eea4176049d434a360344a7d471f799e151190f21b0a27f0b424 "
24
+ # Fallback to the latest release image .
25
+ # Hint: run `limactl prune` to invalidate the cache
26
+ - location : " https://cloud-images.ubuntu.com/releases/21.10/release/ubuntu-21.10 -server-cloudimg-amd64.img"
25
27
arch : " x86_64"
26
- - location : " https://cloud-images.ubuntu.com/impish/current/impish -server-cloudimg-arm64.img"
28
+ - location : " https://cloud-images.ubuntu.com/releases/21.10/release/ubuntu-21.10 -server-cloudimg-arm64.img"
27
29
arch : " aarch64"
28
30
29
31
# CPUs: if you see performance issues, try limiting cpus to 1.
Original file line number Diff line number Diff line change 8
8
9
9
# This example requires Lima v0.8.0 or later
10
10
images :
11
- # Hint: run `limactl prune` to invalidate the "current" cache
12
- - location : " https://cloud-images.ubuntu.com/impish/current/impish-server-cloudimg-amd64.img"
11
+ # Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
12
+ # ⚠️ release-20220309 is known to be broken on aarch64: https://github.com/lima-vm/lima/issues/712
13
+ - location : " https://cloud-images.ubuntu.com/releases/21.10/release-20220201/ubuntu-21.10-server-cloudimg-amd64.img"
13
14
arch : " x86_64"
14
- - location : " https://cloud-images.ubuntu.com/impish/current/impish-server-cloudimg-arm64.img"
15
+ digest : " sha256:73fe1785c60edeb506f191affff0440abcc2de02420bb70865d51d0ff9b28223"
16
+ - location : " https://cloud-images.ubuntu.com/releases/21.10/release-20220201/ubuntu-21.10-server-cloudimg-arm64.img"
15
17
arch : " aarch64"
18
+ digest : " sha256:1b5b3fe616e1eea4176049d434a360344a7d471f799e151190f21b0a27f0b424"
19
+ # Fallback to the latest release image.
20
+ # Hint: run `limactl prune` to invalidate the cache
21
+ - location : " https://cloud-images.ubuntu.com/releases/21.10/release/ubuntu-21.10-server-cloudimg-amd64.img"
22
+ arch : " x86_64"
23
+ - location : " https://cloud-images.ubuntu.com/releases/21.10/release/ubuntu-21.10-server-cloudimg-arm64.img"
24
+ arch : " aarch64"
25
+
16
26
mounts :
17
27
- location : " ~"
18
28
- location : " /tmp/lima"
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
- images :
21
20
# Image is set to focal (20.04 LTS) for long-term stability
22
- - location : " https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img"
21
+ images :
22
+ # Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
23
+ # ⚠️ release-20220308 is known to be broken on aarch64: https://github.com/lima-vm/lima/issues/712
24
+ - location : " https://cloud-images.ubuntu.com/releases/20.04/release-20220302/ubuntu-20.04-server-cloudimg-amd64.img"
25
+ arch : " x86_64"
26
+ digest : " sha256:243157ea0390890d6e60ce5e08e0249b16e23b6b313b63aed50f39f92b020afe"
27
+ - location : " https://cloud-images.ubuntu.com/releases/20.04/release-20220302/ubuntu-20.04-server-cloudimg-arm64.img"
28
+ arch : " aarch64"
29
+ digest : " sha256:fb2b4efdbf0011bd2a9fd49e9d31efdd252966c889f07b5d246351ec5734a329"
30
+ # Fallback to the latest release image.
31
+ # Hint: run `limactl prune` to invalidate the cache
32
+ - location : " https://cloud-images.ubuntu.com/releases/20.04/release/ubuntu-20.04-server-cloudimg-amd64.img"
23
33
arch : " x86_64"
24
- - location : " https://cloud-images.ubuntu.com/focal/current/focal -server-cloudimg-arm64.img"
34
+ - location : " https://cloud-images.ubuntu.com/releases/20.04/release/ubuntu-20.04 -server-cloudimg-arm64.img"
25
35
arch : " aarch64"
26
36
27
37
# Mounts are disabled in this example, but can be enabled optionally.
Original file line number Diff line number Diff line change 14
14
# This example requires Lima v0.7.0 or later.
15
15
16
16
images :
17
- # Hint: run `limactl prune` to invalidate the "current" cache
18
- - location : " https://cloud-images.ubuntu.com/impish/current/impish-server-cloudimg-amd64.img"
17
+ # Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
18
+ # ⚠️ release-20220309 is known to be broken on aarch64: https://github.com/lima-vm/lima/issues/712
19
+ - location : " https://cloud-images.ubuntu.com/releases/21.10/release-20220201/ubuntu-21.10-server-cloudimg-amd64.img"
19
20
arch : " x86_64"
20
- - location : " https://cloud-images.ubuntu.com/impish/current/impish-server-cloudimg-arm64.img"
21
+ digest : " sha256:73fe1785c60edeb506f191affff0440abcc2de02420bb70865d51d0ff9b28223"
22
+ - location : " https://cloud-images.ubuntu.com/releases/21.10/release-20220201/ubuntu-21.10-server-cloudimg-arm64.img"
23
+ arch : " aarch64"
24
+ digest : " sha256:1b5b3fe616e1eea4176049d434a360344a7d471f799e151190f21b0a27f0b424"
25
+ # Fallback to the latest release image.
26
+ # Hint: run `limactl prune` to invalidate the cache
27
+ - location : " https://cloud-images.ubuntu.com/releases/21.10/release/ubuntu-21.10-server-cloudimg-amd64.img"
28
+ arch : " x86_64"
29
+ - location : " https://cloud-images.ubuntu.com/releases/21.10/release/ubuntu-21.10-server-cloudimg-arm64.img"
21
30
arch : " aarch64"
22
31
23
32
# Mounts are disabled in this example, but can be enabled optionally.
Original file line number Diff line number Diff line change 12
12
# lima-k8s Ready control-plane,master 44s v1.22.3
13
13
14
14
# This example requires Lima v0.7.0 or later.
15
- images :
15
+
16
16
# Image is set to focal (20.04 LTS) for long-term stability
17
- # Hint: run `limactl prune` to invalidate the "current" cache
18
- - location : " https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img"
17
+ images :
18
+ # Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
19
+ # ⚠️ release-20220308 is known to be broken on aarch64: https://github.com/lima-vm/lima/issues/712
20
+ - location : " https://cloud-images.ubuntu.com/releases/20.04/release-20220302/ubuntu-20.04-server-cloudimg-amd64.img"
19
21
arch : " x86_64"
20
- - location : " https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-arm64.img"
22
+ digest : " sha256:243157ea0390890d6e60ce5e08e0249b16e23b6b313b63aed50f39f92b020afe"
23
+ - location : " https://cloud-images.ubuntu.com/releases/20.04/release-20220302/ubuntu-20.04-server-cloudimg-arm64.img"
21
24
arch : " aarch64"
25
+ digest : " sha256:fb2b4efdbf0011bd2a9fd49e9d31efdd252966c889f07b5d246351ec5734a329"
26
+ # Fallback to the latest release image.
27
+ # Hint: run `limactl prune` to invalidate the cache
28
+ - location : " https://cloud-images.ubuntu.com/releases/20.04/release/ubuntu-20.04-server-cloudimg-amd64.img"
29
+ arch : " x86_64"
30
+ - location : " https://cloud-images.ubuntu.com/releases/20.04/release/ubuntu-20.04-server-cloudimg-arm64.img"
31
+ arch : " aarch64"
32
+
22
33
# Mounts are disabled in this example, but can be enabled optionally.
23
34
mounts : []
24
35
containerd :
Original file line number Diff line number Diff line change 8
8
# https://github.com/Roblox/nomad-driver-containerd/tree/master/example
9
9
10
10
# This example requires Lima v0.7.0 or later.
11
- images :
11
+
12
12
# Image is set to focal (20.04 LTS) for long-term stability
13
- # Hint: run `limactl prune` to invalidate the "current" cache
14
- - location : " https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img"
13
+ images :
14
+ # Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
15
+ # ⚠️ release-20220308 is known to be broken on aarch64: https://github.com/lima-vm/lima/issues/712
16
+ - location : " https://cloud-images.ubuntu.com/releases/20.04/release-20220302/ubuntu-20.04-server-cloudimg-amd64.img"
15
17
arch : " x86_64"
16
- - location : " https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-arm64.img"
18
+ digest : " sha256:243157ea0390890d6e60ce5e08e0249b16e23b6b313b63aed50f39f92b020afe"
19
+ - location : " https://cloud-images.ubuntu.com/releases/20.04/release-20220302/ubuntu-20.04-server-cloudimg-arm64.img"
17
20
arch : " aarch64"
21
+ digest : " sha256:fb2b4efdbf0011bd2a9fd49e9d31efdd252966c889f07b5d246351ec5734a329"
22
+ # Fallback to the latest release image.
23
+ # Hint: run `limactl prune` to invalidate the cache
24
+ - location : " https://cloud-images.ubuntu.com/releases/20.04/release/ubuntu-20.04-server-cloudimg-amd64.img"
25
+ arch : " x86_64"
26
+ - location : " https://cloud-images.ubuntu.com/releases/20.04/release/ubuntu-20.04-server-cloudimg-arm64.img"
27
+ arch : " aarch64"
28
+
18
29
# Mounts are disabled in this example, but can be enabled optionally.
19
30
mounts : []
20
31
containerd :
Original file line number Diff line number Diff line change 12
12
13
13
# This example requires Lima v0.8.0 or later
14
14
images :
15
- # Hint: run `limactl prune` to invalidate the "current" cache
16
- - location : " https://cloud-images.ubuntu.com/impish/current/impish-server-cloudimg-amd64.img"
15
+ # Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
16
+ # ⚠️ release-20220309 is known to be broken on aarch64: https://github.com/lima-vm/lima/issues/712
17
+ - location : " https://cloud-images.ubuntu.com/releases/21.10/release-20220201/ubuntu-21.10-server-cloudimg-amd64.img"
17
18
arch : " x86_64"
18
- - location : " https://cloud-images.ubuntu.com/impish/current/impish-server-cloudimg-arm64.img"
19
+ digest : " sha256:73fe1785c60edeb506f191affff0440abcc2de02420bb70865d51d0ff9b28223"
20
+ - location : " https://cloud-images.ubuntu.com/releases/21.10/release-20220201/ubuntu-21.10-server-cloudimg-arm64.img"
19
21
arch : " aarch64"
22
+ digest : " sha256:1b5b3fe616e1eea4176049d434a360344a7d471f799e151190f21b0a27f0b424"
23
+ # Fallback to the latest release image.
24
+ # Hint: run `limactl prune` to invalidate the cache
25
+ - location : " https://cloud-images.ubuntu.com/releases/21.10/release/ubuntu-21.10-server-cloudimg-amd64.img"
26
+ arch : " x86_64"
27
+ - location : " https://cloud-images.ubuntu.com/releases/21.10/release/ubuntu-21.10-server-cloudimg-arm64.img"
28
+ arch : " aarch64"
29
+
20
30
mounts :
21
31
- location : " ~"
22
32
- location : " /tmp/lima"
Original file line number Diff line number Diff line change 2
2
3
3
# This example requires Lima v0.7.0 or later.
4
4
images :
5
- # Hint: run `limactl prune` to invalidate the "current" cache
6
- - location : " https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-amd64.img"
5
+ # Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
6
+ # ⚠️ release-20220308 is known to be broken on aarch64: https://github.com/lima-vm/lima/issues/712
7
+ - location : " https://cloud-images.ubuntu.com/releases/20.04/release-20220302/ubuntu-20.04-server-cloudimg-amd64.img"
7
8
arch : " x86_64"
8
- - location : " https://cloud-images.ubuntu.com/focal/current/focal-server-cloudimg-arm64.img"
9
+ digest : " sha256:243157ea0390890d6e60ce5e08e0249b16e23b6b313b63aed50f39f92b020afe"
10
+ - location : " https://cloud-images.ubuntu.com/releases/20.04/release-20220302/ubuntu-20.04-server-cloudimg-arm64.img"
9
11
arch : " aarch64"
12
+ digest : " sha256:fb2b4efdbf0011bd2a9fd49e9d31efdd252966c889f07b5d246351ec5734a329"
13
+ # Fallback to the latest release image.
14
+ # Hint: run `limactl prune` to invalidate the cache
15
+ - location : " https://cloud-images.ubuntu.com/releases/20.04/release/ubuntu-20.04-server-cloudimg-amd64.img"
16
+ arch : " x86_64"
17
+ - location : " https://cloud-images.ubuntu.com/releases/20.04/release/ubuntu-20.04-server-cloudimg-arm64.img"
18
+ arch : " aarch64"
19
+
10
20
mounts :
11
21
- location : " ~"
12
22
- location : " /tmp/lima"
Original file line number Diff line number Diff line change 1
1
# This example requires Lima v0.7.0 or later.
2
2
images :
3
- # Hint: run `limactl prune` to invalidate the "current" cache
4
- - location : " https://cloud-images.ubuntu.com/impish/current/impish-server-cloudimg-amd64.img"
3
+ # Try to use release-yyyyMMdd image if available. Note that release-yyyyMMdd will be removed after several months.
4
+ # ⚠️ release-20220309 is known to be broken on aarch64: https://github.com/lima-vm/lima/issues/712
5
+ - location : " https://cloud-images.ubuntu.com/releases/21.10/release-20220201/ubuntu-21.10-server-cloudimg-amd64.img"
5
6
arch : " x86_64"
6
- - location : " https://cloud-images.ubuntu.com/impish/current/impish-server-cloudimg-arm64.img"
7
+ digest : " sha256:73fe1785c60edeb506f191affff0440abcc2de02420bb70865d51d0ff9b28223"
8
+ - location : " https://cloud-images.ubuntu.com/releases/21.10/release-20220201/ubuntu-21.10-server-cloudimg-arm64.img"
7
9
arch : " aarch64"
10
+ digest : " sha256:1b5b3fe616e1eea4176049d434a360344a7d471f799e151190f21b0a27f0b424"
11
+ # Fallback to the latest release image.
12
+ # Hint: run `limactl prune` to invalidate the cache
13
+ - location : " https://cloud-images.ubuntu.com/releases/21.10/release/ubuntu-21.10-server-cloudimg-amd64.img"
14
+ arch : " x86_64"
15
+ - location : " https://cloud-images.ubuntu.com/releases/21.10/release/ubuntu-21.10-server-cloudimg-arm64.img"
16
+ arch : " aarch64"
17
+
8
18
mounts :
9
19
- location : " ~"
10
20
- location : " /tmp/lima"
You can’t perform that action at this time.
0 commit comments