Support custom environment variables
See original GitHub issueWe should let users define environment variables w/ their repositories.
Maybe env.txt
? Each line should have <KEY>=<VAL>
?
There are two components to this:
- Make it possible to invoke repo2docker with environment variables (#186 )
- Document the above CLI functionality (#295)
- Add support to perform this action with a config file (e.g.
env.txt
)
Issue Analytics
- State:
- Created 6 years ago
- Comments:15 (11 by maintainers)
Top Results From Across the Web
Create and Modify Environment Variables on Windows
Click New to create a new environment variable. Click Edit to modify an existing environment variable.
Read more >Adding Custom Environment Variables | Create React App
Environment variables are embedded into the build, meaning anyone can view them by inspecting your app's files. The environment variables are ...
Read more >Working with Custom Environment Variables in the AWS ...
You can set custom environment variables in the ENV list on the Run tab. To test this behavior, do the following: On the...
Read more >Custom Environment Variables | Virtuozzo Dev Docs
Specify the custom environment variables for any container hosted at the platform, which allows to use them in your applications. Check out three...
Read more >Use environment variables in solution custom connectors ...
In this article. Use an environment variable in a custom connector; Use new values for environment variables while importing solutions ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I don’t think quite yet - that PR hit part of this issue but there are still some extra things to do. I updated the top-level comment with a more specific todo list from my perspective
I’ll submit a PR for the flag 😃