File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- FROM openfaas/classic-watchdog:0.18.18 as watchdog
1
+ FROM ghcr.io/ openfaas/classic-watchdog:0.1.2 as watchdog
2
2
3
3
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 as builder
4
4
Original file line number Diff line number Diff line change 1
- FROM openfaas/classic-watchdog:0.18.18 as watchdog
1
+ FROM ghcr.io/ openfaas/classic-watchdog:0.1.2 as watchdog
2
2
3
3
FROM alpine:3.12
4
4
Original file line number Diff line number Diff line change 1
- FROM --platform=${TARGETPLATFORM:-linux/amd64} openfaas/classic-watchdog:0.18.18 as watchdog
1
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/ openfaas/classic-watchdog:0.1.2 as watchdog
2
2
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.13-alpine3.12 as builder
3
3
4
4
# Required to enable Go modules
Original file line number Diff line number Diff line change 1
- FROM --platform=${TARGETPLATFORM:-linux/amd64} openfaas/classic-watchdog:0.18.18 as watchdog
1
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/ openfaas/classic-watchdog:0.1.2 as watchdog
2
2
FROM --platform=${TARGETPLATFORM:-linux/amd64} node:12.13.0-alpine as ship
3
3
4
4
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
Original file line number Diff line number Diff line change 1
- FROM --platform=${TARGETPLATFORM:-linux/amd64} openfaas/classic-watchdog:0.18.18 as watchdog
1
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/ openfaas/classic-watchdog:0.1.2 as watchdog
2
2
3
3
# start with the official Composer image and name it
4
4
FROM --platform=${TARGETPLATFORM:-linux/amd64} composer:1.7 AS composer
Original file line number Diff line number Diff line change 1
- FROM --platform=${TARGETPLATFORM:-linux/amd64} openfaas/classic-watchdog:0.18.18 as watchdog
1
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/ openfaas/classic-watchdog:0.1.2 as watchdog
2
2
3
3
FROM --platform=${TARGETPLATFORM:-linux/amd64} python:2.7-alpine
4
4
Original file line number Diff line number Diff line change 1
- FROM --platform=${TARGETPLATFORM:-linux/amd64} openfaas/classic-watchdog:0.18.18 as watchdog
1
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/ openfaas/classic-watchdog:0.1.2 as watchdog
2
2
FROM --platform=${TARGETPLATFORM:-linux/amd64} python:3
3
3
4
4
# Allows you to add additional packages via build-arg
Original file line number Diff line number Diff line change 1
- FROM --platform=${TARGETPLATFORM:-linux/amd64} openfaas/classic-watchdog:0.18.18 as watchdog
1
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/ openfaas/classic-watchdog:0.1.2 as watchdog
2
2
3
3
FROM --platform=${TARGETPLATFORM:-linux/amd64} python:3-alpine
4
4
Original file line number Diff line number Diff line change 1
- FROM --platform=${TARGETPLATFORM:-linux/amd64} openfaas/classic-watchdog:0.18.18 as watchdog
1
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/ openfaas/classic-watchdog:0.1.2 as watchdog
2
2
3
3
FROM --platform=${TARGETPLATFORM:-linux/amd64} ruby:alpine
4
4
You can’t perform that action at this time.
0 commit comments