dotnet-buildtools-prereqs-docker
dotnet-buildtools-prereqs-docker copied to clipboard
Define owner(s) for each Dockerfile
There is a need to identify the owner(s) of the build tools Dockerfiles. The owner will be contacted/assigned issues in the following scenarios:
- When there is a build break.
- When there is a fixable vulnerability that requires a code change (e.g. a simple rebuild will not address).
Considerations:
- Where to define the owner? CODEOWNERS feels like a natural mechanism. The manifest.json could be modified to support this as well.
- Are teams allowed? Issues cannot be assigned to an issue. You could assign issues to all members of a team but that doesn't provide a great dev UX.
- Validation should be created to ensure all Dockerfiles have an owner defined.
Related to https://github.com/dotnet/dotnet-buildtools-prereqs-docker/issues/972