Mohammed Naser | 19d6312 | 2024-01-08 17:10:05 -0500 | [diff] [blame^] | 1 | VERSION 0.7 |
| 2 | |
| 3 | image: |
| 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} |