Skip to content

Commit 296d57b

Browse files
weltekialexellis
authored andcommitted
Bump of-watchdog to support function authentication
Signed-off-by: Han Verstraete (OpenFaaS Ltd) <[email protected]>
1 parent 448f54d commit 296d57b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

template/python27-flask/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/openfaas/of-watchdog:0.9.15 as watchdog
1+
FROM ghcr.io/openfaas/of-watchdog:0.10.1 as watchdog
22
FROM python:2.7-alpine as build
33

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

template/python3-flask-debian/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG PYTHON_VERSION=3.11
2-
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.15 as watchdog
2+
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.1 as watchdog
33
FROM --platform=${TARGETPLATFORM:-linux/amd64} python:${PYTHON_VERSION}-slim-buster as build
44

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

template/python3-flask/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG PYTHON_VERSION=3.11
2-
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.15 as watchdog
2+
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.1 as watchdog
33
FROM --platform=${TARGETPLATFORM:-linux/amd64} python:${PYTHON_VERSION}-alpine as build
44

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

template/python3-http-debian/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG PYTHON_VERSION=3.11
2-
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.15 as watchdog
2+
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.1 as watchdog
33
FROM --platform=${TARGETPLATFORM:-linux/amd64} python:${PYTHON_VERSION}-slim-buster as build
44

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

template/python3-http/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG PYTHON_VERSION=3.11
2-
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.15 as watchdog
2+
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.1 as watchdog
33
FROM --platform=${TARGETPLATFORM:-linux/amd64} python:${PYTHON_VERSION}-alpine as build
44

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

0 commit comments

Comments
 (0)