Jonathon Anderson

Results 188 comments of Jonathon Anderson

In particular, manual testing instructions are here: https://github.com/apptainer/apptainer/pull/577#issuecomment-1199960649

Previous discussion regarding this feature request is available at https://apptainer.slack.com/archives/C02NGSXR84U/p1647371795976859

@JasonYangShadow that sure does look like what I want; maybe it only works for `library://` push, and not `oras://` push?

``` # rpm -q warewulf warewulf-4.3.0-1.git_235c23c.el8.x86_64 ```

Syntax without a prefix is explicitly documented. ``` $ wwctl container import -h This command will pull and import a container into Warewulf from SOURCE, optionally renaming it to NAME....

The command is separately documented as `wwctl configure hosts` at https://warewulf.org/docs/enchiridion/configuration, which also doesn't appear to work.

I'm happy to work on this; can it be assigned to me?

@mslacken It looks to me like warewulf.conf:dhcp['template'] is no longer used now that DHCP configuration has been moved to the host overlay. Can you confirm?

warewulf.conf:tftp['tftproot'] also appears to be unused: rather, it appears to be compiled-in, defined in Makefile and warewulf.spec. Can you confirm? Should this be filed as a bug, or removed from...

I'd probably replace the `warewulf.conf:warewulf:host overlay` with a parameter that takes the name of one or more host overlays to apply, and then use that to specify one or more...