Updated RHEL 8 images

This commit is contained in:
root
2021-06-11 14:20:13 -04:00
parent 53f80456cd
commit 0b74279dbd
17 changed files with 650 additions and 48 deletions

View File

@ -45,7 +45,7 @@ RUN set -eux && INSTALL_PKGS="bash \
iputils \
libcurl \
libevent \
# libldap \
openldap \
libssh \
libxml2 \
net-snmp-agent-libs \
@ -148,7 +148,7 @@ RUN set -eux && INSTALL_PKGS="autoconf \
chown --quiet -R zabbix:root /etc/zabbix && \
cd /tmp/ && \
rm -rf /tmp/zabbix-${ZBX_VERSION}/ && \
dnf -y history undo `dnf history list last -q | sed -n 3p |column -t | cut -d' ' -f1` && \
dnf -y history undo last && \
dnf -y clean all && \
chown --quiet -R zabbix:root /etc/zabbix/ /var/lib/zabbix/ && \
chgrp -R 0 /etc/zabbix/ /var/lib/zabbix/ && \