mirror of
https://github.com/openfaas/faas.git
synced 2025-06-19 04:26:35 +00:00
Bump figlet version
Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
FROM alpine:3.7
|
FROM alpine:3.8
|
||||||
|
|
||||||
RUN apk --no-cache add curl \
|
RUN apk --no-cache add curl \
|
||||||
&& curl -sL https://github.com/openfaas/faas/releases/download/0.9.4/fwatchdog > /usr/bin/fwatchdog \
|
&& curl -sL https://github.com/openfaas/faas/releases/download/0.9.6/fwatchdog > /usr/bin/fwatchdog \
|
||||||
&& chmod +x /usr/bin/fwatchdog
|
&& chmod +x /usr/bin/fwatchdog
|
||||||
|
|
||||||
RUN apk add --no-cache figlet
|
RUN apk add --no-cache figlet
|
||||||
@ -11,3 +11,4 @@ ENV fprocess="figlet"
|
|||||||
|
|
||||||
HEALTHCHECK --interval=5s CMD [ -e /tmp/.lock ] || exit 1
|
HEALTHCHECK --interval=5s CMD [ -e /tmp/.lock ] || exit 1
|
||||||
CMD ["fwatchdog"]
|
CMD ["fwatchdog"]
|
||||||
|
|
||||||
|
@ -6,6 +6,10 @@ functions:
|
|||||||
lang: dockerfile
|
lang: dockerfile
|
||||||
handler: ./AlpineFunction
|
handler: ./AlpineFunction
|
||||||
image: functions/alpine:latest
|
image: functions/alpine:latest
|
||||||
|
figlet:
|
||||||
|
lang: dockerfile
|
||||||
|
handler: ./figlet
|
||||||
|
image: functions/figlet:0.9.6
|
||||||
apikey-secret:
|
apikey-secret:
|
||||||
lang: go
|
lang: go
|
||||||
handler: ./apikey-secret
|
handler: ./apikey-secret
|
||||||
|
Reference in New Issue
Block a user