1
0
mirror of https://github.com/docker-library/postgres.git synced 2026-01-03 16:42:27 +03:00
Commit Graph

10 Commits

Author SHA1 Message Date
Joe Ferguson
c686efac7c Adjust the apt-sources line to use the DEBIAN_SUITE 2017-06-22 10:59:57 -07:00
Joe Ferguson
972294a377 Fix failure to remove non-existent gpg files 2017-06-22 10:25:36 -07:00
Joe Ferguson
d8abce4e82 Add gpg when necessary, ensure prove exists 2017-06-21 17:01:35 -07:00
Joe Ferguson
a4b217591a Add 10~beta1 2017-06-21 16:03:02 -07:00
Tianon Gravi
54053ad27a Adjust "/var/run/postgresql" permissions for arbitrary-user support 2017-05-19 10:46:58 -07:00
Tianon Gravi
fc676766b4 Put "docker-entrypoint.sh" in PATH (with backwards-compat symlink) 2017-02-08 16:22:56 -08:00
Tianon Gravi
3706d4c456 Allow arbitrary --user values (mostly)
One special case is that `initdb` _requires_ the current user to exist in `/etc/passwd`, but running PostgreSQL itself does not require that.
2017-01-19 14:59:34 -08:00
Tianon Gravi
b68154ed79 Use "/var/run/postgresql" consistently (and apply Debian's change of the default socket path to Alpine also) 2017-01-19 14:24:15 -08:00
Tianon Gravi
ea6f466b25 Use "/etc/apt/trusted.gpg.d" instead of "apt-key adv"
> Note: Instead of using this command a keyring should be placed
> directly in the /etc/apt/trusted.gpg.d/ directory with a
> descriptive name and either "gpg" or "asc" as file extension.

https://manpages.debian.org/cgi-bin/man.cgi?query=apt-key&manpath=Debian+testing+stretch
2017-01-10 15:58:17 -08:00
Tianon Gravi
a9c1b15a7a Sync a bit more with the Debian configure flags (adding comments for where we differ) and add all versions (including "update.sh" and "generate-stackbrew-library.sh" changes, with our new template) 2016-11-03 14:18:48 -07:00