We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f704f commit b968306Copy full SHA for b968306
bundle.konflux.Dockerfile
@@ -7,7 +7,7 @@ COPY ./ ./
7
8
# Replace the bundle image in the repository with the one specified by the IMG build argument.
9
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/ && \
+ "s|${ORIGINAL_IMG}|${IMG}|g" {} \+; grep -rq "${ORIGINAL_IMG}" bundle/ && \
11
{ echo "Failed to replace image references"; exit 1; } || echo "Image references replaced" && \
12
grep -r "${IMG}" bundle/
13
0 commit comments