[Watchdog] Update to new image with smtp-cli 3.9

master
André 2018-05-06 09:15:35 +02:00
parent d13539a9ad
commit 9e53ed4daf
2 changed files with 22 additions and 22 deletions

View File

@ -3,28 +3,28 @@ LABEL maintainer "André Peters <andre.peters@servercow.de>"
# Installation # Installation
RUN apk add --update \ RUN apk add --update \
&& apk add --no-cache nagios-plugins-smtp \ && apk add --no-cache nagios-plugins-smtp \
nagios-plugins-tcp \ nagios-plugins-tcp \
nagios-plugins-http \ nagios-plugins-http \
nagios-plugins-ping \ nagios-plugins-ping \
curl \ curl \
bash \ bash \
jq \ jq \
fcgi \ fcgi \
nagios-plugins-mysql \ nagios-plugins-mysql \
nagios-plugins-dns \ nagios-plugins-dns \
nagios-plugins-disk \ nagios-plugins-disk \
bind-tools \ bind-tools \
redis \ redis \
perl \ perl \
perl-io-socket-ssl \ perl-io-socket-ssl \
perl-socket \ perl-socket \
perl-socket6 \ perl-socket6 \
perl-mime-lite \ perl-mime-lite \
perl-term-readkey \ perl-term-readkey \
tini \ tini \
&& curl https://raw.githubusercontent.com/mludvig/smtp-cli/v3.9/smtp-cli -o /smtp-cli \ && curl https://raw.githubusercontent.com/mludvig/smtp-cli/v3.9/smtp-cli -o /smtp-cli \
&& chmod +x smtp-cli && chmod +x smtp-cli
COPY watchdog.sh /watchdog.sh COPY watchdog.sh /watchdog.sh

View File

@ -342,7 +342,7 @@ services:
- /lib/modules:/lib/modules:ro - /lib/modules:/lib/modules:ro
watchdog-mailcow: watchdog-mailcow:
image: mailcow/watchdog:1.15 image: mailcow/watchdog:1.16
# Debug # Debug
#command: /watchdog.sh #command: /watchdog.sh
build: ./data/Dockerfiles/watchdog build: ./data/Dockerfiles/watchdog