-
Notifications
You must be signed in to change notification settings - Fork 8
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
Setting of environment variables #134
Comments
Hi Klaas, Thanks for the feedback on this. We do not currently plan to set variables like ACCEPT_EULA on our own because the EULA is a legal agreement between the end customer and the package author. For any generic set of environment variables to set, customers are encouraged to set them on Azure VMs using mechanisms like Run command: For specific ones like ACCEPT_EULA, we will review that as a product request in our backlog, and get back to you. Thanks, |
if there is no way to set environment variables you can not update Microsoft packages like msodbcsql17 with update management (https://packages.microsoft.com/rhel/8/prod/msodbcsql17-17.9.1.1-1.x86_64.rpm). That is also why update management v1 sets |
This seems to have been addressed with #215 but I am not finding any documentation on how to use the functionality. I see a reference to documentation on how to use it. |
Based on the code it seems that a JSON file needs to exist
|
Hi,
please document how to set environment variables during the update run, the most prominent example of a package that needs env vars set in our environment is microsofts own odbc rpms:
ACCEPT_EULA=Y
is needed in the environment variables for an update to succeed.Old update management also loads /etc/environment but that does not seem to be documented anywhere.
Greetings
Klaas
The text was updated successfully, but these errors were encountered: