Skip to content
Merged
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
Expand Up @@ -7,7 +7,7 @@ USER 1001
RUN yarn install --silent \
&& yarn build

FROM registry.access.redhat.com/ubi9/python-311@sha256:2d6d18a459b8e89541129b50c1c082b8529235b63600bed2801ce85d0e03a47e AS python-builder
FROM registry.access.redhat.com/ubi9/python-311@sha256:493be524d836fcfa86588cc041151a7646afc3913843608d4ee16f714d429459 AS python-builder
WORKDIR /src
USER 0
COPY --chown=1001:0 . .
Expand All @@ -16,7 +16,7 @@ RUN set -eux; \
python -m build --wheel --outdir /tmp/dist; \
python -m build --wheel --outdir /tmp/dist kubernetes-workspace-provider

FROM registry.access.redhat.com/ubi9/python-311@sha256:2d6d18a459b8e89541129b50c1c082b8529235b63600bed2801ce85d0e03a47e
FROM registry.access.redhat.com/ubi9/python-311@sha256:493be524d836fcfa86588cc041151a7646afc3913843608d4ee16f714d429459
ARG MLFLOW_VERSION=3.3.2
ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONUNBUFFERED=1
Expand Down
Loading