File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11ARG BUILD_ENV=prod
22ARG BASE=registry.access.redhat.com/ubi9/ubi:9.5-1736404036
33
4- FROM $BASE as build_prod
4+ FROM $BASE AS build_prod
55ONBUILD COPY ./requirements/requirements_ubi9.txt /root/requirements_ubi9.txt
66
7- FROM $BASE as build_test
7+ FROM $BASE AS build_test
88ONBUILD COPY ./requirements/requirements_ubi.in /root/requirements_ubi.in
99
10- FROM $BASE as build_custom
10+ FROM $BASE AS build_custom
1111ONBUILD COPY ./requirements/requirements.in /root/requirements.in
1212
1313FROM build_${BUILD_ENV}
@@ -23,8 +23,8 @@ LABEL com.ibm.description="This tool translates the IBM Storage Scale performanc
2323to the query requests acceptable by the Grafana integrated openTSDB plugin"
2424LABEL com.ibm.summary="It allows the IBM Storage Scale users to perform performance monitoring for IBM Storage Scale devices using Grafana"
2525
26- ENV PYTHONDONTWRITEBYTECODE 1
27- ENV PYTHONUNBUFFERED 1
26+ ENV PYTHONDONTWRITEBYTECODE= 1
27+ ENV PYTHONUNBUFFERED= 1
2828
2929ARG USERNAME=bridge
3030ENV USER=$USERNAME
You can’t perform that action at this time.
0 commit comments