From 2e71dc490097c4d8d62c21d6c6bb781c3e18fe8d Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Mon, 9 May 2016 18:46:01 +0200 Subject: [PATCH] all: no more tini warnings #6 --- ghost/Dockerfile | 2 +- isso/Dockerfile | 2 +- lutim/Dockerfile | 2 +- lychee/Dockerfile | 2 +- owncloud/Dockerfile | 2 +- piwik/Dockerfile | 2 +- rainloop/Dockerfile | 2 +- reverse/Dockerfile | 2 +- rutorrent/Dockerfile | 2 +- searx/Dockerfile | 2 +- selfoss/Dockerfile | 2 +- subsonic/Dockerfile | 2 +- zerobin/Dockerfile | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/ghost/Dockerfile b/ghost/Dockerfile index f04620c..5a1793a 100644 --- a/ghost/Dockerfile +++ b/ghost/Dockerfile @@ -62,4 +62,4 @@ EXPOSE 2368 LABEL description="Ghost CMS ready for production" \ ghost="Ghost v$VERSION" -CMD ["tini","--","run.sh"] +CMD ["/sbin/tini","--","run.sh"] diff --git a/isso/Dockerfile b/isso/Dockerfile index 684023f..93e1498 100644 --- a/isso/Dockerfile +++ b/isso/Dockerfile @@ -33,4 +33,4 @@ RUN chmod +x /usr/local/bin/run.sh EXPOSE 8080 VOLUME /db /config -CMD ["tini","--","run.sh"] +CMD ["/sbin/tini","--","run.sh"] diff --git a/lutim/Dockerfile b/lutim/Dockerfile index f44bd2e..6c1460c 100644 --- a/lutim/Dockerfile +++ b/lutim/Dockerfile @@ -42,4 +42,4 @@ RUN chmod +x /usr/local/bin/run.sh EXPOSE 8181 VOLUME /data /lutim/files -CMD ["tini","--","run.sh"] +CMD ["/sbin/tini","--","run.sh"] diff --git a/lychee/Dockerfile b/lychee/Dockerfile index 7851eb1..8500b31 100644 --- a/lychee/Dockerfile +++ b/lychee/Dockerfile @@ -43,4 +43,4 @@ RUN chmod +x /usr/local/bin/run.sh VOLUME /lychee/uploads /lychee/data EXPOSE 80 -CMD ["tini","--","run.sh"] +CMD ["/sbin/tini","--","run.sh"] diff --git a/owncloud/Dockerfile b/owncloud/Dockerfile index 5bf88f4..796b7fc 100644 --- a/owncloud/Dockerfile +++ b/owncloud/Dockerfile @@ -88,4 +88,4 @@ LABEL description="A server software for creating file hosting services" \ apcu="apcu v${APCU_VERSION}" \ apcu_bc="apcu_bc v${APCUBC_VERSION}" -CMD ["tini","--","run.sh"] +CMD ["/sbin/tini","--","run.sh"] diff --git a/piwik/Dockerfile b/piwik/Dockerfile index 96afaf0..3683d87 100644 --- a/piwik/Dockerfile +++ b/piwik/Dockerfile @@ -79,4 +79,4 @@ EXPOSE 80 LABEL description "Open web analytics platform" \ piwik "Piwik v${VERSION}" -CMD ["tini","--","run.sh"] +CMD ["/sbin/tini","--","run.sh"] diff --git a/rainloop/Dockerfile b/rainloop/Dockerfile index 17905be..80fd5b2 100644 --- a/rainloop/Dockerfile +++ b/rainloop/Dockerfile @@ -49,4 +49,4 @@ RUN chmod +x /usr/local/bin/run.sh VOLUME /rainloop/data EXPOSE 80 -CMD ["tini","--","run.sh"] +CMD ["/sbin/tini","--","run.sh"] diff --git a/reverse/Dockerfile b/reverse/Dockerfile index 39ba26f..2cdca91 100644 --- a/reverse/Dockerfile +++ b/reverse/Dockerfile @@ -119,4 +119,4 @@ LABEL description="Secure reverse proxy using nginx" \ libressl="LibreSSL v${LIBRESSL_VERSION}" \ nginx="nginx v${NGINX_VERSION}" -CMD ["tini","--","run.sh"] +CMD ["/sbin/tini","--","run.sh"] diff --git a/rutorrent/Dockerfile b/rutorrent/Dockerfile index 7f4bc03..bfec299 100644 --- a/rutorrent/Dockerfile +++ b/rutorrent/Dockerfile @@ -99,4 +99,4 @@ LABEL description="BitTorrent client with WebUI front-end" \ mediainfo="mediainfo v$MEDIAINFO_VER" \ filebot="Filebot v$FILEBOT_VER" -CMD ["tini","--","startup"] +CMD ["/sbin/tini","--","startup"] diff --git a/searx/Dockerfile b/searx/Dockerfile index 0301942..64eded9 100644 --- a/searx/Dockerfile +++ b/searx/Dockerfile @@ -46,4 +46,4 @@ RUN wget -qO- https://github.com/asciimoo/searx/archive/master.tar.gz | tar xz - EXPOSE 8888 LABEL description "A powerful meta-search engine" -CMD ["tini","--","run.sh"] +CMD ["/sbin/tini","--","run.sh"] diff --git a/selfoss/Dockerfile b/selfoss/Dockerfile index b2ade8e..b3014ca 100644 --- a/selfoss/Dockerfile +++ b/selfoss/Dockerfile @@ -44,4 +44,4 @@ RUN chmod +x /usr/local/bin/startup /etc/periodic/15min/selfoss VOLUME /selfoss/data EXPOSE 80 -CMD ["tini","--","startup"] +CMD ["/sbin/tini","--","startup"] diff --git a/subsonic/Dockerfile b/subsonic/Dockerfile index a7a24f4..1d3321e 100644 --- a/subsonic/Dockerfile +++ b/subsonic/Dockerfile @@ -23,4 +23,4 @@ VOLUME /data /musics /playlists /podcasts LABEL description "Open source media streamer" \ subsonic "Subsonic v$VERSION" -CMD ["tini","--","run.sh"] +CMD ["/sbin/tini","--","run.sh"] diff --git a/zerobin/Dockerfile b/zerobin/Dockerfile index c26fc2b..9967d1f 100644 --- a/zerobin/Dockerfile +++ b/zerobin/Dockerfile @@ -34,4 +34,4 @@ RUN chmod +x /usr/local/bin/run.sh VOLUME /zerobin/data EXPOSE 80 -CMD ["tini","--","run.sh"] +CMD ["/sbin/tini","--","run.sh"]