File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,4 +27,12 @@ WORKDIR /
2727COPY --from=builder /opt/app-root/src/manager .
2828USER 65532:65532
2929
30- ENTRYPOINT ["/manager"]
30+ ENTRYPOINT ["/manager"]
31+
32+ LABEL com.redhat.component="odh-feast-operator" \
33+ name="odh-feast-operator-rhel9" \
34+ description="odh-feast-operator" \
35+ summary="odh-feast-operator" \
36+ io.openshift.expose-services="65532" \
37+ io.k8s.display-name="odh-feast-operator" \
38+ io.k8s.description="odh-feast-operator"
Original file line number Diff line number Diff line change @@ -4,4 +4,12 @@ COPY requirements.txt requirements.txt
44RUN pip install -r requirements.txt
55
66# modify permissions to support running with a random uid
7- RUN chmod g+w $(python -c "import feast.ui as ui; print(ui.__path__)" | tr -d "[']")/build/projects-list.json
7+ RUN chmod g+w $(python -c "import feast.ui as ui; print(ui.__path__)" | tr -d "[']")/build/projects-list.json
8+
9+ LABEL com.redhat.component="odh-feature-server" \
10+ name="odh-feature-server-rhel9" \
11+ description="odh-feature-server" \
12+ summary="odh-feature-server" \
13+ io.openshift.expose-services="" \
14+ io.k8s.display-name="odh-feature-server" \
15+ io.k8s.description="odh-feature-server"
You can’t perform that action at this time.
0 commit comments