blob: 45978215286123355b6c8ae351f49699540c9d86 [file] [log] [blame]
Mohammed Naser7bda44d2025-01-18 15:49:44 -05001# SPDX-FileCopyrightText: © 2025 VEXXHOST, Inc.
2# SPDX-License-Identifier: GPL-3.0-or-later
Mohammed Nasercf7c06d2025-02-18 09:25:27 -05003# Atmosphere-Rebuild-Time: 2025-02-18T16:05:54Z
Mohammed Naserd28fbaf2024-04-08 17:15:00 -04004
Mohammed Naser19c6c8a2024-04-18 01:47:10 -04005
Mohammed Naser7bda44d2025-01-18 15:49:44 -05006FROM openstack-venv-builder AS build
okozachenko1203f27197f2025-01-30 12:45:56 +11007ADD --keep-git-dir=true https://opendev.org/openstack/senlin.git#zed-eol /src/senlin
Mohammed Naserd28fbaf2024-04-08 17:15:00 -04008RUN git -C /src/senlin fetch --unshallow
9RUN --mount=type=cache,mode=0755,target=/root/.cache/pip,sharing=private <<EOF bash -xe
10pip3 install \
11 --constraint /upper-constraints.txt \
12 /src/senlin
13EOF
14
Mohammed Naser7bda44d2025-01-18 15:49:44 -050015FROM openstack-python-runtime
Mohammed Naserd28fbaf2024-04-08 17:15:00 -040016COPY --from=build --link /var/lib/openstack /var/lib/openstack