Skip to content

Commit b968306

Browse files
authored
SECENGSP-6511: Set correct container image (#229)
Signed-off-by: Sergio Arroutbi <[email protected]>
1 parent c7f704f commit b968306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundle.konflux.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY ./ ./
77

88
# Replace the bundle image in the repository with the one specified by the IMG build argument.
99
RUN chmod -R g+rwX ./ && find bundle/ && find bundle -type f -exec sed -i \
10-
"s|${ORIGINAL_IMG}|${IMG})|g" {} \+; grep -rq "${ORIGINAL_IMG}" bundle/ && \
10+
"s|${ORIGINAL_IMG}|${IMG}|g" {} \+; grep -rq "${ORIGINAL_IMG}" bundle/ && \
1111
{ echo "Failed to replace image references"; exit 1; } || echo "Image references replaced" && \
1212
grep -r "${IMG}" bundle/
1313

0 commit comments

Comments
 (0)