We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9c14cb commit 12021daCopy full SHA for 12021da
1 file changed
Dockerfile.konflux
@@ -10,7 +10,7 @@ RUN yarn install --silent \
10
&& NODE_OPTIONS="--max_old_space_size=3072" yarn build \
11
&& NODE_OPTIONS="--max_old_space_size=3072" MLFLOW_API_BASE_URL=/mlflow yarn build:federated
12
13
-FROM registry.access.redhat.com/ubi9/python-312:9.7@sha256:4a6f6abc00071bc1a9c6c327830e0aef994e0f819411de2c0fd99ea2b2fd99ff AS python-builder
+FROM registry.access.redhat.com/ubi9/python-312:9.7@sha256:ff373f4b42b662e99954adea770ca87b4ea963186cc752174ccb94aa08fa702d AS python-builder
14
ARG AIPCC_INDEX_URL=https://console.redhat.com/api/pypi/public-rhai/rhoai/3.4-EA1/cpu-ubi9-test/simple
15
WORKDIR /src
16
USER 0
0 commit comments