Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nfc: remove centos7 rpmbuild image #305

Merged
merged 1 commit into from
Aug 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ sync:
- source: quay.io/fedora/fedora-coreos:stable@sha256:5240392ed4ffa33f4a0dbfb94ea9409583d42eaa5981403236ebeddd987f7cea # stable for 2024-08-22
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
Expand Down Expand Up @@ -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
Expand Down
Loading