File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 5959 CITUS_VERSION=${{ env.CITUS_VERSION }}
6060 WAL_G_VERSION=${{ env.WAL_G_VERSION }}
6161 PG_ACOUSTID_VERSION=${{ env.PG_ACOUSTID_VERSION }}
62+ DBMATE_VERSION=${{ env.DBMATE_VERSION }}
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ FROM postgres:$PG_VERSION as builder
55ARG WAL_G_VERSION
66ARG PG_ACOUSTID_VERSION
77ARG PATRONI_VERSION
8+ ARG DBMATE_VERSION
89
910RUN apt-get update && \
1011 apt-get install -y \
@@ -88,3 +89,6 @@ RUN ln -s /opt/yacron/bin/yacron /usr/local/bin
8889
8990RUN curl -L https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -o /usr/local/bin/yq && \
9091 chmod +x /usr/local/bin/yq
92+
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 @@ -3,3 +3,4 @@ PATRONI_VERSION=4.0.2
33CITUS_VERSION=12.1.4
44WAL_G_VERSION=3.0.3
55PG_ACOUSTID_VERSION=1.0.0
6+ DBMATE_VERSION=2.23.0
You can’t perform that action at this time.
0 commit comments