blob: 8b61017f0cb7d3c4abfea85f1b60087f2457f086 [file] [log] [blame]
Mohammed Naserc6392302024-01-04 00:43:02 -05001VERSION 0.7
2
3platform-image:
4 ARG PROJECT=neutron
5 ARG RELEASE=zed
renovate[bot]4564eda2024-01-15 12:26:41 -05006 ARG REF=222c997022392561c2de2cb493f0f5214eb20dfc
Mohammed Naserc6392302024-01-04 00:43:02 -05007 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
20image:
21 BUILD --platform linux/amd64 --platform linux/arm64 +platform-image