File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11ARG 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
43FROM --platform=${TARGETPLATFORM:-linux/amd64} python:${PYTHON_VERSION}-slim-buster as build
54
65COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
Original file line number Diff line number Diff line change 11ARG 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
43FROM --platform=${TARGETPLATFORM:-linux/amd64} python:${PYTHON_VERSION}-alpine as build
54
65COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
Original file line number Diff line number Diff line change 11ARG 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
43FROM --platform=${TARGETPLATFORM:-linux/amd64} python:${PYTHON_VERSION}-slim-buster as build
54
65COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
Original file line number Diff line number Diff line change 11ARG 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
43FROM --platform=${TARGETPLATFORM:-linux/amd64} python:${PYTHON_VERSION}-alpine as build
54
65COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
You can’t perform that action at this time.
0 commit comments