Skip to content

Commit 0cf62f9

Browse files
LucasRoesleralexellis
authored andcommitted
chore: remove build arg for watchdog
Signed-off-by: Lucas Roesler <roesler.lucas@gmail.com>
1 parent a8fb1b2 commit 0cf62f9

4 files changed

Lines changed: 4 additions & 8 deletions

File tree

template/python3-flask-debian/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
ARG PYTHON_VERSION=3.11
2-
ARG WATCHDOG_VERSION=0.9.10
3-
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:${WATCHDOG_VERSION} as watchdog
2+
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.10 as watchdog
43
FROM --platform=${TARGETPLATFORM:-linux/amd64} python:${PYTHON_VERSION}-slim-buster as build
54

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

template/python3-flask/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
ARG PYTHON_VERSION=3.11
2-
ARG WATCHDOG_VERSION=0.9.10
3-
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:${WATCHDOG_VERSION} as watchdog
2+
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.10 as watchdog
43
FROM --platform=${TARGETPLATFORM:-linux/amd64} python:${PYTHON_VERSION}-alpine as build
54

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

template/python3-http-debian/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
ARG PYTHON_VERSION=3.11
2-
ARG WATCHDOG_VERSION=0.9.10
3-
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:${WATCHDOG_VERSION} as watchdog
2+
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.10 as watchdog
43
FROM --platform=${TARGETPLATFORM:-linux/amd64} python:${PYTHON_VERSION}-slim-buster as build
54

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

template/python3-http/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
ARG PYTHON_VERSION=3.11
2-
ARG WATCHDOG_VERSION=0.9.10
3-
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:${WATCHDOG_VERSION} as watchdog
2+
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.10 as watchdog
43
FROM --platform=${TARGETPLATFORM:-linux/amd64} python:${PYTHON_VERSION}-alpine as build
54

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

0 commit comments

Comments
 (0)