|
|
@@ -15,6 +15,7 @@ All Markdown files here are run through [tianon's fork of `markdownfmt`](https:/
|
|
|
- create a `README-short.txt` (required, 100 char max)
|
|
|
- create a `content.md` (required)
|
|
|
- create a `license.md` (required)
|
|
|
+- create a `maintainer.md` (required)
|
|
|
- create a `github-repo` (required)
|
|
|
- add a `logo.png` (recommended)
|
|
|
|
|
|
@@ -95,6 +96,10 @@ This file should contain a link to the license for the main software in the imag
|
|
|
View [license information](http://golang.org/LICENSE) for the software contained in this image.
|
|
|
```
|
|
|
|
|
|
+## `<image name>/maintainer.md`
|
|
|
+
|
|
|
+This file should contain a link to the maintainers of the Dockerfile.
|
|
|
+
|
|
|
## `<image name>/github-repo`
|
|
|
|
|
|
This file should contain the URL to the GitHub repository for the Dockerfiles that become the images. The file should be in a single line ending in a newline with no extraneous whitespace. Only one GitHub repo per image repository is supported. It is used in generating links. Here is an example for `golang`:
|