1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-11-17 13:02:40 +03:00
Commit Graph

236 Commits

Author SHA1 Message Date
Tianon Gravi
2f0f505894 Apply update.sh 2017-07-27 16:54:40 -07:00
triviere
c9c4089644 Update docker-entrypoint.sh
Improvement shebang
2017-07-25 01:06:21 +02:00
yosifkit
466a61bac6 Merge pull request #311 from infosiftr/perl-ipc-run
Update to 10beta2
2017-07-14 10:58:25 -07:00
Tianon Gravi
f3146f857b Update to 10beta2
This adds perl-ipc-run to Alpine since 10's configure script now requires it.
2017-07-14 09:43:00 -07:00
yosifkit
0f55625d25 Merge pull request #303 from infosiftr/10beta
Add 10~beta1
2017-06-22 16:08:08 -07:00
Joe Ferguson
83ea4439e8 Tianon requested changes
- fail on unset vars so that missing suites on new version gives a more useful error
- prevent inconsistent bash handling of tilde in `${variable//~/}`
- use associative array for suite to packages.gz cache
2017-06-22 14:38:29 -07:00
Joe Ferguson
010a4e7e83 Remove postgresql-contrib-10 since it does not exist 2017-06-22 11:24:36 -07:00
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
yosifkit
74857f4148 Merge pull request #298 from infosiftr/multiarch
Add proper Architectures entries in "generate-stackbrew-library.sh"
2017-06-12 10:37:50 -07:00
Tianon Gravi
d1c4c70ee9 Add proper Architectures entries in "generate-stackbrew-library.sh" 2017-06-09 16:52:01 -07:00
Tianon Gravi
2b0f642834 Update "git.savannah.gnu.org" URLs 2017-06-05 09:51:54 -07:00
yosifkit
6d589780e4 Merge pull request #289 from infosiftr/var-run-postgresql
Adjust "/var/run/postgresql" permissions for arbitrary-user support
2017-05-19 13:17:33 -07:00
Tianon Gravi
54053ad27a Adjust "/var/run/postgresql" permissions for arbitrary-user support 2017-05-19 10:46:58 -07:00
Docker Library Bot
e7222bf985 Update to 9.6.3-1.pgdg80+1 2017-05-11 11:02:24 -07:00
Docker Library Bot
a554d043a3 Update to 9.6.3 2017-05-11 11:02:24 -07:00
Docker Library Bot
9ff1e6fb30 Update to 9.3.17 2017-05-11 11:02:24 -07:00
Docker Library Bot
6420763a8a Update to 9.4.12 2017-05-11 11:02:24 -07:00
Docker Library Bot
937cc2b25a Update to 9.2.21-1.pgdg80+1 2017-05-11 11:02:24 -07:00
Docker Library Bot
f59e5f0edb Update to 9.5.7-1.pgdg80+1 2017-05-11 11:02:24 -07:00
Docker Library Bot
347593c5d2 Update to 9.3.17-1.pgdg80+1 2017-05-11 11:02:24 -07:00
Docker Library Bot
c844ef6248 Update to 9.5.7 2017-05-11 11:02:24 -07:00
Docker Library Bot
548a270a6c Update to 9.4.12-1.pgdg80+1 2017-05-11 11:02:24 -07:00
Docker Library Bot
87202c7e94 Update to 9.2.21 2017-05-11 11:02:24 -07:00
yosifkit
76858f0957 Merge pull request #284 from infosiftr/multiarch
Add explicit "--build" to our "./configure" invocations
2017-05-10 12:05:46 -07:00
Tianon Gravi
975f6a2705 Explicitly update "config.guess" and "config.sub" (and update "ossp-uuid" code) 2017-05-10 10:54:54 -07:00
Tianon Gravi
bc44222ff8 Add explicit "--build" to our "./configure" invocations 2017-05-10 10:19:28 -07:00
yosifkit
5fddf91c23 Merge pull request #277 from infosiftr/alpine-mkdir-home
Add "mkdir ~postgres" with proper permissions
2017-04-25 15:14:07 -07:00
Tianon Gravi
ee20f10a40 Add "mkdir ~postgres" with proper permissions 2017-04-25 14:59:57 -07:00
yosifkit
3b9d57d935 Merge pull request #270 from pahaz/patch-1
Simplify `docker-entrypoint.sh` append one line to EOF
2017-04-06 15:34:27 -07:00
Pahaz Blinov
3d4e5e9f64 Simplify docker-entrypoint.sh append line 2017-04-06 14:32:45 -07:00
Tianon Gravi
123aedc09b Merge pull request #224 from DanielDent/master
POSTGRES_XLOG_DIR to specify transaction log dir
2017-03-20 10:10:03 -07:00
Tianon Gravi
913bc48bfd Update order to match other blocks and move "--xlogdir" handling down to where it'll be invoked regardless of our "root" status 2017-03-20 09:54:06 -07:00
yosifkit
64e333ff1f Merge pull request #255 from kurlzor/add-ossp-uuid
Add ossp uuid to the alpine 9.2 and 9.3 images
2017-03-06 15:19:59 -08:00
Tianon Gravi
439c4976af Minor whitespace and consistency changes 2017-03-06 14:45:24 -08:00
Régis Belson
6e1d6d6825 Add ossp-uuid so all the extensions can be built 2017-03-06 12:35:30 -08:00
Daniel Dent
89530f6020 POSTGRES_INITDB_XLOGDIR to specify xlog log dir
Adds support for the POSTGRES_INITDB_XLOGDIR environment variable, which specifies where the postgres transaction log is stored.

For some use cases, being able to place the transaction log on a different volume is useful.

Existing support for providing flags via $POSTGRES_INITDB_ARGS is inadequate because of the need to create and chown/chmod the directory prior to running initdb.
2017-02-28 14:05:26 -08:00
Tianon Gravi
7f792e7e4d Add "travis_retry" to our build to reduce transitory failures
Documentation is at https://docs.travis-ci.com/user/common-build-problems/#travis_retry

See https://github.com/docker-library/memcached/pull/14 for the test PR for this pattern.
2017-02-27 16:14:17 -08:00
Docker Library Bot
dd88d2f02a Update to 9.6.2 2017-02-09 11:02:21 -08:00
Docker Library Bot
a3b8f2bf53 Update to 9.3.16 2017-02-09 11:02:21 -08:00
Docker Library Bot
5408eaec65 Update to 9.4.11 2017-02-09 11:02:21 -08:00
Docker Library Bot
6870d3db74 Update to 9.3.16-1.pgdg80+1 2017-02-09 11:02:21 -08:00
Docker Library Bot
a869eeccfb Update to 9.5.6-1.pgdg80+1 2017-02-09 11:02:21 -08:00
Docker Library Bot
1e7af691a3 Update to 9.4.11-1.pgdg80+1 2017-02-09 11:02:21 -08:00
Docker Library Bot
5159417968 Update to 9.6.2-1.pgdg80+1 2017-02-09 11:02:21 -08:00
Docker Library Bot
738ec9015c Update to 9.5.6 2017-02-09 11:02:21 -08:00
Docker Library Bot
86ef6fa873 Update to 9.2.20 2017-02-09 11:02:21 -08:00
Docker Library Bot
8c03e6aed7 Update to 9.2.20-1.pgdg80+1 2017-02-09 11:02:21 -08:00