From 19fdde718472750bb6d0fde362f9644f33212897 Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Thu, 19 Sep 2024 06:49:41 -0400 Subject: [PATCH] [6.15.z] Do not store uv cache, uv to use venv interpreter (#16407) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ondřej Gajdušek --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9fdb18421d5..58e3273308b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,9 @@ FROM quay.io/fedora/python-312:latest MAINTAINER https://github.com/SatelliteQE ENV PYCURL_SSL_LIBRARY=openssl \ - ROBOTTELO_DIR="${HOME}/robottelo" + ROBOTTELO_DIR="${HOME}/robottelo" \ + UV_PYTHON="${APP_ROOT}/bin/python3" \ + UV_NO_CACHE=1 COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv