Skip to content

Commit 220bdfb

Browse files
committed
Remove node14 template and update watchdogs
The newer of-watchdog will stop the "JWT Auth: false" message from appearing when functions start up. The node14 template is available in older commits if you need it for some reason. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 3c79e32 commit 220bdfb

File tree

16 files changed

+8
-268
lines changed

16 files changed

+8
-268
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ See: `faas-cli template store list` to see which templates are both: recommended
1818
|:-----|:---------|:--------|:-----------|:---------|:----
1919
| dockerfile | Dockerfile | N/A | Alpine Linux | classic | [Dockerfile template](https://github.com/openfaas/templates/tree/master/template/dockerfile)
2020
| go | Go | 1.22 | Alpine Linux | classic | [Legacy Go template (deprecated)](https://github.com/openfaas/templates/tree/master/template/go)
21-
| node14 | NodeJS | 14 | Alpine Linux | of-watchdog | [NodeJS template (deprecated)](https://github.com/openfaas/templates/tree/master/template/node14)
2221
| node16 | NodeJS | 16 | Alpine Linux | of-watchdog | [NodeJS template (deprecated)](https://github.com/openfaas/templates/tree/master/template/node16)
2322
| node17 | NodeJS | 17 | Alpine Linux | of-watchdog | [NodeJS template (deprecated)](https://github.com/openfaas/templates/tree/master/template/node17)
2423
| node18 | NodeJS | 18 | Alpine Linux | of-watchdog | [NodeJS template (deprecated)](https://github.com/openfaas/templates/tree/master/template/node18)

template/bun/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.5 AS watchdog
1+
FROM --platform=${TARGETPLATFORM:-linux/amd64} ghcr.io/openfaas/of-watchdog:0.10.6 AS watchdog
22
FROM --platform=${TARGETPLATFORM:-linux/amd64} oven/bun:1.0-alpine AS ship
33

44
ARG TARGETPLATFORM

template/dockerfile/function/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ghcr.io/openfaas/classic-watchdog:0.3.1 AS watchdog
22

3-
FROM alpine:3.18
3+
FROM alpine:3.20.2
44

55
RUN mkdir -p /home/app
66

template/java11-vert-x/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ COPY . /home/app/
2727

2828
RUN gradle build
2929

30-
FROM ghcr.io/openfaas/of-watchdog:0.10.5 AS watchdog
30+
FROM ghcr.io/openfaas/of-watchdog:0.10.6 AS watchdog
3131
FROM openjdk:11-jre-slim AS ship
3232

3333
COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog

template/java11/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ COPY . /home/app/
2828
RUN gradle build
2929
RUN find .
3030

31-
FROM ghcr.io/openfaas/of-watchdog:0.10.5 AS watchdog
31+
FROM ghcr.io/openfaas/of-watchdog:0.10.6 AS watchdog
3232

3333
FROM openjdk:11-jre-slim AS ship
3434
RUN apt-get update -qqy \

template/node14/.dockerignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

template/node14/Dockerfile

Lines changed: 0 additions & 62 deletions
This file was deleted.

template/node14/function/handler.js

Lines changed: 0 additions & 12 deletions
This file was deleted.

template/node14/function/package.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

template/node14/index.js

Lines changed: 0 additions & 144 deletions
This file was deleted.

0 commit comments

Comments
 (0)