In our local docker image builds we use docker secrets to use sensitive data in env variables. Is there an equivalent in CircleCi to use Project /GUI environment variables so that it’s not exposed in the docker layers (docker image inspect / history) when building a custom docker image ? I used docker secrets since “ARG” and “ENV” docker commands will later reveal the secrets.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Passing env variables to Docker images | 1 | 1566 | July 25, 2018 | |
Pass environment variables (OAuth, secrets) | 1 | 2270 | June 18, 2018 | |
.env file and CircleCI | 2 | 9946 | September 9, 2018 | |
How to get environment variables? | 7 | 11878 | June 18, 2018 | |
Environment variables in circle.yml | 2 | 3314 | June 18, 2018 |