Skip to content

Commit

Permalink
Do not store uv cache in the container image
Browse files Browse the repository at this point in the history
  • Loading branch information
ogajduse committed Sep 18, 2024
1 parent 9b25d84 commit 74b2270
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 74b2270

Please sign in to comment.