Skip to content
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

Allow persisting environment variables when deploying software environments #29

Open
MLNW opened this issue Jun 9, 2022 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@MLNW
Copy link
Contributor

MLNW commented Jun 9, 2022

Software environments may define environment variables which are required during deployment and others that should persist after the deployment. The handling may differ between container and bare metal deployments.

E.g. during deployment a ubuntu container sometimes requires the DEBIAN_FRONTEND=noninteractive set for a successful, automatic apt installation.

Another example would be to add folders to the user PATH. This probably also relates to #28.

@MLNW MLNW added the enhancement New feature or request label Jun 9, 2022
@MLNW MLNW changed the title Improve environment variable handling when deploying software environments Allow persisting environment variables when deploying software environments Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant