Skip to content

Commit 813d104

Browse files
authored
Merge pull request feast-dev#68 from red-hat-data-services/wznoinsk_rhoai-2.21_conforma_labels
[conforma] fix container images labels
2 parents 59b9e0e + 8a40ca5 commit 813d104

2 files changed

Lines changed: 18 additions & 2 deletions

File tree

Dockerfiles/Dockerfile.feast-operator.konflux

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,12 @@ WORKDIR /
2727
COPY --from=builder /opt/app-root/src/manager .
2828
USER 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"

Dockerfiles/Dockerfile.feature-server.konflux

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,12 @@ COPY requirements.txt requirements.txt
44
RUN 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"

0 commit comments

Comments
 (0)