We build two sets of images in Loci. 1) For legacy images we first build 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 recently we added 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. We are going to support two sets of images for two release cycles before we decide how to continue. Change-Id: Id6412055f742990f08aa1befa7a41f1670414d4c Signed-off-by: Vladimir Kozhukalov <kozhukalov@gmail.com>
29 lines
1.4 KiB
YAML
29 lines
1.4 KiB
YAML
---
|
|
images:
|
|
tags:
|
|
test: docker.io/xrally/xrally-openstack:2.0.0
|
|
bootstrap: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv
|
|
db_init: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv
|
|
octavia_db_sync: quay.io/airshipit/octavia:2025.1-ubuntu_noble_uv
|
|
db_drop: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv
|
|
rabbit_init: docker.io/rabbitmq:3.13-management
|
|
ks_user: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv
|
|
ks_service: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv
|
|
ks_endpoints: quay.io/airshipit/heat:2025.1-ubuntu_noble_uv
|
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:latest-ubuntu_noble
|
|
image_repo_sync: docker.io/docker:17.07.0
|
|
octavia_api: quay.io/airshipit/octavia:2025.1-ubuntu_noble_uv
|
|
octavia_driver_agent: quay.io/airshipit/octavia:2025.1-ubuntu_noble_uv
|
|
octavia_worker: quay.io/airshipit/octavia:2025.1-ubuntu_noble_uv
|
|
octavia_worker_init: quay.io/airshipit/openstack-client:2025.1-ubuntu_noble_uv
|
|
octavia_housekeeping: quay.io/airshipit/octavia:2025.1-ubuntu_noble_uv
|
|
octavia_health_manager: quay.io/airshipit/octavia:2025.1-ubuntu_noble_uv
|
|
octavia_health_manager_init: quay.io/airshipit/openstack-client:2025.1-ubuntu_noble_uv
|
|
openvswitch_vswitchd: docker.io/openstackhelm/openvswitch:latest-ubuntu_noble
|
|
conf:
|
|
octavia_api_uwsgi:
|
|
uwsgi:
|
|
# in 2025.2 the wsgi script was removed
|
|
wsgi-file: /var/lib/openstack/bin/octavia-wsgi
|
|
...
|