File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ ROOTPATH ?= $(GOPATH)/src/github.com/cybertec/cybertec-pg-container
29
29
30
30
# Build Images
31
31
32
- all : base pgbackrest postgres
32
+ all : base postgres postgres-gis pgbackrest pgbouncer exporter
33
33
base : base
34
34
pgbackrest : pgbackrest
35
35
postgres : base postgres
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ ENV PATHBACKUP = $PATH
66
66
RUN wget https://smarden.org/runit/runit-2.1.2.tar.gz -P /package/
67
67
COPY cron_unprivileged.c /package/
68
68
69
- RUN pip3 install 'PyYAML<6.0' setuptools pystache loader kazoo meld3 boto python-etcd psutil requests cdiff ydiff==1.3 --upgrade \
69
+ RUN pip3 install 'PyYAML<6.0' setuptools pystache loader kazoo meld3 boto python-etcd psutil requests cdiff ydiff==1.4.2 --upgrade \
70
70
&& if [[ $PATRONI_VERSION == "multisite-" * ]]; then \
71
71
git clone -b $PATRONI_VERSION https://github.com/cybertec-postgresql/patroni; \
72
72
pip3 install ./patroni[kubernetes,etcd,etcd3]; \
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ ENV PATHBACKUP = $PATH
65
65
RUN wget https://smarden.org/runit/runit-2.1.2.tar.gz -P /package/
66
66
COPY cron_unprivileged.c /package/
67
67
68
- RUN pip3 install 'PyYAML<6.0' setuptools pystache loader kazoo meld3 boto python-etcd psutil requests cdiff ydiff==1.3 --upgrade \
68
+ RUN pip3 install 'PyYAML<6.0' setuptools pystache loader kazoo meld3 boto python-etcd psutil requests cdiff ydiff==1.4.2 --upgrade \
69
69
&& if [[ $PATRONI_VERSION == "multisite-" * ]]; then \
70
70
git clone -b $PATRONI_VERSION https://github.com/cybertec-postgresql/patroni; \
71
71
pip3 install ./patroni[kubernetes,etcd,etcd3]; \
You can’t perform that action at this time.
0 commit comments