File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1
2
2
3
3
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
5
5
6
6
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
7
7
@@ -13,7 +13,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
13
13
cd $(dirname ${proj}) && uv build --wheel --out-dir /tmp/wheels/; \
14
14
done
15
15
16
- FROM docker .io/openstackhelm /ironic:${OPENSTACK_VERSION}-ubuntu_jammy AS final
16
+ FROM quay .io/airshipit /ironic:${OPENSTACK_VERSION}-ubuntu_jammy AS final
17
17
18
18
RUN apt-get update && \
19
19
apt-get install -y --no-install-recommends \
Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1
2
2
3
3
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
5
5
6
6
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
7
7
Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1
2
2
3
3
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
5
5
6
6
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
7
7
@@ -11,7 +11,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
11
11
cd /tmp/neutron-understack && \
12
12
uv build --wheel --out-dir /tmp/wheels/
13
13
14
- FROM docker .io/openstackhelm /neutron:${OPENSTACK_VERSION}-ubuntu_jammy AS final
14
+ FROM quay .io/airshipit /neutron:${OPENSTACK_VERSION}-ubuntu_jammy AS final
15
15
16
16
RUN --mount=type=cache,target=/root/.cache/pip \
17
17
--mount=from=builder,source=/tmp/wheels,target=/tmp/wheels \
Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1
2
2
3
3
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
5
5
6
6
RUN apt-get update && \
7
7
apt-get install -y --no-install-recommends \
Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1
2
2
3
3
ARG OPENSTACK_VERSION="required_argument"
4
- FROM docker .io/openstackhelm /openstack-client:${OPENSTACK_VERSION}
4
+ FROM quay .io/airshipit /openstack-client:${OPENSTACK_VERSION}
You can’t perform that action at this time.
0 commit comments