diff --git a/bundle.konflux.Dockerfile b/bundle.konflux.Dockerfile index 4116c237..a9e3c661 100644 --- a/bundle.konflux.Dockerfile +++ b/bundle.konflux.Dockerfile @@ -1,5 +1,5 @@ FROM registry.access.redhat.com/ubi9:latest as builder -ARG IMG=registry.redhat.io/rhdh-orchestrator-dev-preview-beta/controller-rhel9-operator@sha256:173cb176f56a40612d72f588799faae44b07abd0299d98e4df48fc4ad0766a7f +ARG IMG=registry.redhat.io/rhdh-orchestrator-dev-preview-beta/controller-rhel9-operator@sha256:00687ee6be3eeaa1d9c2921bd77a1df8fcae7c58db9d2074e17e454cfbd3999a WORKDIR /operator COPY . . RUN VERSION=$(grep "^VERSION ?=" Makefile | awk -F'= ' '{print $2}') && \ @@ -12,7 +12,7 @@ FROM scratch USER 1001 # Expose controller's container image with digest so that we can retrieve it with skopeo when creating the FBC catalog -LABEL controller="registry.redhat.io/rhdh-orchestrator-dev-preview-beta/controller-rhel9-operator@sha256:173cb176f56a40612d72f588799faae44b07abd0299d98e4df48fc4ad0766a7f" +LABEL controller="registry.redhat.io/rhdh-orchestrator-dev-preview-beta/controller-rhel9-operator@sha256:00687ee6be3eeaa1d9c2921bd77a1df8fcae7c58db9d2074e17e454cfbd3999a" # Required labels LABEL com.redhat.component="RHDH Orchestrator Helm Operator"