dockerhub balenalib iot base images
dockerhub has over 2000 balenalib iot base images
balena have recently switched away from resin
https://www.balena.io/docs/reference/base-images/base-images/#major-changes
UDEVnow defaults tooff, so if you have code that relies on detecting dynamically plugged devices, you will need to enable this in either your Dockerfile or via a device environment variable. See Working with Dynamically Plugged Devices.- The
INITSYSTEMfunctionality has been completely removed, so applications that rely on systemd or openRC should install and set up the initsystem in their apps. See Installing your own Initsystem. - Mounting of
/devto a devtmpfs will now only occur whenUDEV=onand the container is running asprivileged.1,trueandonare valid value forUDEVand will be evaluated asUDEV=on, all other values will turnUDEVoff. - Support for Debian Wheezy has been dropped.
armelarchitecture has been renamed toarmv5e.