File tree 18 files changed +18
-18
lines changed
18 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1
- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.15 as watchdog
1
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.1 as watchdog
2
2
FROM --platform=${TARGETPLATFORM:-linux/amd64} oven/bun:1.0-alpine as ship
3
3
4
4
ARG TARGETPLATFORM
Original file line number Diff line number Diff line change 1
- FROM ghcr.io/openfaas/classic-watchdog:0.2.3 as watchdog
1
+ FROM ghcr.io/openfaas/classic-watchdog:0.3.1 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 ghcr.io/openfaas/classic-watchdog:0.2.3 as watchdog
1
+ FROM ghcr.io/openfaas/classic-watchdog:0.3.1 as watchdog
2
2
3
3
FROM alpine:3.18
4
4
Original file line number Diff line number Diff line change 1
- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.2.3 as watchdog
1
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.3.1 as watchdog
2
2
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.20-alpine3.18 as build
3
3
4
4
ARG TARGETPLATFORM
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ COPY . /home/app/
27
27
28
28
RUN gradle build
29
29
30
- FROM ghcr.io/openfaas/of-watchdog:0.9.15 as watchdog
30
+ FROM ghcr.io/openfaas/of-watchdog:0.10.1 as watchdog
31
31
FROM openjdk:11-jre-slim as ship
32
32
33
33
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ COPY . /home/app/
28
28
RUN gradle build
29
29
RUN find .
30
30
31
- FROM ghcr.io/openfaas/of-watchdog:0.9.15 as watchdog
31
+ FROM ghcr.io/openfaas/of-watchdog:0.10.1 as watchdog
32
32
33
33
FROM openjdk:11-jre-slim as ship
34
34
RUN 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.2.3 as watchdog
1
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.3.1 as watchdog
2
2
FROM --platform=${TARGETPLATFORM:-linux/amd64} node:20-alpine as ship
3
3
4
4
ARG TARGETPLATFORM
Original file line number Diff line number Diff line change 1
- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.15 as watchdog
1
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.1 as watchdog
2
2
FROM --platform=${TARGETPLATFORM:-linux/amd64} node:14-alpine as ship
3
3
4
4
ARG TARGETPLATFORM
Original file line number Diff line number Diff line change 1
- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.15 as watchdog
1
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.1 as watchdog
2
2
FROM --platform=${TARGETPLATFORM:-linux/amd64} node:16-alpine as ship
3
3
4
4
ARG TARGETPLATFORM
Original file line number Diff line number Diff line change 1
- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.15 as watchdog
1
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.1 as watchdog
2
2
FROM --platform=${TARGETPLATFORM:-linux/amd64} node:17-alpine as ship
3
3
4
4
ARG TARGETPLATFORM
Original file line number Diff line number Diff line change 1
- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.15 as watchdog
1
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.1 as watchdog
2
2
FROM --platform=${TARGETPLATFORM:-linux/amd64} node:18-alpine as ship
3
3
4
4
ARG TARGETPLATFORM
Original file line number Diff line number Diff line change 1
- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.9.15 as watchdog
1
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.1 as watchdog
2
2
FROM --platform=${TARGETPLATFORM:-linux/amd64} node:20-alpine as ship
3
3
4
4
ARG TARGETPLATFORM
Original file line number Diff line number Diff line change 1
1
ARG TARGETPLATFORM
2
2
ARG BUILDPLATFORM
3
3
4
- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.2.3 as watchdog
4
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.3.1 as watchdog
5
5
6
6
# start with the official Composer image and name it
7
7
FROM --platform=${TARGETPLATFORM:-linux/amd64} composer:1 AS composer
Original file line number Diff line number Diff line change 1
1
ARG TARGETPLATFORM
2
2
ARG BUILDPLATFORM
3
3
4
- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.2.3 as watchdog
4
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.3.1 as watchdog
5
5
6
6
# start with the official Composer image and name it
7
7
FROM --platform=${TARGETPLATFORM:-linux/amd64} composer:latest AS composer
Original file line number Diff line number Diff line change 1
- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.2.3 as watchdog
1
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.3.1 as watchdog
2
2
FROM --platform=${TARGETPLATFORM:-linux/amd64} python:2.7-alpine
3
3
4
4
ARG TARGETPLATFORM
Original file line number Diff line number Diff line change 1
1
ARG PYTHON_VERSION=3
2
- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.2.3 as watchdog
2
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.3.1 as watchdog
3
3
FROM --platform=${TARGETPLATFORM:-linux/amd64} python:${PYTHON_VERSION}
4
4
5
5
ARG TARGETPLATFORM
Original file line number Diff line number Diff line change 1
1
ARG PYTHON_VERSION=3
2
- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.2.3 as watchdog
2
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.3.1 as watchdog
3
3
FROM --platform=${TARGETPLATFORM:-linux/amd64} python:${PYTHON_VERSION}-alpine
4
4
5
5
ARG TARGETPLATFORM
Original file line number Diff line number Diff line change 1
- FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.2.3 as watchdog
1
+ FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/classic-watchdog:0.3.1 as watchdog
2
2
FROM --platform=${TARGETPLATFORM:-linux/amd64} ruby:alpine
3
3
4
4
ARG TARGETPLATFORM
You can’t perform that action at this time.
0 commit comments