You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@mthalman - Can you log a product issue to define a place where the native dependencies are declared? This is the only way to guarantee the Docker images, snaps, and native linux packages (e.g. debian packages) all include the correct set.
mthalman
changed the title
Add utest that verifies packages contained in the runtime-deps align with the product
Add validation of packages installed by the Dockerfiles so that they align with the product
Feb 24, 2021
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.
The text was updated successfully, but these errors were encountered: