Skip to content

Commit a34ab09

Browse files
authored
RHAIENG-3040: remove UV and PIP_INDEX variables from runtimes/minimal/ubi9-python-3.12/Dockerfile.konflux.cpu (#1887)
1 parent 8eea896 commit a34ab09

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

runtimes/minimal/ubi9-python-3.12/Dockerfile.konflux.cpu

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ ARG BASE_IMAGE
88
####################
99
FROM ${BASE_IMAGE} AS cpu-base
1010

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-
1911
WORKDIR /opt/app-root/bin
2012

2113
# OS Packages needs to be installed as root

0 commit comments

Comments
 (0)