Skip to content

Commit 8b995a3

Browse files
authored
Merge pull request #2812 from jandubois/bump-alpine-iso-3.20.3
Bump alpine-iso from 3.20.0 → 3.20.3
2 parents 29e9c93 + 630568f commit 8b995a3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

templates/alpine-iso.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
# Using the Alpine 3.20 aarch64 image with vmType=vz requires macOS Ventura 13.3 or later.
33

44
images:
5-
- location: "https://github.com/lima-vm/alpine-lima/releases/download/v0.2.39/alpine-lima-std-3.20.0-x86_64.iso"
5+
- location: "https://github.com/lima-vm/alpine-lima/releases/download/v0.2.40/alpine-lima-std-3.20.3-x86_64.iso"
66
arch: "x86_64"
7-
digest: "sha512:df013ba0666460c9e303e996e46e061e613ce546124a9de60060041874c702444ac7a90e67f1aed4756b85cc89d40c5ea4375dea62c98b9536ceb44f18874b67"
8-
- location: "https://github.com/lima-vm/alpine-lima/releases/download/v0.2.39/alpine-lima-std-3.20.0-aarch64.iso"
7+
digest: "sha512:f9049c94d4aa7528f779ea8f2e4afc6f6050bf68c286ba3f969742d3fd8159bbad3595929fb2157e3b1d9c971d1bd821ade46f3f530762af696f038948f517e8"
8+
- location: "https://github.com/lima-vm/alpine-lima/releases/download/v0.2.40/alpine-lima-std-3.20.3-aarch64.iso"
99
arch: "aarch64"
10-
digest: "sha512:7ff023e354bbf78eaf44f32a5417bec3ca2af853691e4c64ee4aa819674acd22720897ce9f23e3e959679a72e8300a31f5c6aa12be1c3d8ae7eff3c25b8b5e36"
10+
digest: "sha512:ee1c789d03556771141168f7c41d07e77ea8bfd550428e791c4f72d50a5c1c8890138eae5cc8cb74360a9a9d45b50db4305542fe16755dae73281a9b5b2dfe2a"
1111

1212
mounts:
1313
- location: "~"
1414
- location: "/tmp/lima"
1515
writable: true
1616

1717
# The built-in containerd installer does not support Alpine currently.
18-
# Hint: use the "rd" ISO instead of the "std" ISO to enable containerd: https://github.com/lima-vm/alpine-lima/releases/
18+
# Use a provisioning script to install containerd, buildkit, and nerdctl.
1919
containerd:
2020
system: false
2121
user: false

0 commit comments

Comments
 (0)