From bf1e4af813113ea2d609d5420a37c790437c8d18 Mon Sep 17 00:00:00 2001 From: Vlad Bologa Date: Thu, 11 Jun 2026 11:48:48 +0200 Subject: [PATCH 1/2] ROX-33133: Re-enable post-quantum crypto-policies for Collector --- collector/container/konflux.Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/collector/container/konflux.Dockerfile b/collector/container/konflux.Dockerfile index 69b1ea623d..c5bf970b93 100644 --- a/collector/container/konflux.Dockerfile +++ b/collector/container/konflux.Dockerfile @@ -138,6 +138,8 @@ COPY --from=builder ${CMAKE_BUILD_DIR}/collector/self-checks /usr/local/bin/ COPY LICENSE /licenses/LICENSE +RUN update-crypto-policies --set DEFAULT:PQ + EXPOSE 8080 9090 ENTRYPOINT ["collector"] From 245b4ec75ad447843139d0077f39c67a4729aab0 Mon Sep 17 00:00:00 2001 From: Tom Martensen Date: Fri, 12 Jun 2026 14:49:37 +0200 Subject: [PATCH 2/2] bump timeout --- .tekton/collector-build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tekton/collector-build.yaml b/.tekton/collector-build.yaml index 01bf9113fe..38d047a615 100644 --- a/.tekton/collector-build.yaml +++ b/.tekton/collector-build.yaml @@ -122,9 +122,9 @@ spec: timeouts: # The pipeline regularly takes >1h to finish. # When changing the value here, make sure to adjust wait-for-images time limit in .github/workflows/konflux-tests.yml - tasks: 2h + tasks: 3h finally: 10m - pipeline: 2h10m + pipeline: 3h10m pipelineRef: name: collector-component-pipeline