Skip to content

Commit

Permalink
Add labels required by EC to the operator image (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorhun authored Oct 30, 2023
1 parent 3dc182c commit 76665ac
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,10 @@ WORKDIR /
COPY --from=builder /opt/app-root/src/manager /
USER 65532:65532

LABEL description="RHTAP Build Service operator"
LABEL io.k8s.description="RHTAP Build Service operator"
LABEL io.k8s.display-name="build-service-operator"
LABEL io.openshift.tags="rhtap"
LABEL summary="RHTAP Build Service"

ENTRYPOINT ["/manager"]

0 comments on commit 76665ac

Please sign in to comment.