Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ RUN apt-get update && \
pv \
gettext-base

ARG CITUS_VERSION

# RUN curl https://install.citusdata.com/community/deb.sh | bash && \
# apt-get install -y postgresql-$PG_MAJOR-citus-$CITUS_VERSION

COPY setup_db.sh /docker-entrypoint-initdb.d/setup_db.sh

COPY psql pg_dump pg_dumpall wal-g /usr/local/bin/
Expand All @@ -88,7 +83,3 @@ RUN ln -s /opt/yacron/bin/yacron /usr/local/bin

RUN curl -L https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -o /usr/local/bin/yq && \
chmod +x /usr/local/bin/yq

ARG DBMATE_VERSION
RUN curl -fsSL -o /usr/local/bin/dbmate https://github.com/amacneil/dbmate/releases/download/v$DBMATE_VERSION/dbmate-linux-amd64 && \
chmod +x /usr/local/bin/dbmate
8 changes: 3 additions & 5 deletions versions.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
PG_VERSION=17.0
PATRONI_VERSION=4.0.2
CITUS_VERSION=12.1.4
WAL_G_VERSION=3.0.3
PG_VERSION=17.4
PATRONI_VERSION=4.0.5
WAL_G_VERSION=3.0.5
PG_ACOUSTID_VERSION=1.0.0
DBMATE_VERSION=2.23.0
Loading