Skip to content

Commit

Permalink
Merge pull request #328 from parodos-dev/konflux/component-updates/co…
Browse files Browse the repository at this point in the history
…ntroller-rhel9-operator-1-3

Update controller-rhel9-operator-1-3 to 00687ee
  • Loading branch information
jordigilh authored Oct 25, 2024
2 parents ab7cf57 + 1e339fc commit d480506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bundle.konflux.Dockerfile
Original file line number Diff line number Diff line change
@@ -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}') && \
Expand All @@ -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"
Expand Down

0 comments on commit d480506

Please sign in to comment.