File tree Expand file tree Collapse file tree 4 files changed +13
-11
lines changed Expand file tree Collapse file tree 4 files changed +13
-11
lines changed 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
- - location : https://github.com/lima-vm/alpine-lima/releases/download/v0.2.2 /alpine-lima-std-3.14.3-x86_64.iso
3
+ - location : https://github.com/lima-vm/alpine-lima/releases/download/v0.2.6 /alpine-lima-std-3.14.3-x86_64.iso
4
4
arch : " x86_64"
5
- digest : " sha512:573964991fb135aac18e44c444c1c924cd6110d4c823e887451e134adbecd7abb98bb84d22872cec1c9ed5b2cd9d87f664817adb15938ca3a69a9a2c70d66837 "
6
- - location : https://github.com/lima-vm/alpine-lima/releases/download/v0.2.2 /alpine-lima-std-3.14.3-aarch64.iso
5
+ digest : " sha512:0f5f1947733b1ac426edf43909bba44cb7a948030701d25fa3661feadb13af26896d3ab962b1e8ba986e6ad2f8e3169a07a3f56f3ed47f090680f2b57b0427ae "
6
+ - location : https://github.com/lima-vm/alpine-lima/releases/download/v0.2.6 /alpine-lima-std-3.14.3-aarch64.iso
7
7
arch : " aarch64"
8
- digest : " sha512:6ff651023fbc4ec56c437124392d29cfa8eb8fe6d34c0e797b85b21734a6629aec38226c298f475b9ed63bef7664d49ba1bd5adc667c621efd7aa43e7020cc27 "
8
+ digest : " sha512:d29c48b7214a4752a96403f68a7740f4adc04517e1c4430d73fcfb57a82071911beeacd3aa3daaaab589c373f09bf5b25e4b71cd4784f7c6855b39e7798c087e "
9
9
10
10
mounts :
11
11
- location : " ~"
@@ -15,6 +15,8 @@ mounts:
15
15
firmware :
16
16
legacyBIOS : true
17
17
18
+ # The built-in containerd installer does not support Alpine currently.
19
+ # Hint: use the "rd" ISO instead of the "std" ISO to enable containerd: https://github.com/lima-vm/alpine-lima/releases/
18
20
containerd :
19
21
system : false
20
22
user : false
Original file line number Diff line number Diff line change 2
2
arch : " x86_64"
3
3
images :
4
4
# NOTE: the image is periodically rotated, if you face 404, see https://mirror.pkgbuild.com/images/ to find the latest image.
5
- - location : " https://mirror.pkgbuild.com/images/v20220123.45392 /Arch-Linux-x86_64-cloudimg-20220123.45392 .qcow2"
5
+ - location : " https://mirror.pkgbuild.com/images/v20220204.46656 /Arch-Linux-x86_64-cloudimg-20220204.46656 .qcow2"
6
6
arch : " x86_64"
7
- digest : " sha256:1b9ad530a2f9a6440e9fb54ff1861e80dc583f1692e872e360650f6bd4630257 "
7
+ digest : " sha256:cf936eaededf6aff595dc72c91a9fac9d0577c6269a677a95d4daf80da612c8c "
8
8
mounts :
9
9
- location : " ~"
10
10
- 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
- - location : " https://cloud.debian.org/images/cloud/bullseye/daily/20220124-897 /debian-11-generic-amd64-daily-20220124-897 .qcow2"
3
+ - location : " https://cloud.debian.org/images/cloud/bullseye/daily/20220206-910 /debian-11-generic-amd64-daily-20220206-910 .qcow2"
4
4
arch : " x86_64"
5
- digest : " sha512:f9613c5519d4185e51123bd9c369104ad24d5020582bc36b9d08e3fdc18b24ec86955f12151c7d9143e7aa951bf424fa514df32c8aa51aac26b0b08242d0fb3d "
6
- - location : " https://cloud.debian.org/images/cloud/bullseye/daily/20220124-897 /debian-11-generic-arm64-daily-20220124-897 .qcow2"
5
+ digest : " sha512:ce95e238c92001122be7b95d49111418f5f43ba4db9ecf38b34f78604352300f24ca7d6e4bd830a8c8b0ea057eb1989a1d78bd8c60297cf4c6723cf2ba1c97f0 "
6
+ - location : " https://cloud.debian.org/images/cloud/bullseye/daily/20220206-910 /debian-11-generic-arm64-daily-20220206-910 .qcow2"
7
7
arch : " aarch64"
8
- digest : " sha512:1ad17af61c439c5f9df308d68a9f76742850a4a5c2ee5e8b2235aced978bea50143b903fa2f3026dd7fd96c70c9fb4f0ef8de14b12e8fd87b32f1e64ead15097 "
8
+ digest : " sha512:0142372661cd253db7dbc1886e889529e34536836e3a6ea3fa2aeb0dfa88eb88abb292daf26fd1664bb2bfaea09e2d98339576a40b099fa198a6852ee53c3737 "
9
9
mounts :
10
10
- location : " ~"
11
11
- location : " /tmp/lima"
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ provision:
32
32
apt-get install -y nomad consul golang-cfssl
33
33
sed -e '/^client/a \ \ cni_path = "/usr/local/libexec/cni"\n\ \ cni_config_dir = "/etc/cni/net.d"' -i /etc/nomad.d/nomad.hcl
34
34
# install containerd-driver
35
- DRIVER_VERSION=0.9.2
35
+ DRIVER_VERSION=0.9.3
36
36
case $(uname -m) in
37
37
amd64|x86_64)
38
38
curl -sSL -o containerd-driver https://github.com/Roblox/nomad-driver-containerd/releases/download/v${DRIVER_VERSION}/containerd-driver
You can’t perform that action at this time.
0 commit comments