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
4 changes: 2 additions & 2 deletions Dockerfile.konflux
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
###############################################################
# Stage 1 Base builder image with common tooling
###############################################################
FROM registry.access.redhat.com/ubi9/python-312@sha256:c140cd379aef85fbb6f7c8b419d7e5d76b77b12e2ee568f86737d8759b5b0045 as packages-build
FROM registry.access.redhat.com/ubi9/python-312@sha256:34263471b5e86b0704054e817d7703d0063b0909a64bd95360f4a8b0c730d970 as packages-build

USER root
WORKDIR /app
Expand Down Expand Up @@ -129,7 +129,7 @@ RUN if [ "$TARGETARCH" = "ppc64le" ]; then \
# Stage 6 Install all the dependencies
###############################################################

FROM registry.access.redhat.com/ubi9/python-312@sha256:c140cd379aef85fbb6f7c8b419d7e5d76b77b12e2ee568f86737d8759b5b0045 as build
FROM registry.access.redhat.com/ubi9/python-312@sha256:34263471b5e86b0704054e817d7703d0063b0909a64bd95360f4a8b0c730d970 as build

USER 0
WORKDIR /app
Expand Down
Loading