diff --git a/Dockerfile.konflux b/Dockerfile.konflux index aff46dd2..c8adddeb 100644 --- a/Dockerfile.konflux +++ b/Dockerfile.konflux @@ -37,6 +37,7 @@ LABEL com.redhat.component="odh-data-science-pipelines-operator-controller-conta io.openshift.expose-services="" \ io.k8s.display-name="data-science-pipelines-operator-controller" \ io.k8s.description="data-science-pipelines-operator-controller" \ + io.openshift.tags="" \ com.redhat.license_terms="https://www.redhat.com/licenses/Red_Hat_Standard_EULA_20191108.pdf" ## Install additional packages @@ -51,4 +52,4 @@ COPY --from=builder /workspace/config/internal ./config/internal ## Create a non-root user with UID 65532 and switch to it USER ${USER}:${USER} -ENTRYPOINT ["/manager"] \ No newline at end of file +ENTRYPOINT ["/manager"]