File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN if [ -f /cachi2/cachi2.env ]; then \
2020 && NODE_OPTIONS="--max_old_space_size=3072" yarn build \
2121 && NODE_OPTIONS="--max_old_space_size=3072" MLFLOW_API_BASE_URL=/mlflow yarn build:federated
2222
23- FROM registry.access.redhat.com/ubi9/python-312:9.7@sha256:21739f35258f21e23a7e02e79c763f2a69e605416fedd54b6ec9c5ef68fd1f43 AS python-builder
23+ FROM registry.access.redhat.com/ubi9/python-312:9.7@sha256:6509cd88e7886d0ab41c8edda8a13acba2b3eaad56160fa86f0e4b27abb82dca AS python-builder
2424WORKDIR /src
2525USER 0
2626COPY --chown=1001:0 . .
@@ -34,7 +34,7 @@ RUN if [ -f /cachi2/cachi2.env ]; then . /cachi2/cachi2.env; fi && \
3434 python -m build --wheel --outdir /tmp/dist libs/skinny && \
3535 python -m build --wheel --outdir /tmp/dist .
3636
37- FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7@sha256:b9b10f42d7eba7ad4a6d5ef26b7d34fdc892b2ffe59b8d0372ec884008569eb6
37+ FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7@sha256:fe9e574f04371b333ed4e21d30d984f6b7fcd1046e579f5ddab4816c0c8e231d
3838ARG MLFLOW_VERSION=3.3.2
3939ENV PYTHONDONTWRITEBYTECODE=1 \
4040 PYTHONUNBUFFERED=1 \
You can’t perform that action at this time.
0 commit comments