Skip to content

Commit e9de14d

Browse files
committed
Changing base image to nickcis/debian-32
1 parent 48d6cd0 commit e9de14d

File tree

6 files changed

+6
-12
lines changed

6 files changed

+6
-12
lines changed

9.1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# vim:set ft=dockerfile:
2-
FROM debian:jessie
2+
FROM nickcis/debian-32:jessie
33

44
# explicitly set user/group IDs
55
RUN groupadd -r postgres --gid=999 && useradd -r -g postgres --uid=999 postgres

9.2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# vim:set ft=dockerfile:
2-
FROM debian:jessie
2+
FROM nickcis/debian-32:jessie
33

44
# explicitly set user/group IDs
55
RUN groupadd -r postgres --gid=999 && useradd -r -g postgres --uid=999 postgres

9.3/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# vim:set ft=dockerfile:
2-
FROM debian:jessie
2+
FROM nickcis/debian-32:jessie
33

44
# explicitly set user/group IDs
55
RUN groupadd -r postgres --gid=999 && useradd -r -g postgres --uid=999 postgres

9.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# vim:set ft=dockerfile:
2-
FROM debian:jessie
2+
FROM nickcis/debian-32:jessie
33

44
# explicitly set user/group IDs
55
RUN groupadd -r postgres --gid=999 && useradd -r -g postgres --uid=999 postgres

9.5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# vim:set ft=dockerfile:
2-
FROM debian:jessie
2+
FROM nickcis/debian-32:jessie
33

44
# explicitly set user/group IDs
55
RUN groupadd -r postgres --gid=999 && useradd -r -g postgres --uid=999 postgres

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
# About this Repo
22

3-
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.
3+
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.
44

55
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).
6-
7-
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).
8-
9-
[![Travis CI](https://img.shields.io/travis/docker-library/postgres/master.svg)](https://travis-ci.org/docker-library/postgres/branches)
10-
11-
<!-- THIS FILE IS GENERATED BY https://github.com/docker-library/docs/blob/master/generate-repo-stub-readme.sh -->

0 commit comments

Comments
 (0)