add files for building containter artifacts

Lifted in large parts from version 9.5 of the SCL postgresql container.

https://github.com/sclorg/postgresql-container
This commit is contained in:
Nils Philippsen 2017-05-11 11:56:47 +02:00
commit fa7e7e5dec
15 changed files with 830 additions and 0 deletions

View file

@ -0,0 +1,5 @@
#!/bin/bash
export ENABLE_REPLICATION=true
exec run-postgresql "$@"