Remove leftovers

This commit is contained in:
Feike Steenbergen
2016-06-15 13:37:58 +02:00
parent 8ddb5908f2
commit 8e59118271
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -9,3 +9,4 @@ build/
coverage.xml
junit.xml
pgpass
scm-source.json
-2
View File
@@ -3,11 +3,9 @@
FROM ubuntu:16.04
MAINTAINER Feike Steenbergen <[email protected]>
# We need curl
RUN echo 'APT::Install-Recommends "0";' > /etc/apt/apt.conf.d/01norecommend
RUN echo 'APT::Install-Suggests "0";' >> /etc/apt/apt.conf.d/01norecommend
# Add PGDG repositories
ENV PGVERSION 9.5
RUN apt-get update -y \
&& apt-get upgrade -y \
+3
View File
@@ -107,6 +107,9 @@ bootstrap:
- host replication replicator ${DOCKER_IP}/16 md5
__EOF__
mkdir -p "$HOME/.config/patroni"
ln -s /patroni/postgres.yaml "$HOME/.config/patroni/patronictl.yaml"
if [ ! -z $CHEAT ]
then
while :