Skip to content

Commit

Permalink
Remove centos-stream-8 from ansible builds
Browse files Browse the repository at this point in the history
For various reasons, the centos-stream-8 container
points to a set of invalid mirrorlists.  Upstream
has not chosen to clean this up.  While it would
be possible to adjust the workflow steps to adjust
for this, just eliminate the build, as other than
a few uninstalled packages (such as the kernel and
grub), rocky-8 (which we also build) covers all
the same packages.
  • Loading branch information
garybuhrmaster committed Jul 2, 2024
1 parent 33b9346 commit 0a081d4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ jobs:
ansibleopts: '--limit localhost'

# CentOS group
- desc: 'CentOS 8 Stream'
image: 'quay.io/centos/centos:stream8'
ansibleopts: '--limit localhost'
- desc: 'CentOS 9 Stream'
image: 'quay.io/centos/centos:stream9'
ansibleopts: '--limit localhost'
Expand Down

0 comments on commit 0a081d4

Please sign in to comment.