mirror of
https://github.com/openfaas/faas.git
synced 2025-06-24 07:43:25 +00:00
Add pwgen and bump Alpine base image
Alpine Base image goes to 3.7 (latest) pwgen sample added. Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
This commit is contained in:
@ -10,6 +10,11 @@ functions:
|
||||
environment:
|
||||
fprocess: "cat"
|
||||
|
||||
pwgen:
|
||||
lang: dockerfile
|
||||
handler: ./pwgen
|
||||
image: functions/pwgen-sample:latest
|
||||
|
||||
apikey-secret:
|
||||
lang: go
|
||||
handler: ./apikey-secret
|
||||
|
Reference in New Issue
Block a user