Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bundle.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_1.23 as bui
WORKDIR /go/src/github.com/openshift/lws-operator
COPY . .

ARG OPERAND_IMAGE=registry.redhat.io/leader-worker-set/lws-rhel9@sha256:2594ec31a21c4c60c3c27ccaea3f895409600ef533157100b852c0b5c98ee075
ARG OPERAND_IMAGE=registry.redhat.io/leader-worker-set/lws-rhel9@sha256:1745e6c91e5c688d73d71f26083b4b054657401e482efa55c118b2ad00134d98
ARG REPLACED_OPERAND_IMG=\${OPERAND_IMAGE}

# Replace the operand image in deploy/05_deployment.yaml with the one specified by the OPERAND_IMAGE build argument.
Expand Down