Skip to content

curiOS v24.11.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Nov 04:44

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 (dropping traceroute6, dhcpc6, and hw+slip options to ifconfig)

Fixes

  • None