aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-01-30 10:20:02 +0100
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-01-30 10:25:03 +0100
commite9a23b5938069b8057b0cbd10914229f7e588702 (patch)
tree023d51854691c1f993bd012756f66530c4bc7cf7 /tools
parentbc3b6165e30199f593097c55234dd0532940f445 (diff)
add dockerfile OWNERS
Diffstat (limited to 'tools')
-rw-r--r--tools/dockerfile/OWNERS11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/dockerfile/OWNERS b/tools/dockerfile/OWNERS
new file mode 100644
index 0000000000..db4ab546a6
--- /dev/null
+++ b/tools/dockerfile/OWNERS
@@ -0,0 +1,11 @@
+set noparent
+
+# These owners are in place to ensure that dockerfiles are changed in a way
+# that maximizes use of docker cache when rebuilding and that the docker images
+# are fast to build and sane in general.
+# Also, push_testing_images.sh needs to be used upon changing the docker images
+# for kokoro to be able to access the pre-built images.
+
+@jtattermusch
+@matt-kwong
+@nicolasnoble