Skip to content

Commit

Permalink
Add required for EC labels to the resulting operator image (konflux-c…
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorhun authored Feb 16, 2024
1 parent 854d862 commit 6542216
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,12 @@ WORKDIR /
COPY --from=builder /opt/app-root/src/manager /
USER 65532:65532

LABEL description="RHTAP Image Controller operator"
LABEL io.k8s.description="RHTAP Image Controller operator"
LABEL name="image-controller"
LABEL description="Konflux Image Controller operator"
LABEL summary="Konflux Image Service"
LABEL io.k8s.description="Konflux Image Controller operator"
LABEL io.k8s.display-name="image-controller-operator"
LABEL io.openshift.tags="rhtap"
LABEL summary="RHTAP Image Service"
LABEL io.openshift.tags="konflux"
LABEL com.redhat.component="image-controller-operator"

ENTRYPOINT ["/manager"]

0 comments on commit 6542216

Please sign in to comment.