Skip to content

curiOS v24.03.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Apr 14:43
· 42 commits to main since this release

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/netfilter.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 the following URL for links to releases: https://github.com/kernelkit/curiOS/pkgs/container/curios

Changes

  • Use large BusyBox defconfig for system container, for details, see 18f131b
  • Enable tcpdump in system container
  • Include license file (COPYING) in all tarballs