Skip to content

Commit f93d2eb

Browse files
nitishkumar71alexellis
authored andcommitted
use of watchdog 0.9.3 to suppress custom health check logs
Signed-off-by: Nitishkumar Singh <nitishkumarsingh71@gmail.com>
1 parent 152f0bc commit f93d2eb

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

template/python27-flask/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openfaas/of-watchdog:0.7.7 as watchdog
1+
FROM ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog
22
FROM python:2.7-alpine
33

44
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog

template/python3-flask-armhf/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openfaas/of-watchdog:0.7.7 as watchdog
1+
FROM ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog
22
FROM armhf/python:3.6-alpine
33

44
ARG ADDITIONAL_PACKAGE

template/python3-flask-debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openfaas/of-watchdog:0.7.7 as watchdog
1+
FROM ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog
22
FROM python:3.7-slim-buster
33

44
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog

template/python3-flask/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openfaas/of-watchdog:0.7.7 as watchdog
1+
FROM ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog
22
FROM python:3.7-alpine
33

44
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog

template/python3-http-armhf/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openfaas/of-watchdog:0.7.7 as watchdog
1+
FROM ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog
22
FROM armhf/python:3.6-alpine
33

44
ARG ADDITIONAL_PACKAGE

template/python3-http-debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openfaas/of-watchdog:0.7.7 as watchdog
1+
FROM ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog
22
FROM python:3.7-slim-buster
33

44
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog

template/python3-http/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM openfaas/of-watchdog:0.7.7 as watchdog
1+
FROM ghcr.io/openfaas/of-watchdog:0.9.3 as watchdog
22
FROM python:3.7-alpine
33

44
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog

0 commit comments

Comments
 (0)