blob: 8b61017f0cb7d3c4abfea85f1b60087f2457f086 [file] [log] [blame]
VERSION 0.7
platform-image:
ARG PROJECT=neutron
ARG RELEASE=zed
ARG REF=222c997022392561c2de2cb493f0f5214eb20dfc
FROM ../openstack-service+image \
--PROJECT ${PROJECT} \
--RELEASE ${RELEASE} \
--PROJECT_REF ${REF} \
--PIP_PACKAGES "git+https://github.com/openstack/neutron-vpnaas.git@256464aea691f8b4957ba668a117963353f34e4c"
DO \
../+APT_INSTALL \
--PACKAGES "conntrack dnsmasq dnsmasq-utils ebtables ethtool haproxy iproute2 ipset iptables iputils-arping jq keepalived lshw openvswitch-switch strongswan uuid-runtime"
DO ../+APPLY_PATCHES
SAVE IMAGE --push \
ghcr.io/vexxhost/atmosphere/${PROJECT}:${RELEASE} \
ghcr.io/vexxhost/atmosphere/${PROJECT}:${REF}
image:
BUILD --platform linux/amd64 --platform linux/arm64 +platform-image