Skip to content

Commit 9c1600f

Browse files
authored
Merge pull request #6 from fbladilo/azure_fix
Fix azure rule path
2 parents 2801bd2 + ca3e53c commit 9c1600f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

konflux.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ COPY --from=builder --chmod=755 /workspace/openrewrite_entrypoint.sh /usr/bin/op
8383
COPY --from=builder /workspace/LICENSE /licenses/
8484

8585
# Only do this downstream
86-
RUN find /opt/rulesets/azure -type f -exec sed -i '/konveyor.io\/target=azure-aks/d' {} +
87-
RUN find /opt/rulesets/azure -type f -exec sed -i '/konveyor.io\/target=azure-container-apps/d' {} +
86+
RUN find /opt/rulesets -type f -exec sed -i '/konveyor.io\/target=azure-aks/d' {} +
87+
RUN find /opt/rulesets -type f -exec sed -i '/konveyor.io\/target=azure-container-apps/d' {} +
8888

8989
USER 1001
9090

0 commit comments

Comments
 (0)