comparison docker/backend-dev-e2e/Dockerfile @ 3709:09f5ac48ffe3

merge bookmark @
author Goffi <goffi@goffi.org>
date Fri, 12 Nov 2021 17:21:24 +0100
parents 9c50d2f812c1 f25442794e11
children 31c84a32c897
comparison
equal deleted inserted replaced
3684:8353cc3b8db9 3709:09f5ac48ffe3
1 ARG REVISION=dev 1 ARG REVISION
2 FROM libervia/backend:${REVISION} 2 FROM libervia/backend:${REVISION:-dev}
3 3
4 LABEL maintainer="Goffi <tmp_dockerfiles@goffi.org>" 4 LABEL maintainer="Goffi <tmp_dockerfiles@goffi.org>"
5 5
6 USER root 6 USER root
7 7
56 # useful for debugging 56 # useful for debugging
57 pudb 57 pudb
58 58
59 RUN ./entrypoint.sh \ 59 RUN ./entrypoint.sh \
60 # we create the file sharing component which will autoconnect when backend is started 60 # we create the file sharing component which will autoconnect when backend is started
61 li profile create file_sharing -j files.server1.test -p "" --xmpp-password test_e2e -C file_sharing -A && \ 61 li profile create file-sharing -j files.server1.test -p "" --xmpp-password test_e2e -C file-sharing -A && \
62 libervia-backend stop 62 libervia-backend stop
63 63
64 ENV LIBERVIA_TEST_REPORT_DIR=/reports 64 ENV LIBERVIA_TEST_REPORT_DIR=/reports
65 ENV DISPLAY=:0 65 ENV DISPLAY=:0
66 USER root 66 USER root