Skip to content

Add flatcar experimental example, another with coreos ignition #1657

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Distro:
- [`ubuntu-lts`](./ubuntu-lts.yaml): Ubuntu LTS (same as `ubuntu.yaml` but pinned to an LTS version)
- [`deprecated/centos-7`](./deprecated/centos-7.yaml): [deprecated] CentOS Linux 7
- [`experimental/opensuse-tumbleweed`](./experimental/opensuse-tumbleweed.yaml): [experimental] openSUSE Tumbleweed
- [`experimental/flatcar`](experimental/flatcar.yaml): [experimental] Flatcar Container Linux

Container engines:
- [`apptainer`](./apptainer.yaml): Apptainer
Expand Down
21 changes: 21 additions & 0 deletions examples/experimental/flatcar.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# # This example requires Lima v0.15.1 or later.
# <https://www.flatcar.org/releases#stable-release>

images:
- location: "https://stable.release.flatcar-linux.net/amd64-usr/3510.2.5/flatcar_production_qemu_uefi_image.img.bz2"
arch: "x86_64"
digest: "sha512:098ddf9aecb4e27d33c5ea9fb7a233720330f0711f3008e75723cce8a8ec1e27ebcfd0959d276bbde034ee5723e5c58a28a78cdd37f04ddea605c0d09a34f267"
- location: "https://stable.release.flatcar-linux.net/arm64-usr/3510.2.5/flatcar_production_qemu_uefi_image.img.bz2"
arch: "aarch64"
digest: "sha512:cc6e6cf91e4a566c1911b579eb9570baaac484b92bec9c33215354fc44f1f291957dcae33cce580a19ab9437337260babcee4aaff4ac6fa5b7c649271cacfb98"

# The /usr/local prefix is read-only under Flatcar Container Linux.
guestInstallPrefix: /opt

# The guest home directory can not be changed with CoreOS currently.
mounts:
- location: "/tmp/lima"
writable: true

# There is no support for FUSE or sshfs in Flatcar Container Linux.
mountType: "9p"