We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f2e74 commit 9cccb82Copy full SHA for 9cccb82
1 file changed
Dockerfile
@@ -13,11 +13,11 @@ RUN mv ../NOTICE.txt dist/
13
FROM registry.access.redhat.com/ubi9/nginx-120:latest
14
15
LABEL io.k8s.display-name="netapp-openshift-console-trident" \
16
- io.k8s.description="NetApp storage console for Red Hat OpenShift" \
+ io.k8s.description="NetApp Storage Console for Red Hat OpenShift" \
17
io.openshift.tags="openshift" \
18
maintainer="Rom Adams @ NetApp"
19
20
COPY --from=build /usr/src/app/dist /usr/share/nginx/html
21
USER 1001
22
23
-ENTRYPOINT ["nginx", "-g", "daemon off;"]
+ENTRYPOINT ["nginx", "-g", "daemon off;"]
0 commit comments