File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM ghcr.io/openfaas/of-watchdog:0.9.9 as watchdog
1+ FROM ghcr.io/openfaas/of-watchdog:0.9.10 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- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.9 as watchdog
1+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.10 as watchdog
22FROM --platform=${TARGETPLATFORM:-linux/amd64} python:3.7-slim-buster as build
33
44COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
Original file line number Diff line number Diff line change 1- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.9 as watchdog
1+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.10 as watchdog
22FROM --platform=${TARGETPLATFORM:-linux/amd64} python:3.7-alpine as build
33
44COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
Original file line number Diff line number Diff line change 1- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.9 as watchdog
1+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.10 as watchdog
22FROM --platform=${TARGETPLATFORM:-linux/amd64} python:3.7-slim-buster as build
33
44COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
Original file line number Diff line number Diff line change 1- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.9 as watchdog
1+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.10 as watchdog
22FROM --platform=${TARGETPLATFORM:-linux/amd64} python:3.7-alpine as build
33
44COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
You can’t perform that action at this time.
0 commit comments