Skip to content
Closed
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
4 changes: 2 additions & 2 deletions operator/konflux.bundle.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_9_golang_1.25@sha256:bd531796aacb86e4f97443797262680fbf36ca048717c00b6f4248465e1a7c0c AS builder
# This installs PyYAML (with Python) needed by bundle_helpers.
RUN dnf -y install --allowerasing python3.12-pyyaml && \
alternatives --install /usr/bin/python3 python3 /usr/bin/python3.12 1
RUN dnf -y install --allowerasing python3.13-pyyaml && \
alternatives --install /usr/bin/python3 python3 /usr/bin/python3.13 1

COPY . /stackrox
WORKDIR /stackrox/operator
Expand Down
Loading