Mohammed Naser | c639230 | 2024-01-04 00:43:02 -0500 | [diff] [blame^] | 1 | VERSION 0.7 |
| 2 | |
| 3 | platform-image: |
| 4 | ARG PROJECT=neutron |
| 5 | ARG RELEASE=zed |
| 6 | ARG REF=4575136fe99f67dc140987601c90493cf62c0330 |
| 7 | FROM ../openstack-service+image \ |
| 8 | --PROJECT ${PROJECT} \ |
| 9 | --RELEASE ${RELEASE} \ |
| 10 | --PROJECT_REF ${REF} \ |
| 11 | --PIP_PACKAGES "git+https://github.com/openstack/neutron-vpnaas.git@256464aea691f8b4957ba668a117963353f34e4c" |
| 12 | DO \ |
| 13 | ../+APT_INSTALL \ |
| 14 | --PACKAGES "conntrack dnsmasq dnsmasq-utils ebtables ethtool haproxy iproute2 ipset iptables iputils-arping jq keepalived lshw openvswitch-switch strongswan uuid-runtime" |
| 15 | DO ../+APPLY_PATCHES |
| 16 | SAVE IMAGE --push \ |
| 17 | ghcr.io/vexxhost/atmosphere/${PROJECT}:${RELEASE} \ |
| 18 | ghcr.io/vexxhost/atmosphere/${PROJECT}:${REF} |
| 19 | |
| 20 | image: |
| 21 | BUILD --platform linux/amd64 --platform linux/arm64 +platform-image |