Skip to content

Commit 16088d9

Browse files
authored
Merge pull request #1050 from rackerlabs/more-quay-osh
fix: switch Cinder and Placement to quay.io images
2 parents 763376e + f9c47ab commit 16088d9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/images-openstack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ images:
6464
nova_service_cleaner: "docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_jammy"
6565

6666
# placement
67-
placement: "docker.io/openstackhelm/placement:2024.2-ubuntu_jammy"
68-
placement_db_sync: "docker.io/openstackhelm/placement:2024.2-ubuntu_jammy"
67+
placement: "quay.io/airshipit/placement:2024.2-ubuntu_jammy"
68+
placement_db_sync: "quay.io/airshipit/placement:2024.2-ubuntu_jammy"
6969

7070
# openvswitch
7171
openvswitch_db_server: "docker.io/openstackhelm/openvswitch:ubuntu_jammy-dpdk-20250127"

containers/cinder/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22

33
ARG OPENSTACK_VERSION="required_argument"
4-
FROM docker.io/openstackhelm/cinder:${OPENSTACK_VERSION}-ubuntu_jammy AS builder
4+
FROM quay.io/airshipit/cinder:${OPENSTACK_VERSION}-ubuntu_jammy AS builder
55

66
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
77

@@ -11,7 +11,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
1111
cd /tmp/cinder-understack && \
1212
uv build --wheel --out-dir /tmp/wheels/
1313

14-
FROM docker.io/openstackhelm/cinder:${OPENSTACK_VERSION}-ubuntu_jammy AS final
14+
FROM quay.io/airshipit/cinder:${OPENSTACK_VERSION}-ubuntu_jammy AS final
1515

1616
RUN --mount=type=cache,target=/root/.cache/pip \
1717
--mount=from=builder,source=/tmp/wheels,target=/tmp/wheels \

0 commit comments

Comments
 (0)