summaryrefslogtreecommitdiff
path: root/container/base-builder.yml
diff options
context:
space:
mode:
authorIvan Gabaldon <igabaldon@inetol.net>2025-09-14 10:36:21 +0200
committerGitHub <noreply@github.com>2025-09-14 10:36:21 +0200
commita0d2ecf43466083925291e749ab9c2a451f6963d (patch)
tree7a16f51ebf4a892a26e94ec6bd2dc5c2bff8153f /container/base-builder.yml
parent687121d58497ff170467d6b14988bde11d91516c (diff)
[enh] container: build with uv (#5199)
This commit replaces `pip` in container builds with `uv` pip compat with a 1:1 parity. The only thing that changes is the installation speed of the wheels, which seems to be considerably faster, although I haven't been able to properly quantify this yet. uv also gives us more tools to manage the cache. We can revert the prior cache changes in `container.yml` as we won't have duplicated wheels anymore.
Diffstat (limited to 'container/base-builder.yml')
-rw-r--r--container/base-builder.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/container/base-builder.yml b/container/base-builder.yml
index e065a346e..0b16e4be7 100644
--- a/container/base-builder.yml
+++ b/container/base-builder.yml
@@ -6,7 +6,7 @@ contents:
- alpine-base
- build-base
- python3-dev
- - py3-pip
+ - uv
- brotli
entrypoint: