From 3efc0e03f4c455ef63f930ae723a7c3955dbcf91 Mon Sep 17 00:00:00 2001 From: Mohammadi Iram <89964724+MohammadiIram@users.noreply.github.com> Date: Thu, 31 Oct 2024 12:33:41 +0530 Subject: [PATCH] Add required LABEL to Dockerfile.konflux --- Dockerfile.konflux | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"]