Christian Goll
Christian Goll
nose tests failed due python2 specific code conversion was done with 2to3
**singularity 3.10.?** The tar balls on the release page contain a binary of conman build for x86_64. So any build for non x86_64 arches will have this binary and so...
As there was a lot of double code in the node/porfile adding and setting this PR uses reflections to create the commandline options. Subsequently this also simplifies the code for...
close #475
The command `wwctl container list` should have a separate row, which shows if the container has kernel or not.
The output of `wwctl node/container list -a` should be changed in such way, that we display `nil` instead of `--` . This fixes the problem of using `UNSET` or `UNDEF`...
It is not possible to pass any commandline argument which is prefixed with a `-`, so for the command ``` wwctl container exec $CONTAINER /bin/FOO --BAAR ``` the commandline argument...
From the logic standpoint `wwctl container build --all` should work without providing any container name. At the moment the command `wwctl container build --all FOO` would work as FOO is...
The `wwctl container delete ` does not delete its related img.gz file under `/var/warewulf/provision/container/`