Skip to content

Commit df69b29

Browse files
committed
Add alpine-image template
It uses the official Alpine cloud images instead of the alpine-lima ISO. Signed-off-by: Jan Dubois <[email protected]>
1 parent 00b5d08 commit df69b29

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

examples/alpine-image.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
images:
2+
- location: "https://dl-cdn.alpinelinux.org/alpine/v3.19/releases/cloud/nocloud_alpine-3.19.1-x86_64-bios-cloudinit-r0.qcow2"
3+
arch: "x86_64"
4+
digest: "sha512:f122b0e9e832cf90bda49ca73b800105ab4aa193bd340cba641e6acbda1da9aa5571de87870561380ac69bdb2dcd428590e7b4a898f7f62b559f5c12a4aefc01"
5+
- location: "https://dl-cdn.alpinelinux.org/alpine/v3.19/releases/cloud/nocloud_alpine-3.19.1-aarch64-uefi-cloudinit-r0.qcow2"
6+
arch: "aarch64"
7+
digest: "sha512:d5e69cff0ecb0fd3850bd78f56f66131115934df27b2373c35a85a74b9def52822134dd43f90b4fabe239fdd4452026cb45f1c8f0b36a43af69335a26f0959b5"
8+
9+
firmware:
10+
legacyBIOS: true
11+
12+
mounts:
13+
- location: "~"
14+
- location: "/tmp/lima"
15+
writable: true
16+
17+
# The built-in containerd installer does not support Alpine currently.
18+
containerd:
19+
system: false
20+
user: false

0 commit comments

Comments
 (0)