Skip to content

Commit 3abb449

Browse files
PUC-975: changing container repo for all openstack images
1 parent 7d0c1e0 commit 3abb449

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

containers/ironic/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/ironic:${OPENSTACK_VERSION}-ubuntu_jammy AS builder
4+
FROM quay.io/airshipit/ironic:${OPENSTACK_VERSION}-ubuntu_jammy AS builder
55

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

@@ -13,7 +13,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
1313
cd $(dirname ${proj}) && uv build --wheel --out-dir /tmp/wheels/; \
1414
done
1515

16-
FROM docker.io/openstackhelm/ironic:${OPENSTACK_VERSION}-ubuntu_jammy AS final
16+
FROM quay.io/airshipit/ironic:${OPENSTACK_VERSION}-ubuntu_jammy AS final
1717

1818
RUN apt-get update && \
1919
apt-get install -y --no-install-recommends \

containers/keystone/Dockerfile

Lines changed: 1 addition & 1 deletion
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/keystone:${OPENSTACK_VERSION}-ubuntu_jammy
4+
FROM quay.io/airshipit/keystone:${OPENSTACK_VERSION}-ubuntu_jammy
55

66
ADD --checksum=sha256:deb52ea8304a41ee0331e4ba87a9f82ff643464b6d34084e161f58ec11c25a69 https://github.com/OpenIDC/mod_auth_openidc/releases/download/v2.4.16.5/libapache2-mod-auth-openidc_2.4.16.5-1.jammy_amd64.deb /tmp
77

containers/neutron/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/neutron:${OPENSTACK_VERSION}-ubuntu_jammy AS builder
4+
FROM quay.io/airshipit/neutron:${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/neutron-understack && \
1212
uv build --wheel --out-dir /tmp/wheels/
1313

14-
FROM docker.io/openstackhelm/neutron:${OPENSTACK_VERSION}-ubuntu_jammy AS final
14+
FROM quay.io/airshipit/neutron:${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 \

containers/nova/Dockerfile

Lines changed: 1 addition & 1 deletion
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/nova:${OPENSTACK_VERSION}-ubuntu_jammy
4+
FROM quay.io/airshipit/nova:${OPENSTACK_VERSION}-ubuntu_jammy
55

66
RUN apt-get update && \
77
apt-get install -y --no-install-recommends \
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# syntax=docker/dockerfile:1
22

33
ARG OPENSTACK_VERSION="required_argument"
4-
FROM docker.io/openstackhelm/openstack-client:${OPENSTACK_VERSION}
4+
FROM quay.io/airshipit/openstack-client:${OPENSTACK_VERSION}

0 commit comments

Comments
 (0)