blob: 062d82ac09367808ea2fd66857011cb59ce97a35 [file] [log] [blame]
Mohammed Naser19d63122024-01-08 17:10:05 -05001VERSION 0.7
2
3image:
4 ARG PROJECT=tempest
5 ARG RELEASE=master
6 ARG REF=699749ec27897efe9bd7824664237c16c3339c03
7 FROM ../openstack-service+image \
8 --PROJECT ${PROJECT} \
9 --RELEASE ${RELEASE} \
10 --PROJECT_REF ${REF} \
11 --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"
12 DO \
13 ../+APT_INSTALL \
14 --PACKAGES "iputils-ping"
15 DO ../+APPLY_PATCHES
16 SAVE IMAGE --push \
17 ghcr.io/vexxhost/atmosphere/${PROJECT}:${RELEASE} \
18 ghcr.io/vexxhost/atmosphere/${PROJECT}:${REF}