curiOS v24.11.0
The attached files are gzipped OCI archives of the main curiOS containers:
- curiOS httpd: Tiny web server container based on BusyBox httpd, suitable for embedding in a firmware image as an example container
- curiOS nftables: Useful for advanced netfilter setups. At startup loads
/etc/nftables.confand calls nft flush ruleset at shutdown - curiOS ntpd: ISC ntpd supports multicasting NTP to a subnet
- curiOS: A system container, example of how to run multiple services: Dropbear SSH daemon, mini-snmpd, netopeer-cli, ntpd, nftables
For
docker pull, see GHCR: https://github.com/kernelkit/curiOS/pkgs/container/curios
Changes
- Allow network configuration in system container, set up a file
/etc/network/interfacesto activate - Add support for
/etc/rc.local, runs last in system container, if available (and executable) - Add
mpingmulticast testing tool to system container - Add
mcjoinmulticast testing tool to system container - Add
dnsmasqto system container - Add
routecommand to httpd container (droppingtraceroute6,dhcpc6, and hw+slip options toifconfig)
Fixes
- None