From a875fcb26139baee55c2e1310f29ea2458a7bd90 Mon Sep 17 00:00:00 2001 From: Nitishkumar Singh Date: Wed, 23 Feb 2022 23:36:32 +0530 Subject: [PATCH] use of watchdog 0.9.3 to suppress custom health check logs Signed-off-by: Nitishkumar Singh --- template/python27-flask/Dockerfile | 2 +- template/python3-flask-armhf/Dockerfile | 2 +- template/python3-flask-debian/Dockerfile | 2 +- template/python3-flask/Dockerfile | 2 +- template/python3-http-armhf/Dockerfile | 2 +- template/python3-http-debian/Dockerfile | 2 +- template/python3-http/Dockerfile | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/template/python27-flask/Dockerfile b/template/python27-flask/Dockerfile index bfa24e7..f45d463 100644 --- a/template/python27-flask/Dockerfile +++ b/template/python27-flask/Dockerfile @@ -1,4 +1,4 @@ -FROM openfaas/of-watchdog:0.7.7 as watchdog +FROM ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog FROM python:2.7-alpine COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog diff --git a/template/python3-flask-armhf/Dockerfile b/template/python3-flask-armhf/Dockerfile index 8a606e9..883bcbc 100644 --- a/template/python3-flask-armhf/Dockerfile +++ b/template/python3-flask-armhf/Dockerfile @@ -1,4 +1,4 @@ -FROM openfaas/of-watchdog:0.7.7 as watchdog +FROM ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog FROM armhf/python:3.6-alpine ARG ADDITIONAL_PACKAGE diff --git a/template/python3-flask-debian/Dockerfile b/template/python3-flask-debian/Dockerfile index b61fa80..eeebee3 100644 --- a/template/python3-flask-debian/Dockerfile +++ b/template/python3-flask-debian/Dockerfile @@ -1,4 +1,4 @@ -FROM openfaas/of-watchdog:0.7.7 as watchdog +FROM ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog FROM python:3.7-slim-buster COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog diff --git a/template/python3-flask/Dockerfile b/template/python3-flask/Dockerfile index da57878..ff29408 100644 --- a/template/python3-flask/Dockerfile +++ b/template/python3-flask/Dockerfile @@ -1,4 +1,4 @@ -FROM openfaas/of-watchdog:0.7.7 as watchdog +FROM ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog FROM python:3.7-alpine COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog diff --git a/template/python3-http-armhf/Dockerfile b/template/python3-http-armhf/Dockerfile index b5df88c..9f66862 100644 --- a/template/python3-http-armhf/Dockerfile +++ b/template/python3-http-armhf/Dockerfile @@ -1,4 +1,4 @@ -FROM openfaas/of-watchdog:0.7.7 as watchdog +FROM ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog FROM armhf/python:3.6-alpine ARG ADDITIONAL_PACKAGE diff --git a/template/python3-http-debian/Dockerfile b/template/python3-http-debian/Dockerfile index 20ccee8..8129eb5 100644 --- a/template/python3-http-debian/Dockerfile +++ b/template/python3-http-debian/Dockerfile @@ -1,4 +1,4 @@ -FROM openfaas/of-watchdog:0.7.7 as watchdog +FROM ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog FROM python:3.7-slim-buster COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog diff --git a/template/python3-http/Dockerfile b/template/python3-http/Dockerfile index d269785..b7b485d 100644 --- a/template/python3-http/Dockerfile +++ b/template/python3-http/Dockerfile @@ -1,4 +1,4 @@ -FROM openfaas/of-watchdog:0.7.7 as watchdog +FROM ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog FROM python:3.7-alpine COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog