Skip to content

Commit

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

Update controller-rhel9-operator to 6020dfa
  • Loading branch information
jordigilh authored Oct 8, 2024
2 parents 7f4a97e + eed461b commit d32028c
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:9f4671e180ea94a47fcb235cd7edea0eccae0667c14f8a453642eedf492f41da
ARG IMG=registry.redhat.io/rhdh-orchestrator-dev-preview-beta/controller-rhel9-operator@sha256:6020dfaefcfed016d46705a7ced4a729293b3af421916c0250f792f911d37fa4
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:9f4671e180ea94a47fcb235cd7edea0eccae0667c14f8a453642eedf492f41da"
LABEL controller="registry.redhat.io/rhdh-orchestrator-dev-preview-beta/controller-rhel9-operator@sha256:6020dfaefcfed016d46705a7ced4a729293b3af421916c0250f792f911d37fa4"

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

0 comments on commit d32028c

Please sign in to comment.