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

Validate installed packages against actual product dependencies #2618

Closed
mthalman opened this issue Feb 23, 2021 · 2 comments
Closed

Validate installed packages against actual product dependencies #2618

mthalman opened this issue Feb 23, 2021 · 2 comments

Comments

@mthalman
Copy link
Member

Summary

The packages that are installed by Dockerfiles are defined independently of what the product's actual dependencies are. These should be in sync such that if product dependencies are changed in any way, the Dockerfiles will reflect that change. Today this is a manual process but it can be improved through the work being done in dotnet/core#5651.

Goal

Contributors can use automation to validate that the Linux packages installed in Dockerfiles match up with the official product dependencies.

@MichaelSimons
Copy link
Member

Is this a duplicate of #246? If so, perhaps we can adjust the wording of #246 and close this new issue.

@mthalman
Copy link
Member Author

Ah, indeed. Forgot about that. I'll update the original.

Duplicate of #246

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

2 participants