File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,11 +60,6 @@ RUN apt-get update && \
6060 pv \
6161 gettext-base
6262
63- ARG CITUS_VERSION
64-
65- # RUN curl https://install.citusdata.com/community/deb.sh | bash && \
66- # apt-get install -y postgresql-$PG_MAJOR-citus-$CITUS_VERSION
67-
6863COPY setup_db.sh /docker-entrypoint-initdb.d/setup_db.sh
6964
7065COPY psql pg_dump pg_dumpall wal-g /usr/local/bin/
@@ -88,7 +83,3 @@ RUN ln -s /opt/yacron/bin/yacron /usr/local/bin
8883
8984RUN curl -L https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -o /usr/local/bin/yq && \
9085 chmod +x /usr/local/bin/yq
91-
92- ARG DBMATE_VERSION
93- RUN curl -fsSL -o /usr/local/bin/dbmate https://github.com/amacneil/dbmate/releases/download/v$DBMATE_VERSION/dbmate-linux-amd64 && \
94- chmod +x /usr/local/bin/dbmate
Original file line number Diff line number Diff line change 1- PG_VERSION=17.0
2- PATRONI_VERSION=4.0.2
3- CITUS_VERSION=12.1.4
4- WAL_G_VERSION=3.0.3
1+ PG_VERSION=17.4
2+ PATRONI_VERSION=4.0.5
3+ WAL_G_VERSION=3.0.5
54PG_ACOUSTID_VERSION=1.0.0
6- DBMATE_VERSION=2.23.0
You can’t perform that action at this time.
0 commit comments