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.conf
and 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/interfaces
to activate - Add support for
/etc/rc.local
, runs last in system container, if available (and executable) - Add
mping
multicast testing tool to system container - Add
mcjoin
multicast testing tool to system container - Add
dnsmasq
to system container - Add
route
command to httpd container (droppingtraceroute6
,dhcpc6
, and hw+slip options toifconfig
)
Fixes
- None