]> git.feebdaed.xyz Git - 0xmirror/openstack.git/commit
Update git submodules
authorVladimir Kozhukalov <kozhukalov@gmail.com>
Tue, 23 Dec 2025 19:08:25 +0000 (13:08 -0600)
committerGerrit Code Review <review@openstack.org>
Tue, 23 Dec 2025 19:08:25 +0000 (19:08 +0000)
commit3db918242545aabd7aef2d3579ea605470011cdb
treebe22b38afe43b39c8c7b6761c1388a95f3855324
parent706f36142ab9e7bbeb9fac639b0f816842f373de
Update git submodules

* Update loci from branch 'master'
  to a9f2417e0ffd227a5091c5aa251baa8678df5db8
  - Build images using UV

    For backward compatibility we build two sets of images

    1) We don't change the way how we build images using PIP.
       This assumes having so called requirements image
       that contains all the necessary wheels and then we
       build all other project images using these wheels
       from the requirements image.

    2) Also we add another set of images that we build
       using the two stage Dockerfile. On the first stage
       we build venv using UV and then we just copy the
       venv as is to the project image.

    Depends-On: Id6412055f742990f08aa1befa7a41f1670414d4c
    Change-Id: I0726c1b7d9f9bee3097c4891248f41169fe6ac46
Signed-off-by: Vladimir Kozhukalov <kozhukalov@gmail.com>
loci