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

hardcoded "yum install" commands for OS packages in generated container recipe #2923

Open
boegel opened this issue Jun 9, 2019 · 0 comments
Milestone

Comments

@boegel
Copy link
Member

boegel commented Jun 9, 2019

The currently generated container recipes always use "yum install" to install additional OS packages.

This should be changed to the correct commands based on the Linux distribution being used, for example apt when debootstrap is used as a bootstrap agent.

We also need to figure out a way to specify the correct command when an existing container image is used as a base, perhaps by querying the OS used by that image somehow?

@boegel boegel added this to the 3.x milestone Jun 9, 2019
@boegel boegel modified the milestones: 3.x, 4.x Feb 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant