Use "uv" for building virtual environments
Change-Id: I5e24e82e6347d351cac71255904b44aa558d449b
diff --git a/images/ironic/Dockerfile b/images/ironic/Dockerfile
index 5f81ed0..2047e27 100644
--- a/images/ironic/Dockerfile
+++ b/images/ironic/Dockerfile
@@ -6,8 +6,8 @@
ARG IRONIC_GIT_REF=5aa51d6985d25acd6abfb161c62c66facc20a6ca
ADD --keep-git-dir=true https://opendev.org/openstack/ironic.git#${IRONIC_GIT_REF} /src/ironic
RUN git -C /src/ironic fetch --unshallow
-RUN --mount=type=cache,mode=0755,target=/root/.cache/pip,sharing=private <<EOF bash -xe
-pip3 install \
+RUN --mount=type=cache,target=/root/.cache/uv <<EOF bash -xe
+uv pip install \
--constraint /upper-constraints.txt \
/src/ironic \
python-dracclient \