File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1
22
33ARG 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
66COPY --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
1616RUN --mount=type=cache,target=/root/.cache/pip \
1717 --mount=from=builder,source=/tmp/wheels,target=/tmp/wheels \
You can’t perform that action at this time.
0 commit comments