
19 Jun
2020
19 Jun
'20
3:24 p.m.
On Sun, May 31, 2020 at 12:16:58AM +0200, Heinrich Schuchardt wrote:
In some of our Python tests we build disk images. Currently this involves using the sudo command for losetup and mount. For some tests sudo is not necessary if the command guestmount of package libguestfs-tools is available. Another useful tool in libguestfs-tools is virt-make-fs.
Generally we should get rid of using a root user for building and testing. As a first step install libguestfs-tools in our Docker image.
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
Applied to gitlab-ci-runner/master, thanks!
--
Tom