File tree 10 files changed +11
-0
lines changed
scripts/openshift-debugger
10 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ WORKDIR /engine
18
18
19
19
ENV LC_ALL=en_US.utf8
20
20
ENV LANG=en_US.utf8
21
+ ARG PIPENV_CHECK=1
22
+ ARG PIPENV_PYUP_API_KEY=""
21
23
RUN pipenv install --ignore-pipfile --deploy && ln -s /usr/bin/python3 /usr/bin/python && \
22
24
if [ "${PIPENV_CHECK}" == 1 ] ; then pipenv check --system ; fi
23
25
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ ADD /advisor_listener/Pipfile* /advisor_listener/
13
13
ENV LC_ALL=C.utf8
14
14
ENV LANG=C.utf8
15
15
ARG PIPENV_CHECK=1
16
+ ARG PIPENV_PYUP_API_KEY=""
16
17
RUN pip3 install --upgrade pipenv && \
17
18
pipenv install --ignore-pipfile --deploy --system && ln -s /usr/bin/python3 /usr/bin/python && \
18
19
if [ "${PIPENV_CHECK}" == 1 ] ; then pipenv check --system ; fi
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ ADD /evaluator/Pipfile* /evaluator/
13
13
ENV LC_ALL=C.utf8
14
14
ENV LANG=C.utf8
15
15
ARG PIPENV_CHECK=1
16
+ ARG PIPENV_PYUP_API_KEY=""
16
17
RUN pip3 install --upgrade pipenv && \
17
18
pipenv install --ignore-pipfile --deploy --system && ln -s /usr/bin/python3 /usr/bin/python && \
18
19
if [ "${PIPENV_CHECK}" == 1 ] ; then pipenv check --system ; fi
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ ADD /listener/Pipfile* /listener/
13
13
ENV LC_ALL=C.utf8
14
14
ENV LANG=C.utf8
15
15
ARG PIPENV_CHECK=1
16
+ ARG PIPENV_PYUP_API_KEY=""
16
17
RUN pip3 install --upgrade pipenv && \
17
18
pipenv install --ignore-pipfile --deploy --system && ln -s /usr/bin/python3 /usr/bin/python && \
18
19
if [ "${PIPENV_CHECK}" == 1 ] ; then pipenv check --system ; fi
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ ADD /manager/Pipfile* /manager/
26
26
ENV LC_ALL=C.utf8
27
27
ENV LANG=C.utf8
28
28
ARG PIPENV_CHECK=1
29
+ ARG PIPENV_PYUP_API_KEY=""
29
30
RUN pip3 install --upgrade pipenv && \
30
31
pipenv install --ignore-pipfile --deploy --system && ln -s /usr/bin/python3 /usr/bin/python && \
31
32
if [ "${PIPENV_CHECK}" == 1 ] ; then pipenv check --system ; fi
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ ADD /metrics/Pipfile* /metrics/
9
9
ENV LC_ALL=C.utf8
10
10
ENV LANG=C.utf8
11
11
ARG PIPENV_CHECK=1
12
+ ARG PIPENV_PYUP_API_KEY=""
12
13
RUN pip3 install --upgrade pipenv && \
13
14
pipenv install --ignore-pipfile --deploy --system && ln -s /usr/bin/python3 /usr/bin/python && \
14
15
if [ "${PIPENV_CHECK}" == 1 ] ; then pipenv check --system ; fi
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ ADD /platform_mock/Pipfile* /platform_mock/
9
9
ENV LC_ALL=C.utf8
10
10
ENV LANG=C.utf8
11
11
ARG PIPENV_CHECK=1
12
+ ARG PIPENV_PYUP_API_KEY=""
12
13
RUN pip3 install --upgrade pipenv && \
13
14
pipenv install --ignore-pipfile --deploy --system && ln -s /usr/bin/python3 /usr/bin/python && \
14
15
if [ "${PIPENV_CHECK}" == 1 ] ; then pipenv check --system ; fi
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ ADD /common/logging.py /debugger/common/
26
26
ENV LC_ALL=C.utf8
27
27
ENV LANG=C.utf8
28
28
ARG PIPENV_CHECK=1
29
+ ARG PIPENV_PYUP_API_KEY=""
29
30
RUN pip3 install --upgrade pipenv && \
30
31
pipenv install --ignore-pipfile --deploy --system && ln -s /usr/bin/python3 /usr/bin/python && \
31
32
if [ "${PIPENV_CHECK}" == 1 ] ; then pipenv check --system ; fi
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ ADD /taskomatic/Pipfile* /taskomatic/
13
13
ENV LC_ALL=C.utf8
14
14
ENV LANG=C.utf8
15
15
ARG PIPENV_CHECK=1
16
+ ARG PIPENV_PYUP_API_KEY=""
16
17
RUN pip3 install --upgrade pipenv && \
17
18
pipenv install --ignore-pipfile --deploy --system && ln -s /usr/bin/python3 /usr/bin/python && \
18
19
if [ "${PIPENV_CHECK}" == 1 ] ; then pipenv check --system ; fi
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ ADD /vmaas_sync/Pipfile* /vmaas_sync/
13
13
ENV LC_ALL=C.utf8
14
14
ENV LANG=C.utf8
15
15
ARG PIPENV_CHECK=1
16
+ ARG PIPENV_PYUP_API_KEY=""
16
17
RUN pip3 install --upgrade pipenv && \
17
18
pipenv install --ignore-pipfile --deploy --system && ln -s /usr/bin/python3 /usr/bin/python && \
18
19
if [ "${PIPENV_CHECK}" == 1 ] ; then pipenv check --system ; fi
You can’t perform that action at this time.
0 commit comments