Skip to content

Commit eae2f16

Browse files
committed
small updates
1 parent 03735dc commit eae2f16

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
3333
base: base
3434
pgbackrest: pgbackrest
3535
postgres: base postgres

docker/postgres-gis/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ ENV PATHBACKUP = $PATH
6666
RUN wget https://smarden.org/runit/runit-2.1.2.tar.gz -P /package/
6767
COPY 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]; \

docker/postgres/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ ENV PATHBACKUP = $PATH
6565
RUN wget https://smarden.org/runit/runit-2.1.2.tar.gz -P /package/
6666
COPY 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]; \

0 commit comments

Comments
 (0)