Added tzdata package to Zabbix components

This commit is contained in:
Alexey Pustovalov 2020-08-29 05:03:27 -04:00
commit 2db48ea113
16 changed files with 16 additions and 0 deletions

View File

@ -24,6 +24,7 @@ RUN set -eux && \
apk add --no-cache --clean-protected \
tini \
bash \
tzdata \
coreutils \
iputils \
pcre \

View File

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

View File

@ -40,6 +40,7 @@ STOPSIGNAL SIGTERM
COPY ["licenses", "/licenses"]
RUN set -eux && INSTALL_PKGS="bash \
tzdata \
iputils \
pcre \
libcurl" && \

View File

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

View File

@ -23,6 +23,7 @@ RUN set -eux && \
mkdir -p /var/lib/zabbix/modules && \
apk add --no-cache --clean-protected \
tini \
tzdata \
bash \
pcre \
coreutils \

View File

@ -36,6 +36,7 @@ RUN set -eux && \
tini \
bash \
fping \
tzdata \
iputils \
libcurl \
libevent \

View File

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

View File

@ -42,6 +42,7 @@ COPY ["licenses", "/licenses"]
RUN set -eux && INSTALL_PKGS="bash \
fping \
tzdata \
iputils \
libcurl \
libevent \

View File

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

View File

@ -36,6 +36,7 @@ RUN set -eux && \
tini \
bash \
fping \
tzdata \
iputils \
libcurl \
libevent \

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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