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
+15-8
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,20 @@
1
1
# What is this?
2
2
3
-
This repository contains the docs for each of the Docker official images. See [docker-library/official-images](https://github.com/docker-library/official-images) for the configuration how the images are built. To see all of the official images go to the [hub](https://hub.docker.com/explore/).
4
-
5
-
All Markdown files here are run through [tianon's fork of `markdownfmt`](https://github.com/tianon/markdownfmt) (only forked to add some smaller-diff preference and minor DockerHub-compatibility changes), and verified as formatted correctly via Travis-CI.
6
-
7
-
-[Travis CI:
8
-
](https://travis-ci.org/docker-library/docs)
9
-
-[Automated `update.sh` and `push.sh`:
10
-
](https://doi-janky.infosiftr.net/job/docs/job/update/)
3
+
This repository contains the image documentation for each of the official images. See [docker-library/official-images](https://github.com/docker-library/official-images) for more information about the program in general.
4
+
5
+
All Markdown files here are run through [tianon's fork of `markdownfmt`](https://github.com/tianon/markdownfmt) (only forked to add some smaller-diff preference and minor DockerHub-compatibility changes), and verified as formatted correctly via Travis CI.
6
+
7
+
-[](https://travis-ci.org/docker-library/docs)
8
+
-[](https://doi-janky.infosiftr.net/job/docs/job/library/)
9
+
- [](https://doi-janky.infosiftr.net/job/docs/job/amd64/)
10
+
- [](https://doi-janky.infosiftr.net/job/docs/job/arm32v5/)
11
+
- [](https://doi-janky.infosiftr.net/job/docs/job/arm32v6/)
12
+
- [](https://doi-janky.infosiftr.net/job/docs/job/arm32v7/)
13
+
- [](https://doi-janky.infosiftr.net/job/docs/job/arm64v8/)
14
+
- [](https://doi-janky.infosiftr.net/job/docs/job/i386/)
15
+
- [](https://doi-janky.infosiftr.net/job/docs/job/ppc64le/)
16
+
- [](https://doi-janky.infosiftr.net/job/docs/job/s390x/)
17
+
- [](https://doi-janky.infosiftr.net/job/docs/job/windows-amd64/)
Copy file name to clipboardexpand all lines: generate-repo-stub-readme.sh
+30-26
Original file line number
Diff line number
Diff line change
@@ -45,58 +45,62 @@ cat <<EOREADME
45
45
46
46
## Maintained by: $maintainer
47
47
48
-
This is the Git repo of the [Docker "Official Image"](https://github.com/docker-library/official-images#what-are-official-images) for [$repo]($hubPage) (not to be confused with any official $repo image provided by $repo upstream). See [the Docker Hub page]($hubPage) for the full readme on how to use this Docker image and for information regarding contributing and issues.
48
+
This is the Git repo of the [Docker "Official Image"](https://github.com/docker-library/official-images#what-are-official-images) for [\`$repo\`]($hubPage) (not to be confused with any official \`$repo\` image provided by \`$repo\` upstream). See [the Docker Hub page]($hubPage) for the full readme on how to use this Docker image and for information regarding contributing and issues.
49
49
50
-
The [full description from Docker Hub]($hubPage) is generated over in [docker-library/docs]($gitRepo), specifically in [docker-library/docs/$repo]($gitRepo/tree/master/$repo).
50
+
The [full image description on Docker Hub]($hubPage) is generated/maintained over in [the docker-library/docs repository]($gitRepo), specifically in [the \`$repo\` directory]($gitRepo/tree/master/$repo).
51
51
52
52
## See a change merged here that doesn't show up on Docker Hub yet?
53
53
54
-
Check [the "library/$repo" manifest file in the docker-library/official-images repo](https://github.com/docker-library/official-images/blob/master/library/$repo), especially [PRs with the "library/$repo" label on that repo](https://github.com/docker-library/official-images/labels/library%2F$repo).
54
+
For more information about the full officialimages change lifecycle, see [the "An image's source changed in Git, now what?" FAQ entry](https://github.com/docker-library/faq#an-images-source-changed-in-git-now-what).
55
55
56
-
For more information about the officialimages process, see the [docker-library/official-images readme](https://github.com/docker-library/official-images/blob/master/README.md).
56
+
For outstanding \`$repo\` image PRs, check [PRs with the "library/$repo" label on the official-images repository](https://github.com/docker-library/official-images/labels/library%2F$repo). For the current "source of truth" for [\`$repo\`]($hubPage), see [the \`library/$repo\` file in the official-images repository](https://github.com/docker-library/official-images/blob/master/library/$repo).
0 commit comments