Making the Tools fully configurable under Ubuntu #3535
Locked
Toby-Valtech
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
Hi @Toby-Valtech! |
Beta Was this translation helpful? Give feedback.
2 replies
-
@Toby-Valtech thanks for provided PR, I'm going to lock this conversation as the initial issue is resolved. Please feel free to contact us if you have any concerns. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
we are using the resources in this Repository to build our ubuntu agents for azure devops. This is done via Pipeline, however we deemed the ammount of installed software uneccessarily high and decided to remove some of it before running packer. This is done as json manipulation via script and mostly removes data from ubuntu-2004.json and toolset.json.
However in the file Install-Toolset.ps1:31 three more tools are declared (
$toolsToInstall = @("Python", "Node", "Go")
), all of which need to be installed. We would like for example not to install the google-cloud-sdk, however we cant remove it without the pipeline falining.Is there a specific reason why this piece of configuration can not be put into either a new or already existing json config file? If there is not would you accept a PR in which I implement this change?
Kudos Toby
Beta Was this translation helpful? Give feedback.
All reactions