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 \ apk add --no-cache --clean-protected \
tini \ tini \
bash \ bash \
tzdata \
coreutils \ coreutils \
iputils \ iputils \
pcre \ pcre \

View File

@ -25,6 +25,7 @@ RUN set -eux && \
dnf --quiet makecache && \ dnf --quiet makecache && \
dnf -y install --setopt=tsflags=nodocs --setopt=install_weak_deps=False --best \ dnf -y install --setopt=tsflags=nodocs --setopt=install_weak_deps=False --best \
libcurl-minimal \ libcurl-minimal \
tzdata \
openssl-libs && \ 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" -o /sbin/tini && \
curl -L "https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini.asc" -o /tmp/tini.asc && \ 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"] COPY ["licenses", "/licenses"]
RUN set -eux && INSTALL_PKGS="bash \ RUN set -eux && INSTALL_PKGS="bash \
tzdata \
iputils \ iputils \
pcre \ pcre \
libcurl" && \ libcurl" && \

View File

@ -26,6 +26,7 @@ RUN set -eux && \
apt-get -y update && \ apt-get -y update && \
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \ DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
tini \ tini \
tzdata \
ca-certificates \ ca-certificates \
libssl1.1 \ libssl1.1 \
libcurl4 \ libcurl4 \

View File

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

View File

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

View File

@ -35,6 +35,7 @@ RUN set -eux && \
dnf --quiet makecache && \ 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 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 \ dnf -y install --setopt=tsflags=nodocs --setopt=install_weak_deps=False --best \
tzdata \
iputils \ iputils \
traceroute \ traceroute \
libcurl-minimal \ libcurl-minimal \

View File

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

View File

@ -36,6 +36,7 @@ RUN set -eux && \
apt-get -y update && \ apt-get -y update && \
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \ DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
tini \ tini \
tzdata \
ca-certificates \ ca-certificates \
iputils-ping \ iputils-ping \
traceroute \ traceroute \

View File

@ -36,6 +36,7 @@ RUN set -eux && \
tini \ tini \
bash \ bash \
fping \ fping \
tzdata \
iputils \ iputils \
libcurl \ libcurl \
libevent \ 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 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 \ dnf -y install --setopt=tsflags=nodocs --setopt=install_weak_deps=False --best \
iputils \ iputils \
tzdata \
traceroute \ traceroute \
libcurl-minimal \ libcurl-minimal \
libevent \ libevent \

View File

@ -36,6 +36,7 @@ RUN set -eux && \
apt-get -y update && \ apt-get -y update && \
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \ DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
tini \ tini \
tzdata \
ca-certificates \ ca-certificates \
iputils-ping \ iputils-ping \
traceroute \ traceroute \

View File

@ -30,6 +30,7 @@ RUN set -eux && \
zabbix && \ zabbix && \
apk update && \ apk update && \
apk add --clean-protected --no-cache \ apk add --clean-protected --no-cache \
tzdata \
net-snmp \ net-snmp \
supervisor && \ supervisor && \
apk add --no-cache --virtual build-dependencies \ apk add --no-cache --virtual build-dependencies \

View File

@ -30,6 +30,7 @@ RUN set -eux && \
yum --quiet makecache && \ yum --quiet makecache && \
yum -y install epel-release && \ yum -y install epel-release && \
yum -y install --setopt=tsflags=nodocs \ yum -y install --setopt=tsflags=nodocs \
tzdata \
net-snmp \ net-snmp \
supervisor && \ supervisor && \
yum -y install --setopt=tsflags=nodocs \ yum -y install --setopt=tsflags=nodocs \

View File

@ -32,6 +32,7 @@ RUN set -eux && \
zabbix && \ zabbix && \
apt-get -y update && \ apt-get -y update && \
DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \ DEBIAN_FRONTEND=noninteractive apt-get -y --no-install-recommends install \
tzdata \
snmp-mibs-downloader \ snmp-mibs-downloader \
snmptrapd \ snmptrapd \
supervisor && \ supervisor && \

View File

@ -42,6 +42,7 @@ COPY ["conf/etc/yum.repo.d/nginx.repo", "/etc/yum.repos.d/nginx.repo"]
COPY ["licenses", "/licenses"] COPY ["licenses", "/licenses"]
RUN set -o xtrace && INSTALL_PKGS="OpenIPMI-libs \ RUN set -o xtrace && INSTALL_PKGS="OpenIPMI-libs \
tzdata \
curl \ curl \
fping \ fping \
java-1.8.0-openjdk-headless \ java-1.8.0-openjdk-headless \