db connectivity from github pipeline in docker image?
Or is there a better approach?
Thanks
are you running the container or building it?
I'm building it in the github actions pipeline
Don't bake secrets into containers when you're building them. Inject at runtime, not at build
What is the recommended way to inject certificates into docker container at runtime other than sharing volumes?
https://www.vaultproject.io/docs/secrets/pki
Обсуждают сегодня