From 9d7c17960139b94f6ed790a3d3b3e81ec22b9ac3 Mon Sep 17 00:00:00 2001 From: Nitishkumar Singh Date: Wed, 23 Feb 2022 23:36:32 +0530 Subject: [PATCH 1/2] 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 4aaa15f..77b122f 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 e8d4702..7eb5a01 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 43d3bcf..f470704 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 e43539d..f9913c4 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 624fb03..0b3ac84 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 b3526a2..e6ba169 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 From 97efff19d73b73fffde0e315da55af9148c21e7b Mon Sep 17 00:00:00 2001 From: "Han Verstraete (OpenFaaS Ltd)" Date: Wed, 11 May 2022 14:20:42 +0200 Subject: [PATCH 2/2] Update of-watchdog to 0.9.6 Signed-off-by: Han Verstraete (OpenFaaS Ltd) --- 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 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/template/python3-flask-armhf/Dockerfile b/template/python3-flask-armhf/Dockerfile index 77b122f..1d34249 100644 --- a/template/python3-flask-armhf/Dockerfile +++ b/template/python3-flask-armhf/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog +FROM ghcr.io/openfaas/of-watchdog:0.9.6 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 7eb5a01..4495c36 100644 --- a/template/python3-flask-debian/Dockerfile +++ b/template/python3-flask-debian/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog +FROM ghcr.io/openfaas/of-watchdog:0.9.6 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 f470704..b225651 100644 --- a/template/python3-flask/Dockerfile +++ b/template/python3-flask/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog +FROM ghcr.io/openfaas/of-watchdog:0.9.6 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 f9913c4..708a65f 100644 --- a/template/python3-http-armhf/Dockerfile +++ b/template/python3-http-armhf/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog +FROM ghcr.io/openfaas/of-watchdog:0.9.6 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 0b3ac84..388e587 100644 --- a/template/python3-http-debian/Dockerfile +++ b/template/python3-http-debian/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog +FROM ghcr.io/openfaas/of-watchdog:0.9.6 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 e6ba169..05ad144 100644 --- a/template/python3-http/Dockerfile +++ b/template/python3-http/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog +FROM ghcr.io/openfaas/of-watchdog:0.9.6 as watchdog FROM python:3.7-alpine COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog