File tree Expand file tree Collapse file tree 12 files changed +43
-5
lines changed
Expand file tree Collapse file tree 12 files changed +43
-5
lines changed Original file line number Diff line number Diff line change 1+ images :
2+ - ghcr.io/openfaas/of-watchdog
Original file line number Diff line number Diff line change 1- FROM ghcr.io/openfaas/of-watchdog:0.11.4 AS watchdog
1+ FROM ghcr.io/openfaas/of-watchdog:0.11.5 AS watchdog
22FROM python:2.7-alpine AS build
33
44COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
Original file line number Diff line number Diff line change 1+ images :
2+ - ghcr.io/openfaas/of-watchdog
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ ARG PYTHON_VERSION=3.12
22ARG DEBIAN_OS=slim-bookworm
33ARG UPGRADE_PACKAGES=false
44
5- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.11.4 AS watchdog
5+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.11.5 AS watchdog
66FROM --platform=${TARGETPLATFORM:-linux/amd64} python:${PYTHON_VERSION}-${DEBIAN_OS} AS build
77
88COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
Original file line number Diff line number Diff line change 1+ images :
2+ - ghcr.io/openfaas/of-watchdog
Original file line number Diff line number Diff line change 11ARG PYTHON_VERSION=3.12
22
3- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.11.4 AS watchdog
3+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.11.5 AS watchdog
44FROM --platform=${TARGETPLATFORM:-linux/amd64} python:${PYTHON_VERSION}-alpine AS build
55
66COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
Original file line number Diff line number Diff line change 1+ images :
2+ - ghcr.io/openfaas/of-watchdog
Original file line number Diff line number Diff line change 11ARG PYTHON_VERSION=3.12
22ARG DEBIAN_OS=slim-bookworm
33
4- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.11.4 AS watchdog
4+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.11.5 AS watchdog
55FROM --platform=${TARGETPLATFORM:-linux/amd64} python:${PYTHON_VERSION}-${DEBIAN_OS} AS build
66
77COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
Original file line number Diff line number Diff line change 1+ images :
2+ - ghcr.io/openfaas/of-watchdog
Original file line number Diff line number Diff line change 11ARG PYTHON_VERSION=3.12
22
3- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.11.4 AS watchdog
3+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.11.5 AS watchdog
44FROM --platform=${TARGETPLATFORM:-linux/amd64} python:${PYTHON_VERSION}-alpine AS build
55
66COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
You can’t perform that action at this time.
0 commit comments