Skip to content

Commit fb2ef36

Browse files
authored
Update controller-rhel9-operator-1-6 to 32e556f (#214)
Image created from 'https://github.com/rhdhorchestrator/orchestrator-go-operator?rev=6ef95765b2fb9c0937728855e7ecc510c99156fd' This PR contains the following updates: | Package | Update | Change | |---|---|---| | quay.io/redhat-user-workloads/orchestrator-releng-tenant/controller-rhel9-operator | digest | `2bdc66a` -> `32e556f` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- To execute skipped test pipelines write comment `/ok-to-test` <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMzIuMC1ycG0iLCJ1cGRhdGVkSW5WZXIiOiIzOC4xMzIuMC1ycG0iLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImtvbmZsdXgtbnVkZ2UiXX0=-->
2 parents 6ef9576 + 3738bcc commit fb2ef36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bundle.konflux.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM registry.access.redhat.com/ubi9:latest as builder
2-
ARG IMG=registry.redhat.io/rhdh-orchestrator-dev-preview-beta/controller-rhel9-operator@sha256:2bdc66accc0bb9d148f4904ead195f298820a5e148b00c4c83efbdaf1452a74a
2+
ARG IMG=registry.redhat.io/rhdh-orchestrator-dev-preview-beta/controller-rhel9-operator@sha256:32e556fe067074d1f0ef0eb1f5483f62cc63d31a04c5fb2dcaea657a6471c081
33
WORKDIR /operator
44
COPY . .
55
RUN VERSION=$(grep "^VERSION ?=" Makefile | awk -F'= ' '{print $2}') && \
@@ -12,7 +12,7 @@ FROM scratch
1212
USER 1001
1313

1414
# Expose controller's container image with digest so that we can retrieve it with skopeo when creating the FBC catalog
15-
LABEL controller="registry.redhat.io/rhdh-orchestrator-dev-preview-beta/controller-rhel9-operator@sha256:2bdc66accc0bb9d148f4904ead195f298820a5e148b00c4c83efbdaf1452a74a"
15+
LABEL controller="registry.redhat.io/rhdh-orchestrator-dev-preview-beta/controller-rhel9-operator@sha256:32e556fe067074d1f0ef0eb1f5483f62cc63d31a04c5fb2dcaea657a6471c081"
1616

1717
# Required labels
1818
LABEL com.redhat.component="RHDH Orchestrator Operator"

0 commit comments

Comments
 (0)