diff --git a/9.1/Dockerfile b/9.1/Dockerfile index 24b44b392e..a79f6e5c7d 100644 --- a/9.1/Dockerfile +++ b/9.1/Dockerfile @@ -1,5 +1,5 @@ # vim:set ft=dockerfile: -FROM debian:jessie +FROM nickcis/debian-32:jessie # explicitly set user/group IDs RUN groupadd -r postgres --gid=999 && useradd -r -g postgres --uid=999 postgres diff --git a/9.2/Dockerfile b/9.2/Dockerfile index fb7e636ba2..2b76149b83 100644 --- a/9.2/Dockerfile +++ b/9.2/Dockerfile @@ -1,5 +1,5 @@ # vim:set ft=dockerfile: -FROM debian:jessie +FROM nickcis/debian-32:jessie # explicitly set user/group IDs RUN groupadd -r postgres --gid=999 && useradd -r -g postgres --uid=999 postgres diff --git a/9.3/Dockerfile b/9.3/Dockerfile index 6701388529..e2a45d8492 100644 --- a/9.3/Dockerfile +++ b/9.3/Dockerfile @@ -1,5 +1,5 @@ # vim:set ft=dockerfile: -FROM debian:jessie +FROM nickcis/debian-32:jessie # explicitly set user/group IDs RUN groupadd -r postgres --gid=999 && useradd -r -g postgres --uid=999 postgres diff --git a/9.4/Dockerfile b/9.4/Dockerfile index 325460920a..b075f541d8 100644 --- a/9.4/Dockerfile +++ b/9.4/Dockerfile @@ -1,5 +1,5 @@ # vim:set ft=dockerfile: -FROM debian:jessie +FROM nickcis/debian-32:jessie # explicitly set user/group IDs RUN groupadd -r postgres --gid=999 && useradd -r -g postgres --uid=999 postgres diff --git a/9.5/Dockerfile b/9.5/Dockerfile index e4fa20cc84..abbb83b862 100644 --- a/9.5/Dockerfile +++ b/9.5/Dockerfile @@ -1,5 +1,5 @@ # vim:set ft=dockerfile: -FROM debian:jessie +FROM nickcis/debian-32:jessie # explicitly set user/group IDs RUN groupadd -r postgres --gid=999 && useradd -r -g postgres --uid=999 postgres diff --git a/README.md b/README.md index 0899a9aeb1..a21986d9fe 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,5 @@ # About this Repo -This is the Git repo of the Docker [official image](https://docs.docker.com/docker-hub/official_repos/) for [postgres](https://registry.hub.docker.com/_/postgres/). See [the Docker Hub page](https://registry.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 32 bits image for [postgres](https://hub.docker.com/r/nickcis/postgres/). See [the Docker Hub page](https://registry.hub.docker.com/_/postgres/) for the full readme on how to use this Docker image and for information regarding contributing and issues. The full readme is generated over in [docker-library/docs](https://github.com/docker-library/docs), specificially in [docker-library/docs/postgres](https://github.com/docker-library/docs/tree/master/postgres). - -See a change merged here that doesn't show up on the 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 official images process, see the [docker-library/official-images readme](https://github.com/docker-library/official-images/blob/master/README.md). - -[![Travis CI](https://img.shields.io/travis/docker-library/postgres/master.svg)](https://travis-ci.org/docker-library/postgres/branches) - -