Mohammed Naser | 19d6312 | 2024-01-08 17:10:05 -0500 | [diff] [blame] | 1 | VERSION 0.7 |
| 2 | |
| 3 | ARG --global SERIES=3.1 |
| 4 | ARG --global VERSION=3.1.0-65 |
| 5 | |
| 6 | platform-image: |
| 7 | FROM quay.io/centos/centos:stream9 |
| 8 | LABEL org.opencontainers.image.source=https://github.com/vexxhost/atmosphere |
| 9 | DO ../+DNF_INSTALL --PACKAGES "centos-release-nfv-openvswitch.noarch" |
| 10 | DO ../+DNF_INSTALL --PACKAGES "openvswitch${SERIES}-${VERSION}.el9s iptables" |
Mohammed Naser | 1dfea6b | 2024-02-09 01:04:26 -0500 | [diff] [blame] | 11 | ARG REGISTRY=ghcr.io/vexxhost/atmosphere |
Mohammed Naser | 19d6312 | 2024-01-08 17:10:05 -0500 | [diff] [blame] | 12 | SAVE IMAGE --push \ |
Mohammed Naser | 1220717 | 2024-02-05 18:49:35 -0500 | [diff] [blame] | 13 | ${REGISTRY}/openvswitch:${SERIES} \ |
| 14 | ${REGISTRY}/openvswitch:${VERSION} |
Mohammed Naser | 19d6312 | 2024-01-08 17:10:05 -0500 | [diff] [blame] | 15 | |
| 16 | image: |
| 17 | BUILD --platform linux/amd64 --platform linux/arm64 +platform-image |