-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Adjust repo stub wording #1193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adjust repo stub wording #1193
Conversation
$ ./generate-repo-stub-readme.sh mysql
# About this Repo
This is the Git repo of the [Docker "Official Image"](https://docs.docker.com/docker-hub/official_repos/) for [mysql](https://hub.docker.com/_/mysql/) (which does not necessarily mean it is "official" according to mysql upstream). See [the Docker Hub page](https://hub.docker.com/_/mysql/) for the full readme on how to use this Docker image and for information regarding contributing and issues.
The [full description from Docker Hub](https://hub.docker.com/_/mysql/) is generated over in [docker-library/docs](https://github.com/docker-library/docs), specifically in [docker-library/docs/mysql](https://github.com/docker-library/docs/tree/master/mysql).
See a change merged here that doesn't show up on Docker Hub yet? Check [the "library/mysql" manifest file in the docker-library/official-images repo](https://github.com/docker-library/official-images/blob/master/library/mysql), especially [PRs with the "library/mysql" label on that repo](https://github.com/docker-library/official-images/labels/library%2Fmysql). For more information about the official images process, see the [docker-library/official-images readme](https://github.com/docker-library/official-images/blob/master/README.md).
---
- [Travis CI:
](https://travis-ci.org/docker-library/mysql/branches)
- [Automated `update.sh`:
](https://doi-janky.infosiftr.net/job/update.sh/job/mysql)
<!-- THIS FILE IS GENERATED BY https://github.com/docker-library/docs/blob/master/generate-repo-stub-readme.sh --> About this RepoThis is the Git repo of the Docker "Official Image" for mysql (which does not necessarily mean it is "official" according to mysql upstream). See the Docker Hub page for the full readme on how to use this Docker image and for information regarding contributing and issues. The full description from Docker Hub is generated over in docker-library/docs, specifically in docker-library/docs/mysql. See a change merged here that doesn't show up on Docker Hub yet? Check the "library/mysql" manifest file in the docker-library/official-images repo, especially PRs with the "library/mysql" label on that repo. For more information about the official images process, see the docker-library/official-images readme. |
@michaelklishin is this wording better WRT docker-library/rabbitmq#46? (would love to find decent wording that makes the status more clear in the face of the misleading name of the program itself) |
I suppose we could also embed the contents of |
Updated example for https://github.com/docker-library/rabbitmqMaintained by: the Docker CommunityThis is the Git repo of the Docker "Official Image" for rabbitmq (not to be confused with any official rabbitmq image provided by rabbitmq upstream). See the Docker Hub page for the full readme on how to use this Docker image and for information regarding contributing and issues. The full description from Docker Hub is generated over in docker-library/docs, specifically in docker-library/docs/rabbitmq. See a change merged here that doesn't show up on Docker Hub yet? Check the "library/rabbitmq" manifest file in the docker-library/official-images repo, especially PRs with the "library/rabbitmq" label on that repo. For more information about the official images process, see the docker-library/official-images readme. |
generate-repo-stub-readme.sh
Outdated
|
||
See a change merged here that doesn't show up on the Docker Hub yet? 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). For more information about the official images process, see the [docker-library/official-images readme](https://github.com/docker-library/official-images/blob/master/README.md). | ||
See a change merged here that doesn't show up on Docker Hub yet? 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). For more information about the official images process, see the [docker-library/official-images readme](https://github.com/docker-library/official-images/blob/master/README.md). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should make this a heading since it is about the image and not the docs. (as a bonus it becomes linkable for issues)
+ # See a change merged here that doesn't show up on Docker Hub yet?
https://github.com/docker-library/rabbitmqMaintained by: the Docker CommunityThis is the Git repo of the Docker "Official Image" for rabbitmq (not to be confused with any official rabbitmq image provided by rabbitmq upstream). See the Docker Hub page for the full readme on how to use this Docker image and for information regarding contributing and issues. The full description from Docker Hub is generated over in docker-library/docs, specifically in docker-library/docs/rabbitmq. See a change merged here that doesn't show up on Docker Hub yet?Check the "library/rabbitmq" manifest file in the docker-library/official-images repo, especially PRs with the "library/rabbitmq" label on that repo. For more information about the official images process, see the docker-library/official-images readme. |
79bf53c
to
dd8c321
Compare
No description provided.