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
2929
3030# Build Images
3131
32- all : base pgbackrest postgres
32+ all : base postgres postgres-gis pgbackrest pgbouncer exporter
3333base : base
3434pgbackrest : pgbackrest
3535postgres : base postgres
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ ENV PATHBACKUP = $PATH
6666RUN wget https://smarden.org/runit/runit-2.1.2.tar.gz -P /package/
6767COPY cron_unprivileged.c /package/
6868
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 \
7070 && if [[ $PATRONI_VERSION == "multisite-" * ]]; then \
7171 git clone -b $PATRONI_VERSION https://github.com/cybertec-postgresql/patroni; \
7272 pip3 install ./patroni[kubernetes,etcd,etcd3]; \
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ ENV PATHBACKUP = $PATH
6565RUN wget https://smarden.org/runit/runit-2.1.2.tar.gz -P /package/
6666COPY cron_unprivileged.c /package/
6767
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 \
6969 && if [[ $PATRONI_VERSION == "multisite-" * ]]; then \
7070 git clone -b $PATRONI_VERSION https://github.com/cybertec-postgresql/patroni; \
7171 pip3 install ./patroni[kubernetes,etcd,etcd3]; \
You can’t perform that action at this time.
0 commit comments