mirror of
https://github.com/openfaas/faas.git
synced 2025-06-21 09:36:33 +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:
5
sample-functions/pwgen/Dockerfile
Normal file
5
sample-functions/pwgen/Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM functions/alpine:latest
|
||||
|
||||
RUN apk add --no-cache pwgen
|
||||
|
||||
ENV fprocess="xargs pwgen -s"
|
10
sample-functions/pwgen/README.md
Normal file
10
sample-functions/pwgen/README.md
Normal file
@ -0,0 +1,10 @@
|
||||
pwgen
|
||||
-----
|
||||
|
||||
The password generation utility from Alpine Linux, but as a function.
|
||||
|
||||
Man page:
|
||||
|
||||
https://linux.die.net/man/1/pwgen
|
||||
|
||||
|
Reference in New Issue
Block a user