Skip to content

Commit bf20954

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 <anders.f.bjorklund@gmail.com>
1 parent 23850b4 commit bf20954

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

examples/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Distro:
2727
- [`ubuntu-lts`](./ubuntu-lts.yaml): Ubuntu LTS (same as `ubuntu.yaml` but pinned to an LTS version)
2828
- [`deprecated/centos-7`](./deprecated/centos-7.yaml): [deprecated] CentOS Linux 7
2929
- [`experimental/opensuse-tumbleweed`](./experimental/opensuse-tumbleweed.yaml): [experimental] openSUSE Tumbleweed
30+
- [`experimental/flatcar`](experimental/flatcar.yaml): [experimental] Flatcar Container Linux
3031

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

examples/experimental/flatcar.yaml

+21
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)