Skip to content

Commit 62c8ecf

Browse files
committed
examples: update {alpine,archlinux,debian,nomad}.yaml
Signed-off-by: Akihiro Suda <[email protected]>
1 parent c3181ee commit 62c8ecf

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

examples/alpine.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# This example requires Lima v0.7.0 or later.
22
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
44
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
77
arch: "aarch64"
8-
digest: "sha512:6ff651023fbc4ec56c437124392d29cfa8eb8fe6d34c0e797b85b21734a6629aec38226c298f475b9ed63bef7664d49ba1bd5adc667c621efd7aa43e7020cc27"
8+
digest: "sha512:d29c48b7214a4752a96403f68a7740f4adc04517e1c4430d73fcfb57a82071911beeacd3aa3daaaab589c373f09bf5b25e4b71cd4784f7c6855b39e7798c087e"
99

1010
mounts:
1111
- location: "~"
@@ -15,6 +15,8 @@ mounts:
1515
firmware:
1616
legacyBIOS: true
1717

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/
1820
containerd:
1921
system: false
2022
user: false

examples/archlinux.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
arch: "x86_64"
33
images:
44
# 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"
66
arch: "x86_64"
7-
digest: "sha256:1b9ad530a2f9a6440e9fb54ff1861e80dc583f1692e872e360650f6bd4630257"
7+
digest: "sha256:cf936eaededf6aff595dc72c91a9fac9d0577c6269a677a95d4daf80da612c8c"
88
mounts:
99
- location: "~"
1010
- location: "/tmp/lima"

examples/debian.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# This example requires Lima v0.7.0 or later
22
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"
44
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"
77
arch: "aarch64"
8-
digest: "sha512:1ad17af61c439c5f9df308d68a9f76742850a4a5c2ee5e8b2235aced978bea50143b903fa2f3026dd7fd96c70c9fb4f0ef8de14b12e8fd87b32f1e64ead15097"
8+
digest: "sha512:0142372661cd253db7dbc1886e889529e34536836e3a6ea3fa2aeb0dfa88eb88abb292daf26fd1664bb2bfaea09e2d98339576a40b099fa198a6852ee53c3737"
99
mounts:
1010
- location: "~"
1111
- location: "/tmp/lima"

examples/nomad.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ provision:
3232
apt-get install -y nomad consul golang-cfssl
3333
sed -e '/^client/a \ \ cni_path = "/usr/local/libexec/cni"\n\ \ cni_config_dir = "/etc/cni/net.d"' -i /etc/nomad.d/nomad.hcl
3434
# install containerd-driver
35-
DRIVER_VERSION=0.9.2
35+
DRIVER_VERSION=0.9.3
3636
case $(uname -m) in
3737
amd64|x86_64)
3838
curl -sSL -o containerd-driver https://github.com/Roblox/nomad-driver-containerd/releases/download/v${DRIVER_VERSION}/containerd-driver

0 commit comments

Comments
 (0)