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
Now that #4536 has been implemented, we no longer need to have duplicated Dockerfile entries between two different sets of shared tags, for the .NET 8.0 Bookworm Dockerfiles. Previous to #4536, these needed to be duplicated so that, for example, the 8.0/bookworm-slim/amd64 can be associated with two different sets of shared tags:
But now that Windows Dockerfiles are no longer included, these two sets of tags can be merged into one. This means the Bookworm Dockerfile entries don't need to be duplicated.
These changes don't apply to runtime-deps. Those entries are already implemented this way because Windows was never included there to begin with. Taking runtime as an example, what this means is that this whole section can be removed:
Now that #4536 has been implemented, we no longer need to have duplicated Dockerfile entries between two different sets of shared tags, for the .NET 8.0 Bookworm Dockerfiles. Previous to #4536, these needed to be duplicated so that, for example, the 8.0/bookworm-slim/amd64 can be associated with two different sets of shared tags:
But now that Windows Dockerfiles are no longer included, these two sets of tags can be merged into one. This means the Bookworm Dockerfile entries don't need to be duplicated.
These changes don't apply to runtime-deps. Those entries are already implemented this way because Windows was never included there to begin with. Taking runtime as an example, what this means is that this whole section can be removed:
dotnet-docker/manifest.json
Lines 1947 to 1990 in 3bbd0b1
And its shared tags here:
dotnet-docker/manifest.json
Lines 1951 to 1952 in 3bbd0b1
Can be moved to be included here:
dotnet-docker/manifest.json
Lines 1897 to 1900 in 3bbd0b1
This would be applied for runtime, aspnet, and sdk.
The text was updated successfully, but these errors were encountered: