Skip to content

Commit 8ac2cba

Browse files
committed
Move EL8 image from CentOS Stream 8 to AlmaLinux 8
This will effect the following downstream images: - access-amie - central-collector - central-syslog - frontier-squid - gwms-factory - gratia-probe - osdf-collector - osg-pilot-container-probe - osgstorage-redirector - ospool-ap - ospool-ganglia - ospool-static-registry
1 parent b4d559d commit 8ac2cba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-container.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,8 @@ jobs:
2727
base:
2828
- image: 'docker.io/centos:centos7'
2929
tag_str: 'el7'
30-
- image: 'quay.io/centos/centos:stream8'
31-
tag_str: 'el8'
3230
- image: 'docker.io/library/almalinux:8'
33-
tag_str: 'al8'
31+
tag_str: 'el8'
3432
- image: 'quay.io/almalinux/almalinux:9'
3533
tag_str: 'el9'
3634
- image: 'nvidia/cuda:11.8.0-runtime-rockylinux8'

0 commit comments

Comments
 (0)