blob: 6ff9199cd523cf0327616917e0eb43347d199cba [file] [log] [blame]
Mohammed Naserc6392302024-01-04 00:43:02 -05001VERSION 0.7
2
3image:
4 ARG PROJECT=horizon
5 ARG RELEASE=2023.2
6 ARG REF=3c6029cd94846235e25058b71522c13556f41f58
7 FROM ../openstack-service+image \
8 --PROJECT ${PROJECT} \
9 --RELEASE ${RELEASE} \
10 --PROJECT_REF ${REF} \
11 --PIP_PACKAGES "git+https://github.com/openstack/designate-dashboard.git@stable/${RELEASE} git+https://github.com/openstack/heat-dashboard.git@stable/${RELEASE} git+https://github.com/openstack/ironic-ui.git@stable/${RELEASE} git+https://github.com/openstack/magnum-ui.git@stable/${RELEASE} git+https://github.com/openstack/neutron-vpnaas-dashboard.git@stable/${RELEASE} git+https://github.com/openstack/octavia-dashboard.git@stable/${RELEASE} git+https://github.com/openstack/senlin-dashboard.git@stable/${RELEASE} git+https://github.com/openstack/manila-ui.git@stable/${RELEASE}"
12 DO \
13 ../+APT_INSTALL \
14 --PACKAGES "apache2 gettext libapache2-mod-wsgi-py3"
15 DO ../+APPLY_PATCHES
16 SAVE IMAGE --push \
17 ghcr.io/vexxhost/atmosphere/${PROJECT}:${RELEASE} \
18 ghcr.io/vexxhost/atmosphere/${PROJECT}:${REF}