|
|
|
|
|
by vkjv
3432 days ago
|
|
There are only methods that I'm aware of: - Exposing the secrets on a (http) server that the Dockerfile can use to fetch - What we use: Create a one time use secret that is destroyed after the image is built and before it is pushed. |
|
This approach has sparked my interest, could you post an example of any open source docker-compose file and/or associated scripts that would do this?