Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions components/images-openstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ images:
horizon_db_sync: "ghcr.io/rackerlabs/understack/horizon:2025.2"

# glance
glance_api: "ghcr.io/rackerlabs/understack/glance:2025.2"
glance_db_sync: "ghcr.io/rackerlabs/understack/glance:2025.2"
glance_metadefs_load: "ghcr.io/rackerlabs/understack/glance:2025.2"
glance_api: "ghcr.io/rackerlabs/understack/glance:pr-2027"
glance_db_sync: "ghcr.io/rackerlabs/understack/glance:pr-2027"
glance_metadefs_load: "ghcr.io/rackerlabs/understack/glance:pr-2027"
glance_storage_init: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy"

# skyline
Expand Down
3 changes: 3 additions & 0 deletions containers/glance/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@

ARG OPENSTACK_VERSION="required_argument"
FROM quay.io/airshipit/glance:${OPENSTACK_VERSION}-ubuntu_noble AS final

# Required for using the Glance S3 backend
RUN /var/lib/openstack/bin/pip install boto3
Loading