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
Queue a PR validation build of dotnet-docker repo where some runtime deps Dockerfiles are changed but not any dependent runtime or aspnet Dockerfiles.
Expected behavior
All images dependent on the changed runtime-deps images will be re-built.
Actual behavior
No images dependent on the changed runtime-deps images are re-built. This results in test failures when there is an expected behavior change like in dotnet/dotnet-docker#6110.
The text was updated successfully, but these errors were encountered:
This is a regression that was caused by #1427. That change explicitly prevented it from accounting for locally built base images which is problematic for this scenario.
See dotnet/dotnet-docker#6110 (comment)
Steps to reproduce the issue
Queue a PR validation build of dotnet-docker repo where some runtime deps Dockerfiles are changed but not any dependent runtime or aspnet Dockerfiles.
Expected behavior
All images dependent on the changed runtime-deps images will be re-built.
Actual behavior
No images dependent on the changed runtime-deps images are re-built. This results in test failures when there is an expected behavior change like in dotnet/dotnet-docker#6110.
The text was updated successfully, but these errors were encountered: