Added nmap and traceroute utilities to server / proxy images

This commit is contained in:
Alexey Pustovalov
2022-07-20 17:37:00 +03:00
parent ea74f7bb72
commit 27ae669014
19 changed files with 38 additions and 0 deletions

View File

@ -36,6 +36,8 @@ COPY --from=builder ["/tmp/zabbix-${ZBX_VERSION}/database/mysql/create_proxy.sql
RUN set -eux && \
INSTALL_PKGS="bash \
tini \
traceroute \
nmap \
iputils \
libcurl \
libevent \

View File

@ -37,6 +37,8 @@ RUN set -eux && \
REPOLIST="baseos,appstream,epel" && \
INSTALL_PKGS="libevent \
tini \
traceroute \
nmap \
gzip \
libssh \
file-libs \

View File

@ -37,6 +37,8 @@ COPY ["conf/etc/yum.repos.d/oracle-epel-ol8.repo", "/etc/yum.repos.d/oracle-epel
RUN set -eux && \
INSTALL_PKGS="libevent \
tini \
traceroute \
nmap \
gzip \
libssh \
file-libs \

View File

@ -55,6 +55,8 @@ COPY --from=builder ["/tmp/zabbix-${ZBX_VERSION}/database/mysql/create_proxy.sql
RUN set -eux && \
INSTALL_PKGS="bash \
tini \
traceroute \
nmap \
shadow-utils \
fping \
iputils \

View File

@ -37,6 +37,8 @@ COPY --from=builder ["/tmp/zabbix-${ZBX_VERSION}/database/mysql/create_proxy.sql
RUN set -eux && \
echo "#!/bin/sh\nexit 101" > /usr/sbin/policy-rc.d && \
INSTALL_PKGS="tini \
traceroute \
nmap \
ca-certificates \
fping \
libcurl4 \