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

Migrate dependent tools to use a local version #223

Open
hattan opened this issue Sep 19, 2023 · 0 comments
Open

Migrate dependent tools to use a local version #223

hattan opened this issue Sep 19, 2023 · 0 comments

Comments

@hattan
Copy link
Contributor

hattan commented Sep 19, 2023

Currently symphony installs dependencies such as Terraform in /usr/bin. While this has no impact when running in a container, it can cause issues when running on a custom build agent in a VM. Particularly requiring elevated permissions and also causing an unintended side effect of overwriting system tools.

This change should migrate symphony from using globally installed tools to installing tools (if needed) in a .local or .bin folder so that it is not changing any global resources.

@hattan hattan assigned hattan and unassigned hattan Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant