Skip to content
Open
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 Dockerfile.bundle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY /observability-operator/LICENSE LICENSE
COPY /bundle-patches/render_templates .

# Get yq from konflux CI
FROM quay.io/konflux-ci/yq@sha256:9264d52ac6d69bfe92617f309466a0c531990a4c07e63fe73748f44a42e0d1d2 AS parser
FROM quay.io/konflux-ci/yq@sha256:2e7d0e277f98c1f3c891dc1cbd05ed1b14fd9c8cf93582f05a65656dfbe31138 AS parser

# Run template rendering
FROM builder as final
Expand Down
Loading