File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 - " containers/octavia/**"
1818 - " containers/openstack-client/**"
1919 - " containers/placement/**"
20+ - " containers/skyline/**"
2021 - " .github/workflows/containers-openstack.yaml"
2122 - " .github/workflows/build-container-reuse.yaml"
2223 - " python/**"
4243 - octavia
4344 - openstack-client
4445 - placement
46+ - skyline
4547 uses : ./.github/workflows/build-container-reuse.yaml
4648 secrets : inherit
4749 with :
Original file line number Diff line number Diff line change @@ -88,9 +88,9 @@ images:
8888 glance_storage_init : " docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy"
8989
9090 # skyline
91- skyline : " quay .io/airshipit/ skyline:2025.2-ubuntu_noble "
92- skyline_db_sync : " quay .io/airshipit/ skyline:2025.2-ubuntu_noble "
93- skyline_nginx : " quay .io/airshipit/ skyline:2025.2-ubuntu_noble "
91+ skyline : " ghcr .io/rackerlabs/understack/ skyline:2025.2"
92+ skyline_db_sync : " ghcr .io/rackerlabs/understack/ skyline:2025.2"
93+ skyline_nginx : " ghcr .io/rackerlabs/understack/ skyline:2025.2"
9494
9595 # cinder
9696 cinder_api : " ghcr.io/rackerlabs/understack/cinder:2025.2"
Original file line number Diff line number Diff line change 1+ # syntax=docker/dockerfile:1
2+
3+ ARG OPENSTACK_VERSION="required_argument"
4+ FROM quay.io/airshipit/skyline:${OPENSTACK_VERSION}-ubuntu_noble AS final
You can’t perform that action at this time.
0 commit comments