Skip to content

Commit 1de0a96

Browse files
committed
regression tests on travis #2
1 parent 400b173 commit 1de0a96

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

contrib/mmts/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
FROM kelvich/postgres_cluster
22

3-
USER postgres
4-
53
RUN cd /pg/src/contrib/raftable && make clean && make install
64

75
RUN mkdir /pg/mmts
86
COPY ./ /pg/mmts/
9-
RUN chown -R postgres:postgres /pg/mmts
107

118
RUN export RAFTABLE_PATH=/pg/src/contrib/raftable && \
129
export USE_PGXS=1 && \
@@ -15,6 +12,7 @@ RUN export RAFTABLE_PATH=/pg/src/contrib/raftable && \
1512
# pg_regress client assumes such dir exists on server
1613
RUN mkdir /pg/src/src/test/regress/results
1714

15+
USER postgres
1816
ENV PGDATA /pg/data
1917
ENTRYPOINT ["/pg/mmts/tests2/docker-entrypoint.sh"]
2018

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy