File tree Expand file tree Collapse file tree 14 files changed +14
-14
lines changed
Expand file tree Collapse file tree 14 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1- FROM ghcr.io/openfaas/classic-watchdog:0.1.5 as watchdog
1+ FROM ghcr.io/openfaas/classic-watchdog:0.2.0 as watchdog
22
33FROM mcr.microsoft.com/dotnet/core/sdk:3.1 as builder
44
Original file line number Diff line number Diff line change 1- FROM ghcr.io/openfaas/classic-watchdog:0.1.5 as watchdog
1+ FROM ghcr.io/openfaas/classic-watchdog:0.2.0 as watchdog
22
33FROM alpine:3.12
44
Original file line number Diff line number Diff line change 1- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.1.5 as watchdog
1+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.2.0 as watchdog
22FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.15-alpine3.13 as builder
33
44ARG TARGETPLATFORM
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ COPY . /home/app/
2828RUN gradle build
2929RUN find .
3030
31- FROM openfaas/of-watchdog:0.7.6 as watchdog
31+ FROM ghcr.io/ openfaas/of-watchdog:0.9.0 as watchdog
3232FROM openjdk:11-jre-slim as ship
3333RUN apt-get update -qqy \
3434 && apt-get install -qqy \
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ COPY . /home/app/
2828RUN gradle build
2929RUN find .
3030
31- FROM openfaas/of-watchdog:0.7.6 as watchdog
31+ FROM ghcr.io/ openfaas/of-watchdog:0.9.0 as watchdog
3232
3333FROM openjdk:11-jre-slim as ship
3434RUN apt-get update -qqy \
Original file line number Diff line number Diff line change 1- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.1.5 as watchdog
1+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.2.0 as watchdog
22FROM --platform=${TARGETPLATFORM:-linux/amd64} node:12-alpine as ship
33
44ARG TARGETPLATFORM
Original file line number Diff line number Diff line change 1- FROM --platform=${TARGETPLATFORM:-linux/amd64} openfaas/of-watchdog:0.7.2 as watchdog
1+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/ openfaas/of-watchdog:0.9.0 as watchdog
22FROM --platform=${TARGETPLATFORM:-linux/amd64} node:12 as ship
33
44ARG TARGETPLATFORM
Original file line number Diff line number Diff line change 1- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.8.4 as watchdog
1+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.0 as watchdog
22FROM --platform=${TARGETPLATFORM:-linux/amd64} node:12-alpine as ship
33
44ARG TARGETPLATFORM
Original file line number Diff line number Diff line change 1- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.8.4 as watchdog
1+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.0 as watchdog
22FROM --platform=${TARGETPLATFORM:-linux/amd64} node:14-alpine as ship
33
44ARG TARGETPLATFORM
Original file line number Diff line number Diff line change 11ARG TARGETPLATFORM
22ARG BUILDPLATFORM
33
4- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.1.5 as watchdog
4+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.2.0 as watchdog
55
66# start with the official Composer image and name it
77FROM --platform=${TARGETPLATFORM:-linux/amd64} composer:1 AS composer
You can’t perform that action at this time.
0 commit comments