blob: 9f180c78054ac3e924304797ae8afaae895cf307 [file] [log] [blame]
Mohammed Naser19d63122024-01-08 17:10:05 -05001VERSION 0.7
2
Mohammed Naser403c0422024-01-16 14:36:28 -05003ARG --global PROJECT=tempest
4ARG --global RELEASE=master
5ARG --global PROJECT_REF=699749ec27897efe9bd7824664237c16c3339c03
6
7build:
8 FROM ../openstack-service+builder --RELEASE=${RELEASE}
9 DO ../openstack-service+BUILD_VENV \
10 --PROJECT=${PROJECT} \
11 --PROJECT_REF=${PROJECT_REF} \
12 --PIP_PACKAGES="git+https://github.com/openstack/barbican-tempest-plugin.git git+https://github.com/openstack/cinder-tempest-plugin.git git+https://github.com/openstack/heat-tempest-plugin.git git+https://github.com/openstack/keystone-tempest-plugin.git git+https://github.com/openstack/neutron-tempest-plugin.git"
13
Mohammed Naser19d63122024-01-08 17:10:05 -050014image:
Mohammed Naser403c0422024-01-16 14:36:28 -050015 FROM ../openstack-service+image --RELEASE ${RELEASE} --PROJECT ${PROJECT}
16 COPY +build/venv /var/lib/openstack
17 DO ../+APT_INSTALL \
Mohammed Naser19d63122024-01-08 17:10:05 -050018 --PACKAGES "iputils-ping"
Mohammed Naser19d63122024-01-08 17:10:05 -050019 SAVE IMAGE --push \
20 ghcr.io/vexxhost/atmosphere/${PROJECT}:${RELEASE} \
Mohammed Naser403c0422024-01-16 14:36:28 -050021 ghcr.io/vexxhost/atmosphere/${PROJECT}:${PROJECT_REF}