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 | 1582 | July 25, 2018 | |
.env file and CircleCI | 2 | 10066 | September 9, 2018 | |
Passing environment variables to docker containers | 10 | 16470 | November 16, 2023 | |
How to send environmental variables of dockerhub account? | 3 | 2293 | June 18, 2018 | |
Insecure registries and CircleCI | 3 | 2054 | June 18, 2018 |