From 198467897922a0cb2397df42da0026cbb0b3de16 Mon Sep 17 00:00:00 2001 From: George T Kramer Date: Tue, 14 May 2019 11:08:18 -0700 Subject: [PATCH] Add reference to Docker library's official images Direct contributors to correct place to look for existing Dockerfiles. Signed-off-by: George T Kramer --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5f8689d..95e85d0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,6 +22,10 @@ This often means: * Having a section in the README of the derivative image that includes an Extra Build args section mentioning how to use swupd +Common existing Dockerfiles may be found at the +[repository](https://github.com/docker-library/official-images/) for Docker +library's official images. + Criteria for Pull Request Acceptance ------------------------------------