We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
runtimes/minimal/ubi9-python-3.12/Dockerfile.konflux.cpu
1 parent 8eea896 commit a34ab09Copy full SHA for a34ab09
runtimes/minimal/ubi9-python-3.12/Dockerfile.konflux.cpu
@@ -8,14 +8,6 @@ ARG BASE_IMAGE
8
####################
9
FROM ${BASE_IMAGE} AS cpu-base
10
11
-### BEGIN RHAIENG-2189: this is AIPCC migration phase 1.5
12
-ENV PIP_INDEX_URL=https://pypi.org/simple
13
-# UV_INDEX_URL is deprecated in favor of UV_DEFAULT_INDEX
14
-ENV UV_INDEX_URL=https://pypi.org/simple
15
-# https://docs.astral.sh/uv/reference/environment/#uv_default_index
16
-ENV UV_DEFAULT_INDEX=https://pypi.org/simple
17
-### END RHAIENG-2189: this is AIPCC migration phase 1.5
18
-
19
WORKDIR /opt/app-root/bin
20
21
# OS Packages needs to be installed as root
0 commit comments