ContainerImages/collectd/pipeline/head This commit looks goodDetails
Installing the RPMs in an alternate root and then copying the contents
of that root to the final container rootfs overwrites the RPM database
in the latter with the one from the former. This isn't necessarily
a problem per se, but it makes troubleshooting difficult. To avoid
this, we can install the RPMs directly in the final filesystem, which
mutates the RPMDB without overwriting it.
I'm not sure what changed, but the *libi2c* package is no longer
required for *collectd-sensors*. *lm_sensors-libs*, on the other hand,
is required; maybe it was before and I missed it.
ContainerImages/collectd/pipeline/head There was a failure building this commitDetails
The *collectd-nut* package pulls in *nut-client*, which in turn pulls in
Python (for PyNUT). Since collectd only needs `libupsclient.so.6`, we
can extact it from the *nut-client* package and install it manually,
avoiding the dependency explosion.