From 7adc9d45e1e205bc1ac128139ceaaf5c7091bc3f Mon Sep 17 00:00:00 2001 From: Dagan McGregor Date: Thu, 22 Aug 2024 12:15:38 +1200 Subject: [PATCH] nfc: remove centos7 rpmbuild image Remove CentOS7 rpmbuild image we no longer need --- config.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config.yaml b/config.yaml index a541a29..15731c6 100644 --- a/config.yaml +++ b/config.yaml @@ -88,8 +88,6 @@ sync: - source: quay.io/fedora/fedora-coreos:stable@sha256:35679392c36e6a164f490199ca31af4c6fb479c7904a9c41e95ac6b17f699bc0 # stable for 2024-08-05 destination: ghcr.io/geonet/base-images/fedora-coreos:stable auto-update-mutable-tag-digest: true - - source: quay.io/centos/centos:centos7@sha256:e4ca2ed0202e76be184e75fb26d14bf974193579039d5573fb2348664deef76e # 7 for 2023-09-21 - destination: ghcr.io/geonet/base-images/centos:centos7 auto-update-mutable-tag-digest: true - source: quay.io/centos/centos:stream8@sha256:20da069d4f8126c4517ee563e6e723d4cbe79ff62f6c4597f753478af91a09a3 # stream8 for 2024-06-05 destination: ghcr.io/geonet/base-images/centos:stream8 @@ -139,9 +137,6 @@ build: - source: ./images/python-arcgis/Dockerfile destination: ghcr.io/geonet/base-images/python-arcgis:latest buildOnMainOnly: true - - source: ./images/rpmbuild-centos7/Dockerfile - destination: ghcr.io/geonet/base-images/rpmbuild-centos7:latest - buildOnMainOnly: true - source: ./images/rpmbuild-almalinux8/Dockerfile destination: ghcr.io/geonet/base-images/rpmbuild-almalinux8:latest buildOnMainOnly: true