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
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,9 @@ There will be a need for modifying existing Dockerfiles or creating new ones. F
26
26
27
27
1. Edit Dockerfiles
28
28
- Add/Update the Dockerfile(s)
29
-
- If new Dockerfile(s) were added, then update the [manifest](#manifest)
29
+
- If new Dockerfile(s) were added:
30
+
- Update the [manifest](#manifest)
31
+
- Update the [CODEOWNERS](./CODEOWNERS) with the respective team code owner(s) (not individual users) for the Dockerfile(s). A team code owner must be assigned to each Dockerfile for maintenance and issue assignment purposes.
30
32
31
33
2. Validate the changes locally by running [build.ps1](./build.ps1). It is strongly suggested to specify the `-DockerfilePath` option to avoid the overhead of building all the images.
0 commit comments