Update generated README
Especially to link to the new FAQ entry (https://github.com/docker-library/faq#an-images-source-changed-in-git-now-what)
This commit is contained in:
parent
6274e4c4c6
commit
634ab9d8ab
18
README.md
18
README.md
|
|
@ -2,26 +2,24 @@
|
|||
|
||||
## Maintained by: [the PostgreSQL Docker Community](https://github.com/docker-library/postgres)
|
||||
|
||||
This is the Git repo of the [Docker "Official Image"](https://docs.docker.com/docker-hub/official_repos/) for [postgres](https://hub.docker.com/_/postgres/) (not to be confused with any official postgres image provided by postgres upstream). See [the Docker Hub page](https://hub.docker.com/_/postgres/) for the full readme on how to use this Docker image and for information regarding contributing and issues.
|
||||
This is the Git repo of the [Docker "Official Image"](https://github.com/docker-library/official-images#what-are-official-images) for [`postgres`](https://hub.docker.com/_/postgres/) (not to be confused with any official `postgres` image provided by `postgres` upstream). See [the Docker Hub page](https://hub.docker.com/_/postgres/) 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/_/postgres/) is generated over in [docker-library/docs](https://github.com/docker-library/docs), specifically in [docker-library/docs/postgres](https://github.com/docker-library/docs/tree/master/postgres).
|
||||
The [full image description on Docker Hub](https://hub.docker.com/_/postgres/) is generated/maintained over in [the docker-library/docs repository](https://github.com/docker-library/docs), specifically in [the `postgres` directory](https://github.com/docker-library/docs/tree/master/postgres).
|
||||
|
||||
## See a change merged here that doesn't show up on Docker Hub yet?
|
||||
|
||||
Check [the "library/postgres" manifest file in the docker-library/official-images repo](https://github.com/docker-library/official-images/blob/master/library/postgres), especially [PRs with the "library/postgres" label on that repo](https://github.com/docker-library/official-images/labels/library%2Fpostgres).
|
||||
For more information about the full official images 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).
|
||||
|
||||
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).
|
||||
For outstanding `postgres` image PRs, check [PRs with the "library/postgres" label on the official-images repository](https://github.com/docker-library/official-images/labels/library%2Fpostgres). For the current "source of truth" for [`postgres`](https://hub.docker.com/_/postgres/), see [the `library/postgres` file in the official-images repository](https://github.com/docker-library/official-images/blob/master/library/postgres).
|
||||
|
||||
---
|
||||
|
||||
- [Travis CI:
|
||||
](https://travis-ci.org/docker-library/postgres/branches)
|
||||
- [Automated `update.sh`:
|
||||
](https://doi-janky.infosiftr.net/job/update.sh/job/postgres)
|
||||
- [](https://travis-ci.org/docker-library/postgres/branches)
|
||||
- [](https://doi-janky.infosiftr.net/job/update.sh/job/postgres)
|
||||
|
||||
| Build | Status | Badges | (per-arch) |
|
||||
|:-:|:-:|:-:|:-:|
|
||||
| [`amd64`<br />](https://doi-janky.infosiftr.net/job/multiarch/job/amd64/job/postgres) | [`arm32v5`<br />](https://doi-janky.infosiftr.net/job/multiarch/job/arm32v5/job/postgres) | [`arm32v6`<br />](https://doi-janky.infosiftr.net/job/multiarch/job/arm32v6/job/postgres) | [`arm32v7`<br />](https://doi-janky.infosiftr.net/job/multiarch/job/arm32v7/job/postgres) |
|
||||
| [`arm64v8`<br />](https://doi-janky.infosiftr.net/job/multiarch/job/arm64v8/job/postgres) | [`i386`<br />](https://doi-janky.infosiftr.net/job/multiarch/job/i386/job/postgres) | [`ppc64le`<br />](https://doi-janky.infosiftr.net/job/multiarch/job/ppc64le/job/postgres) | [`s390x`<br />](https://doi-janky.infosiftr.net/job/multiarch/job/s390x/job/postgres) |
|
||||
| [](https://doi-janky.infosiftr.net/job/multiarch/job/amd64/job/postgres) | [](https://doi-janky.infosiftr.net/job/multiarch/job/arm32v5/job/postgres) | [](https://doi-janky.infosiftr.net/job/multiarch/job/arm32v6/job/postgres) | [](https://doi-janky.infosiftr.net/job/multiarch/job/arm32v7/job/postgres) |
|
||||
| [](https://doi-janky.infosiftr.net/job/multiarch/job/arm64v8/job/postgres) | [](https://doi-janky.infosiftr.net/job/multiarch/job/i386/job/postgres) | [](https://doi-janky.infosiftr.net/job/multiarch/job/ppc64le/job/postgres) | [](https://doi-janky.infosiftr.net/job/multiarch/job/s390x/job/postgres) |
|
||||
|
||||
<!-- THIS FILE IS GENERATED BY https://github.com/docker-library/docs/blob/master/generate-repo-stub-readme.sh -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue