Skip to content

Commit

Permalink
Merge pull request rhdhorchestrator#273 from parodos-dev/konflux/comp…
Browse files Browse the repository at this point in the history
…onent-updates/controller-rhel9-operator

Update controller-rhel9-operator to 71cde3e
  • Loading branch information
jordigilh authored Oct 16, 2024
2 parents 6c1337b + 9028c71 commit 6ed9b06
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:32942fcc5462b72de516c027f2890d3e5c5f69df04e54e546e4055c5b8cfa530
ARG IMG=registry.redhat.io/rhdh-orchestrator-dev-preview-beta/controller-rhel9-operator@sha256:71cde3e4e1b4407144de77fd7827e2cb270ab094534ebf1f3d745c15eb89d7df
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:32942fcc5462b72de516c027f2890d3e5c5f69df04e54e546e4055c5b8cfa530"
LABEL controller="registry.redhat.io/rhdh-orchestrator-dev-preview-beta/controller-rhel9-operator@sha256:71cde3e4e1b4407144de77fd7827e2cb270ab094534ebf1f3d745c15eb89d7df"

# Required labels
LABEL com.redhat.component="RHDH Orchestrator Helm Operator"
Expand Down

0 comments on commit 6ed9b06

Please sign in to comment.