We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5498450 commit 23ae6cbCopy full SHA for 23ae6cb
Dockerfile
@@ -1,12 +1,9 @@
1
FROM kelvich/postgres_cluster
2
3
-USER postgres
4
-
5
RUN cd /pg/src/contrib/raftable && make clean && make install
6
7
RUN mkdir /pg/mmts
8
COPY ./ /pg/mmts/
9
-RUN chown -R postgres:postgres /pg/mmts
10
11
RUN export RAFTABLE_PATH=/pg/src/contrib/raftable && \
12
export USE_PGXS=1 && \
@@ -15,6 +12,7 @@ RUN export RAFTABLE_PATH=/pg/src/contrib/raftable && \
15
# pg_regress client assumes such dir exists on server
16
13
RUN mkdir /pg/src/src/test/regress/results
17
14
+USER postgres
18
ENV PGDATA /pg/data
19
ENTRYPOINT ["/pg/mmts/tests2/docker-entrypoint.sh"]
20
0 commit comments