Merge pull request #1267 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
commit 99b66b9f41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 0 additions and 5 deletions

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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 \

View File

@ -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="*" \