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 1
1
ARG BUILD_ENV=prod
2
2
ARG BASE=registry.access.redhat.com/ubi9/ubi:9.5-1736404036
3
3
4
- FROM $BASE as build_prod
4
+ FROM $BASE AS build_prod
5
5
ONBUILD COPY ./requirements/requirements_ubi9.txt /root/requirements_ubi9.txt
6
6
7
- FROM $BASE as build_test
7
+ FROM $BASE AS build_test
8
8
ONBUILD COPY ./requirements/requirements_ubi.in /root/requirements_ubi.in
9
9
10
- FROM $BASE as build_custom
10
+ FROM $BASE AS build_custom
11
11
ONBUILD COPY ./requirements/requirements.in /root/requirements.in
12
12
13
13
FROM build_${BUILD_ENV}
@@ -23,8 +23,8 @@ LABEL com.ibm.description="This tool translates the IBM Storage Scale performanc
23
23
to the query requests acceptable by the Grafana integrated openTSDB plugin"
24
24
LABEL com.ibm.summary="It allows the IBM Storage Scale users to perform performance monitoring for IBM Storage Scale devices using Grafana"
25
25
26
- ENV PYTHONDONTWRITEBYTECODE 1
27
- ENV PYTHONUNBUFFERED 1
26
+ ENV PYTHONDONTWRITEBYTECODE= 1
27
+ ENV PYTHONUNBUFFERED= 1
28
28
29
29
ARG USERNAME=bridge
30
30
ENV USER=$USERNAME
You can’t perform that action at this time.
0 commit comments