mrutkows / openwhisk-knative-build

Knative build resources for Apache OpenWhisk Functions
Apache License 2.0
0 stars 1 forks source link

Automate using Bash and sed the generation of docker-secret.yaml file #12

Open mrutkows opened 5 years ago

mrutkows commented 5 years ago

In our top-level README: https://github.com/mrutkows/openwhisk-knative-build/blob/master/README.md

You can see that I added named parameters for both the "plain text" and "base64 encoded" username and password for DockerHub... I would like to create a command line pipeline (under bash) to automatically generate the bas64 encodings, pipe that into sed which would be used to produce the docker-secret.yaml file in one step...