File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,9 +82,9 @@ images:
8282 horizon_db_sync : " ghcr.io/rackerlabs/understack/horizon:2025.2"
8383
8484 # glance
85- glance_api : " ghcr.io/rackerlabs/understack/glance:2025.2 "
86- glance_db_sync : " ghcr.io/rackerlabs/understack/glance:2025.2 "
87- glance_metadefs_load : " ghcr.io/rackerlabs/understack/glance:2025.2 "
85+ glance_api : " ghcr.io/rackerlabs/understack/glance:pr-2027 "
86+ glance_db_sync : " ghcr.io/rackerlabs/understack/glance:pr-2027 "
87+ glance_metadefs_load : " ghcr.io/rackerlabs/understack/glance:pr-2027 "
8888 glance_storage_init : " docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy"
8989
9090 # skyline
Original file line number Diff line number Diff line change 22
33ARG OPENSTACK_VERSION="required_argument"
44FROM quay.io/airshipit/glance:${OPENSTACK_VERSION}-ubuntu_noble AS final
5+
6+ # Required for using the Glance S3 backend
7+ RUN /var/lib/openstack/bin/pip install boto3
You can’t perform that action at this time.
0 commit comments