NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Commit

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

9e53ed4d
AndrĂ© <[email protected]> 8 years ago
data/Dockerfiles/watchdog/Dockerfile | 42 ++++++++++++++++++------------------
 docker-compose.yml                   |  2 +-
 2 files changed, 22 insertions(+), 22 deletions(-)

Diff

diff --git a/data/Dockerfiles/watchdog/Dockerfile b/data/Dockerfiles/watchdog/Dockerfile
index 4958856f..d326a83b 100644
--- a/data/Dockerfiles/watchdog/Dockerfile
+++ b/data/Dockerfiles/watchdog/Dockerfile
@@ -3,28 +3,28 @@ LABEL maintainer "AndrĂ© Peters <[email protected]>"
 
 # Installation
 RUN apk add --update \
-	&& apk add --no-cache nagios-plugins-smtp \
-	nagios-plugins-tcp \
-	nagios-plugins-http \
-	nagios-plugins-ping \
-	curl \
-	bash \
-	jq \
-	fcgi \
-	nagios-plugins-mysql \
-	nagios-plugins-dns \
-    nagios-plugins-disk \
-	bind-tools \
-	redis \
-	perl \
-	perl-io-socket-ssl \
-	perl-socket \
-	perl-socket6 \
-	perl-mime-lite \
-	perl-term-readkey \
+  && apk add --no-cache nagios-plugins-smtp \
+  nagios-plugins-tcp \
+  nagios-plugins-http \
+  nagios-plugins-ping \
+  curl \
+  bash \
+  jq \
+  fcgi \
+  nagios-plugins-mysql \
+  nagios-plugins-dns \
+  nagios-plugins-disk \
+  bind-tools \
+  redis \
+  perl \
+  perl-io-socket-ssl \
+  perl-socket \
+  perl-socket6 \
+  perl-mime-lite \
+  perl-term-readkey \
   tini \
-	&& curl https://raw.githubusercontent.com/mludvig/smtp-cli/v3.9/smtp-cli -o /smtp-cli \
-	&& chmod +x smtp-cli
+  && curl https://raw.githubusercontent.com/mludvig/smtp-cli/v3.9/smtp-cli -o /smtp-cli \
+  && chmod +x smtp-cli
 
 COPY watchdog.sh /watchdog.sh
 
diff --git a/docker-compose.yml b/docker-compose.yml
index 19d5b853..253015b2 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -342,7 +342,7 @@ services:
         - /lib/modules:/lib/modules:ro
 
     watchdog-mailcow:
-      image: mailcow/watchdog:1.15
+      image: mailcow/watchdog:1.16
       # Debug
       #command: /watchdog.sh
       build: ./data/Dockerfiles/watchdog