Temporarily adding the centos-8.def Singularity container build script
This commit is contained in:
17
centos-8.def
Normal file
17
centos-8.def
Normal file
@@ -0,0 +1,17 @@
|
||||
BootStrap: yum
|
||||
OSVersion: 8
|
||||
MirrorURL: http://mirror.centos.org/centos-%{OSVERSION}/%{OSVERSION}/BaseOS/x86_64/os
|
||||
Include: dnf
|
||||
|
||||
|
||||
%post
|
||||
|
||||
sed -i 's/^root:.:/root::/g' /etc/passwd
|
||||
|
||||
dnf install -y basesystem bash chkconfig coreutils e2fsprogs \
|
||||
ethtool filesystem findutils gawk grep initscripts iproute \
|
||||
iputils net-tools nfs-utils pam psmisc rsync sed setup \
|
||||
shadow-utils rsyslog tzdata util-linux words zlib tar less \
|
||||
gzip which util-linux openssh-clients openssh-server dhclient \
|
||||
pciutils vim-minimal shadow-utils strace cronie crontabs cpio \
|
||||
wget centos-release ipmitool
|
||||
Reference in New Issue
Block a user