Skip to content

Commit 882affe

Browse files
committed
Add flatcar experimental example
This uses ignition and prefix, to support Flatcar Container Linux It is the continuation of the original CoreOS, before Fedora CoreOS Signed-off-by: Anders F Björklund <[email protected]>
1 parent 926ca37 commit 882affe

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

examples/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ Distro:
2828
- [`deprecated/centos-7`](./deprecated/centos-7.yaml): [deprecated] CentOS Linux 7
2929
- [`experimental/fedora-coreos`](./experimental/fedora-coreos.yaml): [experimental] Fedora CoreOS
3030
- [`experimental/opensuse-tumbleweed`](./experimental/opensuse-tumbleweed.yaml): [experimental] openSUSE Tumbleweed
31+
- [`experimental/flatcar`](experimental/flatcar.yaml): [experimental] Flatcar Container Linux
3132

3233
Container engines:
3334
- [`apptainer`](./apptainer.yaml): Apptainer

examples/experimental/flatcar.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# # This example requires Lima v0.15.1 or later.
2+
# <https://www.flatcar.org/releases#stable-release>
3+
4+
images:
5+
- location: "https://stable.release.flatcar-linux.net/amd64-usr/3510.2.5/flatcar_production_qemu_uefi_image.img.bz2"
6+
arch: "x86_64"
7+
digest: "sha512:098ddf9aecb4e27d33c5ea9fb7a233720330f0711f3008e75723cce8a8ec1e27ebcfd0959d276bbde034ee5723e5c58a28a78cdd37f04ddea605c0d09a34f267"
8+
- location: "https://stable.release.flatcar-linux.net/arm64-usr/3510.2.5/flatcar_production_qemu_uefi_image.img.bz2"
9+
arch: "aarch64"
10+
digest: "sha512:cc6e6cf91e4a566c1911b579eb9570baaac484b92bec9c33215354fc44f1f291957dcae33cce580a19ab9437337260babcee4aaff4ac6fa5b7c649271cacfb98"
11+
12+
# The /usr/local prefix is read-only under Flatcar Container Linux.
13+
guestInstallPrefix: /opt
14+
15+
# The guest home directory can not be changed with CoreOS currently.
16+
mounts:
17+
- location: "/tmp/lima"
18+
writable: true
19+
20+
# There is no support for FUSE or sshfs in Flatcar Container Linux.
21+
mountType: "9p"

0 commit comments

Comments
 (0)