Skip to content

Commit

Permalink
Do not store uv cache, uv to use venv interpreter (#16396)
Browse files Browse the repository at this point in the history
Do not store uv cache in the container image

(cherry picked from commit f0f4616)
  • Loading branch information
ogajduse authored and web-flow committed Sep 18, 2024
1 parent 3e5742f commit bc56742
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bc56742

Please sign in to comment.