Updated container recipes to include kernel and use upstream base containers

This commit is contained in:
Gregory Kurtzer
2022-02-17 07:50:39 +00:00
parent 1203186194
commit 99952b90b7
4 changed files with 74 additions and 34 deletions

View File

@@ -24,8 +24,6 @@ RUN dnf install -y --allowerasing coreutils \
which \
words
RUN sed -i 's/^root:.:/root::/g' /etc/passwd
# These changes make it possible for users to ssh into nodes even
# if there is no shadow entry for the user
RUN sed -i -e '/^account.*pam_unix\.so\s*$/s/\s*$/\ broken_shadow/' /etc/pam.d/system-auth
@@ -34,3 +32,6 @@ RUN sed -i -e '/^account.*pam_unix\.so\s*$/s/\s*$/\ broken_shadow/' /etc/pam.d/p
RUN systemctl unmask console-getty.service dev-hugepages.mount \
getty.target sys-fs-fuse-connections.mount systemd-logind.service \
systemd-remount-fs.service
RUN systemctl enable network
RUN touch /etc/sysconfig/disable-deprecation-warnings

View File

@@ -24,8 +24,6 @@ RUN dnf install -y --allowerasing coreutils \
which \
words
RUN sed -i 's/^root:.:/root::/g' /etc/passwd
# These changes make it possible for users to ssh into nodes even
# if there is no shadow entry for the user
RUN sed -i -e '/^account.*pam_unix\.so\s*$/s/\s*$/\ broken_shadow/' /etc/pam.d/system-auth
@@ -34,3 +32,6 @@ RUN sed -i -e '/^account.*pam_unix\.so\s*$/s/\s*$/\ broken_shadow/' /etc/pam.d/p
RUN systemctl unmask console-getty.service dev-hugepages.mount \
getty.target sys-fs-fuse-connections.mount systemd-logind.service \
systemd-remount-fs.service
RUN systemctl enable network
RUN touch /etc/sysconfig/disable-deprecation-warnings

View File

@@ -1,21 +1,40 @@
BootStrap: yum
OSVersion: 8
MirrorURL: http://mirror.centos.org/centos-%{OSVERSION}/%{OSVERSION}/BaseOS/x86_64/os
Include: dnf
BootStrap: docker
From: centos:8
%post
dnf install -y --allowerasing coreutils \
cpio \
dhclient \
e2fsprogs \
ethtool \
findutils \
initscripts \
ipmitool \
iproute \
kernel-core \
net-tools \
network-scripts \
nfs-utils \
openssh-clients \
openssh-server \
pciutils \
psmisc \
rsync \
rsyslog \
strace \
wget \
which \
words
sed -i 's/^root:.:/root::/g' /etc/passwd
# These changes make it possible for users to ssh into nodes even
# if there is no shadow entry for the user
sed -i -e '/^account.*pam_unix\.so\s*$/s/\s*$/\ broken_shadow/' /etc/pam.d/system-auth
sed -i -e '/^account.*pam_unix\.so\s*$/s/\s*$/\ broken_shadow/' /etc/pam.d/password-auth
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 yum network-scripts
systemctl unmask console-getty.service dev-hugepages.mount \
getty.target sys-fs-fuse-connections.mount systemd-logind.service \
systemd-remount-fs.service
systemctl enable network
systemctl enable network
touch /etc/sysconfig/disable-deprecation-warnings
touch /etc/sysconfig/disable-deprecation-warnings

View File

@@ -1,21 +1,40 @@
BootStrap: yum
OSVersion: 8
MirrorURL: http://dl.rockylinux.org/pub/rocky/%{OSVERSION}/BaseOS/x86_64/os/
Include: dnf
BootStrap: docker
From: rockylinux:8
%post
dnf install -y --allowerasing coreutils \
cpio \
dhclient \
e2fsprogs \
ethtool \
findutils \
initscripts \
ipmitool \
iproute \
kernel-core \
net-tools \
network-scripts \
nfs-utils \
openssh-clients \
openssh-server \
pciutils \
psmisc \
rsync \
rsyslog \
strace \
wget \
which \
words
sed -i 's/^root:.:/root::/g' /etc/passwd
# These changes make it possible for users to ssh into nodes even
# if there is no shadow entry for the user
sed -i -e '/^account.*pam_unix\.so\s*$/s/\s*$/\ broken_shadow/' /etc/pam.d/system-auth
sed -i -e '/^account.*pam_unix\.so\s*$/s/\s*$/\ broken_shadow/' /etc/pam.d/password-auth
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 rocky-release ipmitool yum network-scripts
systemctl unmask console-getty.service dev-hugepages.mount \
getty.target sys-fs-fuse-connections.mount systemd-logind.service \
systemd-remount-fs.service
systemctl enable network
systemctl enable network
touch /etc/sysconfig/disable-deprecation-warnings
touch /etc/sysconfig/disable-deprecation-warnings