-
-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for credentials from environment variables #540
Comments
The env variable
To read the value from the env variable or testcontainers-dotnet/src/Testcontainers/Configurations/PropertiesFileConfiguration.cs Line 11 in 0f4d0ff
Probably we can use the same test cases, like we are using for Line 62 in 0f4d0ff
Would you like to create a pull request? |
Sure, I would try |
…env var DOCKER_AUTH_CONFIG
…env var DOCKER_AUTH_CONFIG
…env var DOCKER_AUTH_CONFIG
…env var DOCKER_AUTH_CONFIG
…env var DOCKER_AUTH_CONFIG
…env var DOCKER_AUTH_CONFIG
…env var DOCKER_AUTH_CONFIG
…TH_CONFIG environment variable
Describe the solution you'd like
For CI/CD purposes, it'd be really useful to be able to auth via environment variables that contains the Docker config data. Here is an example: https://docs.gitlab.com/ee/ci/docker/using_docker_images.html#determine-your-docker_auth_config-data
Something like that:
The text was updated successfully, but these errors were encountered: