Skip to content

Commit

Permalink
Update controller-rhel9-operator to 2aff7cc
Browse files Browse the repository at this point in the history
Signed-off-by: red-hat-konflux <123456+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux committed Oct 16, 2024
1 parent 265a21e commit 3a69a6d
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:71cde3e4e1b4407144de77fd7827e2cb270ab094534ebf1f3d745c15eb89d7df
ARG IMG=registry.redhat.io/rhdh-orchestrator-dev-preview-beta/controller-rhel9-operator@sha256:2aff7cc509648763ba54514bc1a5cad97ea0e62296c9ba61f15cd1e16bc941bd
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:71cde3e4e1b4407144de77fd7827e2cb270ab094534ebf1f3d745c15eb89d7df"
LABEL controller="registry.redhat.io/rhdh-orchestrator-dev-preview-beta/controller-rhel9-operator@sha256:2aff7cc509648763ba54514bc1a5cad97ea0e62296c9ba61f15cd1e16bc941bd"

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

0 comments on commit 3a69a6d

Please sign in to comment.