alpine-lima
alpine-lima copied to clipboard
Create an alpine based image for lima
All the official Lima templates except Alpine uses hard drive images, and it is hard to maintain ISO booting specifically for Alpine
Check if there are PRs in the downstream repo that should have been made to upstream first! Triggered by discovering that https://github.com/rancher-sandbox/alpine-lima/pull/15 was not in upstream (will be fixed by...
This probably means that `pam_env` is not loaded correctly.
### Description IIUC, Lima uses a Ubuntu distro. Ubuntu has a kernel config file that includes the value of all of the kernel source configuration entries. Ubuntu puts that file...
This is a Rancher Desktop specific setting Running `nerdctl` requires root, in Alpine
The Ubuntu image for armv7 is over 1G, so make a smaller image for emulation. It is slow, but it boots. ``` Welcome to Alpine Linux 3.18 Kernel 6.1.34-3-virt on...
I made some "editions" of alpine-lima, that installs the regular packages: * ~~#34~~ * ~~#43~~ * ~~#45~~ These apk are now available upstream, making the installation smoother. ---- Only added...
That's how it works for all other distros, and it allows updating of `nerdctl` without making a new alpine-lima release. At the very least Lima should be able to update...
This is required for Lima to be unregister the qemu binfmt handler and register rosetta instead. `lima-init` declares that it needs to run `after qemu-binfmt`. Maybe patching `qemu-binfmt` to run...
Especially get rid of the `awk` code that is hard to understand/maintain. Interesting links: [SIOCSIFNAME in Go instead of C](https://gist.github.com/tianon/8907176) and [vishvananda/netlink: Simple netlink library for go.](https://github.com/vishvananda/netlink)