Go to file
Dustin 9ef70b2969
ContainerImages/collectd/pipeline/head This commit looks good Details
Avoid clobbering RPMDB in final container
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.
2024-05-25 11:43:25 -05:00
Containerfile Avoid clobbering RPMDB in final container 2024-05-25 11:43:25 -05:00
Jenkinsfile Initial commit 2024-01-17 10:39:52 -06:00