1
0
mirror of https://github.com/zabbix/zabbix-docker.git synced 2025-08-14 02:38:37 +02:00

Merge pull request from zabbix/trunk_ol

Removed tzdata install / update from OEL images
This commit is contained in:
Alexey Pustovalov
2024-02-29 02:26:41 +09:00
committed by GitHub
5 changed files with 0 additions and 5 deletions
Dockerfiles
agent
agent2
server-mysql
server-pgsql
snmptraps

@ -35,7 +35,6 @@ COPY ["conf/etc/yum.repos.d/oracle-epel-ol9.repo", "/etc/yum.repos.d/oracle-epel
RUN --mount=type=tmpfs,target=/var/lib/dnf/ \ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
set -eux && \ set -eux && \
INSTALL_PKGS="bash \ INSTALL_PKGS="bash \
tzdata \
iputils \ iputils \
pcre2 \ pcre2 \
libcurl \ libcurl \

@ -40,7 +40,6 @@ COPY ["conf/etc/yum.repos.d/oracle-epel-ol9.repo", "/etc/yum.repos.d/oracle-epel
RUN --mount=type=tmpfs,target=/var/lib/dnf/ \ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
set -eux && \ set -eux && \
INSTALL_PKGS="bash \ INSTALL_PKGS="bash \
tzdata \
iputils \ iputils \
pcre2 \ pcre2 \
libcurl \ libcurl \

@ -42,7 +42,6 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
traceroute \ traceroute \
nmap \ nmap \
file-libs \ file-libs \
tzdata \
iputils \ iputils \
traceroute \ traceroute \
libevent \ libevent \

@ -45,7 +45,6 @@ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
traceroute \ traceroute \
nmap \ nmap \
iputils \ iputils \
tzdata \
traceroute \ traceroute \
libevent \ libevent \
libssh \ libssh \

@ -24,7 +24,6 @@ STOPSIGNAL SIGTERM
RUN --mount=type=tmpfs,target=/var/lib/dnf/ \ RUN --mount=type=tmpfs,target=/var/lib/dnf/ \
set -eux && \ set -eux && \
INSTALL_PKGS="bash \ INSTALL_PKGS="bash \
tzdata \
net-snmp" && \ net-snmp" && \
microdnf -y install \ microdnf -y install \
--disablerepo="*" \ --disablerepo="*" \