Commit Graph

700 Commits

Author SHA1 Message Date
Tianon Gravi 33bccfcadd Fix silently skipped init scripts 2020-02-28 16:01:52 -08:00
yosifkit 0a0f6444f5
Merge pull request #684 from hakandilek/master
Remove unnecessary packages from the image
2020-02-25 16:57:35 -08:00
Docker Library Bot bdfa18e43c Update to 10.12-2.pgdg90+1 2020-02-24 19:02:14 +00:00
Docker Library Bot 1de51ab35e Update to 9.5.21-2.pgdg90+1 2020-02-24 19:02:14 +00:00
Docker Library Bot 8b792b8005 Update to 9.6.17-2.pgdg90+1 2020-02-24 19:02:14 +00:00
Docker Library Bot 7491dca61e Update to 12.2-2.pgdg100+1 2020-02-24 19:02:14 +00:00
Docker Library Bot 06cc08b44b Update to 11.7-2.pgdg90+1 2020-02-24 19:02:14 +00:00
Hakan Dilek 72d7408ad3 Do not install recommended dependencies
This results in a ~80MB image size reduction.
2020-02-21 16:14:34 -08:00
Tianon Gravi 4dc16e44d1
Merge pull request #686 from infosiftr/xz-files
Add .sql.xz support to docker-entrypoint-initdb.d
2020-02-17 16:10:20 -08:00
Joe Ferguson 4f70bf2b81 Add .sql.xz support to docker-entrypoint-initdb.d
xzcat is provided by busybox in alpine
2020-02-17 15:38:43 -08:00
yosifkit ba0e45ba98
Merge pull request #685 from infosiftr/clarify-unset
Clarify that "POSTGRES_PASSWORD" should be non-empty
2020-02-17 15:05:09 -08:00
Tianon Gravi f1bc8782e7 Clarify that "POSTGRES_PASSWORD" should be non-empty
(Assuming "POSTGRES_HOST_AUTH_METHOD" is not set to the "trust" value which does not require passwords.)
2020-02-17 12:56:07 -08:00
yosifkit 05ac2d3ba6
Merge pull request #680 from infosiftr/eol-9.4
Remove EOL 9.4
2020-02-14 15:50:13 -08:00
Tianon Gravi 6bb7ce5509 Remove EOL 9.4
See https://www.postgresql.org/support/versioning/ (9.4 "Final Release" was February 13, 2020).
2020-02-14 15:48:44 -08:00
yosifkit 6d1f671dcd
Merge pull request #669 from yaroze/master
Change default shell for user postgres to sh
2020-02-14 13:47:34 -08:00
Docker Library Bot d21499fa3f Update to 10.12-1.pgdg90+1 2020-02-14 07:02:14 +00:00
Docker Library Bot 33e66cdc27 Update to 9.5.21 2020-02-14 07:02:14 +00:00
Docker Library Bot 505eda1291 Update to 11.7-1.pgdg90+1 2020-02-14 07:02:14 +00:00
Docker Library Bot d3908b054d Update to 11.7 2020-02-14 07:02:14 +00:00
Docker Library Bot f45fb74959 Update to 9.5.21-1.pgdg90+1 2020-02-14 07:02:14 +00:00
Docker Library Bot ef7af1266d Update to 9.4.26-1.pgdg90+1 2020-02-14 07:02:14 +00:00
Docker Library Bot 9558084c73 Update to 9.6.17-1.pgdg90+1 2020-02-14 07:02:14 +00:00
Docker Library Bot 8bebabd5bc Update to 10.12 2020-02-14 07:02:14 +00:00
Docker Library Bot 06bd57c3c3 Update to 9.6.17 2020-02-14 07:02:14 +00:00
Docker Library Bot 10fe2ae44b Update to 12.2-1.pgdg100+1 2020-02-14 07:02:14 +00:00
Docker Library Bot 691a785b0b Update to 12.2 2020-02-14 07:02:14 +00:00
Docker Library Bot 473b58e971 Update to 9.4.26 2020-02-14 07:02:14 +00:00
Joe Ferguson f0edc5c30e Run update.sh to apply shell to all alpine versions 2020-02-13 17:26:53 -08:00
Pedro Lucas Farinha f582075c1c Changed default shell for user postgres 2020-02-13 17:16:35 -08:00
yosifkit 16dd8dbf87
Merge pull request #658 from infosiftr/more-mysql
Error when `POSTGRES_PASSWORD` is unset like mysql
2020-02-12 15:47:15 -08:00
Tianon Gravi 55e3dc0380
Merge pull request #657 from J0WI/alpine11
Upgrade to Alpine 3.11
2020-01-29 14:57:28 -08:00
Joe Ferguson 46161d6ab3 Add missing -n's to bash test 2020-01-09 16:19:13 -08:00
Joe Ferguson 42ce7437ee Error when POSTGRES_PASSWORD is unset like mysql
Add POSTGRES_HOST_AUTH_METHOD to bring back old behavior and be similar to MYSQL_ALLOW_EMPTY_PASSWORD, but add warning when "trust" is used since it disables all passwords
2020-01-09 16:19:02 -08:00
J0WI c4b019526a Add home dir 2020-01-01 01:31:50 +01:00
J0WI 52814abac4 Bump LLVM to 9 2019-12-23 19:34:41 +01:00
J0WI ada31ea8dc Add postgres directory and user 2019-12-23 02:21:09 +01:00
J0WI 1cbd3a1666 Upgrade to Alpine 3.11 2019-12-20 04:05:38 +01:00
Tianon Gravi 0d0485cb02
Merge pull request #647 from infosiftr/help
Check for "help" to short circuit server starting (since they break when passed to pg_ctl)
2019-12-03 09:43:18 -08:00
yosifkit ae986e1ac3
Merge pull request #646 from infosiftr/PGPORT
Update temporary server to prefer PGPORT if set (since the client and server both normally respect that variable)
2019-12-02 19:11:38 -08:00
Joe Ferguson de2aa0bf56 Check for "help" to short circuit server starting (since they break when passed to pg_ctl) 2019-12-02 19:05:53 -08:00
Tianon Gravi 89a2fb84e6 Update temporary server to prefer PGPORT if set (since the client and server both normally respect that variable) 2019-12-02 18:07:23 -08:00
yosifkit 4c4693ef13
Merge pull request #643 from infosiftr/alpine-jit
Add JIT support for Alpine on 11+
2019-11-27 15:41:47 -08:00
Tianon Gravi c8bf23b75f Add JIT support for Alpine on 11+ 2019-11-27 14:55:25 -08:00
Tianon Gravi d88a8f8f81
Merge pull request #638 from thekiba/patch-1
typo fix
2019-11-26 15:55:14 -08:00
Tianon Gravi 34df4665bf Apply update.sh 2019-11-26 15:54:46 -08:00
Andrew Grekov b6a3881e30 typo fix 2019-11-26 15:54:18 -08:00
yosifkit 50ea342253
Merge pull request #642 from infosiftr/temporary-port
Adjust "docker_temp_server_start" to override port for consistent unix socket path
2019-11-26 15:40:26 -08:00
Tianon Gravi 820323fa89 Adjust "docker_temp_server_start" to override port for consistent unix socket path 2019-11-25 17:15:02 -08:00
Docker Library Bot 5beb1d4c3a Update to 9.4.25-1.pgdg90+1 2019-11-15 13:02:11 +00:00
Docker Library Bot a0ec4f5af7 Update to 9.5.20 2019-11-15 13:02:11 +00:00