Skip to content

Commit bcd5bc2

Browse files
authored
Merge pull request #1654 from rackerlabs/PUC-1463-20260203-1223
feat(skyline): Adds container build for OpenStack Skyline
2 parents 0e23a1c + 4d88cb6 commit bcd5bc2

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/containers-openstack.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
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/**"
@@ -42,6 +43,7 @@ jobs:
4243
- octavia
4344
- openstack-client
4445
- placement
46+
- skyline
4547
uses: ./.github/workflows/build-container-reuse.yaml
4648
secrets: inherit
4749
with:

components/images-openstack.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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"

containers/skyline/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# syntax=docker/dockerfile:1
2+
3+
ARG OPENSTACK_VERSION="required_argument"
4+
FROM quay.io/airshipit/skyline:${OPENSTACK_VERSION}-ubuntu_noble AS final

0 commit comments

Comments
 (0)