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

RFE: A way to remove a list of packages after a workload is installed #22

Open
ansasaki opened this issue Nov 12, 2020 · 2 comments
Open

Comments

@ansasaki
Copy link

ansasaki commented Nov 12, 2020

I am interested in the following use-case: after the packages of a workload are installed, remove a list of packages which I don't want to be present. Such packages could be brought as dependencies.

This list could be provided as part of the workload configuration.

@asamalik
Copy link
Collaborator

Do you have a specific example?

My thinking is: if something gets pulled into a workload as a dependency, it needs to be there. So you can't just remove it, it's a dependency of something.

@ansasaki
Copy link
Author

Do you have a specific example?

My thinking is: if something gets pulled into a workload as a dependency, it needs to be there. So you can't just remove it, it's a dependency of something.

There is the case when a group is added to a workload but we want some of the packages to not be present in the end. If we include the option "include-weak-deps" to include the weak dependencies, then the number of packages not necessarily required increases even more.

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

2 participants