mirror of
https://github.com/zabbix/zabbix-docker.git
synced 2025-01-05 21:29:17 +01:00
Added tzdata package to Zabbix components
This commit is contained in:
commit
2db48ea113
@ -24,6 +24,7 @@ RUN set -eux && \
|
||||
apk add --no-cache --clean-protected \
|
||||
tini \
|
||||
bash \
|
||||
tzdata \
|
||||
coreutils \
|
||||
iputils \
|
||||
pcre \
|
||||
|
@ -25,6 +25,7 @@ RUN set -eux && \
|
||||
dnf --quiet makecache && \
|
||||
dnf -y install --setopt=tsflags=nodocs --setopt=install_weak_deps=False --best \
|
||||
libcurl-minimal \
|
||||
tzdata \
|
||||
openssl-libs && \
|
||||
curl -L "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini" -o /sbin/tini && \
|
||||
curl -L "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini.asc" -o /tmp/tini.asc && \
|
||||
|
@ -40,6 +40,7 @@ STOPSIGNAL SIGTERM
|
||||
COPY ["licenses", "/licenses"]
|
||||
|
||||
RUN set -eux && INSTALL_PKGS="bash \
|
||||
tzdata \
|
||||
iputils \
|
||||
pcre \
|
||||
libcurl" && \
|
||||
|
@ -26,6 +26,7 @@ RUN set -eux && \
|
||||
apt-get -y update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
|
||||
tini \
|
||||
tzdata \
|
||||
ca-certificates \
|
||||
libssl1.1 \
|
||||
libcurl4 \
|
||||
|
@ -23,6 +23,7 @@ RUN set -eux && \
|
||||
mkdir -p /var/lib/zabbix/modules && \
|
||||
apk add --no-cache --clean-protected \
|
||||
tini \
|
||||
tzdata \
|
||||
bash \
|
||||
pcre \
|
||||
coreutils \
|
||||
|
@ -36,6 +36,7 @@ RUN set -eux && \
|
||||
tini \
|
||||
bash \
|
||||
fping \
|
||||
tzdata \
|
||||
iputils \
|
||||
libcurl \
|
||||
libevent \
|
||||
|
@ -35,6 +35,7 @@ RUN set -eux && \
|
||||
dnf --quiet makecache && \
|
||||
dnf -y install --setopt=tsflags=nodocs http://repo.zabbix.com/non-supported/rhel/8/x86_64/fping-3.16-1.el8.x86_64.rpm && \
|
||||
dnf -y install --setopt=tsflags=nodocs --setopt=install_weak_deps=False --best \
|
||||
tzdata \
|
||||
iputils \
|
||||
traceroute \
|
||||
libcurl-minimal \
|
||||
|
@ -42,6 +42,7 @@ COPY ["licenses", "/licenses"]
|
||||
|
||||
RUN set -eux && INSTALL_PKGS="bash \
|
||||
fping \
|
||||
tzdata \
|
||||
iputils \
|
||||
libcurl \
|
||||
libevent \
|
||||
|
@ -36,6 +36,7 @@ RUN set -eux && \
|
||||
apt-get -y update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
|
||||
tini \
|
||||
tzdata \
|
||||
ca-certificates \
|
||||
iputils-ping \
|
||||
traceroute \
|
||||
|
@ -36,6 +36,7 @@ RUN set -eux && \
|
||||
tini \
|
||||
bash \
|
||||
fping \
|
||||
tzdata \
|
||||
iputils \
|
||||
libcurl \
|
||||
libevent \
|
||||
|
@ -36,6 +36,7 @@ RUN set -eux && \
|
||||
dnf -y install --setopt=tsflags=nodocs https://repo.zabbix.com/non-supported/rhel/8/x86_64/fping-3.16-1.el8.x86_64.rpm && \
|
||||
dnf -y install --setopt=tsflags=nodocs --setopt=install_weak_deps=False --best \
|
||||
iputils \
|
||||
tzdata \
|
||||
traceroute \
|
||||
libcurl-minimal \
|
||||
libevent \
|
||||
|
@ -36,6 +36,7 @@ RUN set -eux && \
|
||||
apt-get -y update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
|
||||
tini \
|
||||
tzdata \
|
||||
ca-certificates \
|
||||
iputils-ping \
|
||||
traceroute \
|
||||
|
@ -30,6 +30,7 @@ RUN set -eux && \
|
||||
zabbix && \
|
||||
apk update && \
|
||||
apk add --clean-protected --no-cache \
|
||||
tzdata \
|
||||
net-snmp \
|
||||
supervisor && \
|
||||
apk add --no-cache --virtual build-dependencies \
|
||||
|
@ -30,6 +30,7 @@ RUN set -eux && \
|
||||
yum --quiet makecache && \
|
||||
yum -y install epel-release && \
|
||||
yum -y install --setopt=tsflags=nodocs \
|
||||
tzdata \
|
||||
net-snmp \
|
||||
supervisor && \
|
||||
yum -y install --setopt=tsflags=nodocs \
|
||||
|
@ -32,6 +32,7 @@ RUN set -eux && \
|
||||
zabbix && \
|
||||
apt-get -y update && \
|
||||
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
|
||||
tzdata \
|
||||
snmp-mibs-downloader \
|
||||
snmptrapd \
|
||||
supervisor && \
|
||||
|
@ -42,6 +42,7 @@ COPY ["conf/etc/yum.repo.d/nginx.repo", "/etc/yum.repos.d/nginx.repo"]
|
||||
COPY ["licenses", "/licenses"]
|
||||
|
||||
RUN set -o xtrace && INSTALL_PKGS="OpenIPMI-libs \
|
||||
tzdata \
|
||||
curl \
|
||||
fping \
|
||||
java-1.8.0-openjdk-headless \
|
||||
|
Loading…
Reference in New Issue
Block a user