These docker containers populate docker.io/warewulf. A new centos-7 container serves as an example for others to build from when required. The new Makefile builds .tar images with Podman which can be imported into Warewulf directly without going through a registry. Signed-off-by: Jonathon Anderson <janderson@ciq.co>
7 lines
70 B
Bash
Executable File
7 lines
70 B
Bash
Executable File
#!/bin/sh
|
|
set -x
|
|
LANG=C
|
|
LC_CTYPE=C
|
|
export LANG LC_CTYPE
|
|
yum clean all
|