Skip to content

Commit

Permalink
ci: fix CentOS-9-Stream container
Browse files Browse the repository at this point in the history
 - correct URL for dash
 - use centos9 instead of fedora
  • Loading branch information
pvalena committed Oct 23, 2024
1 parent 097d4bd commit ebd7f77
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 168 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
container: [
"fedora:latest",
"centos:stream9",
]
test: [
"04",
Expand All @@ -40,7 +40,7 @@ jobs:
strategy:
matrix:
container: [
"fedora:latest",
"centos:stream9",
]
test: [
"01",
Expand Down
25 changes: 0 additions & 25 deletions test/container/Dockerfile-Arch

This file was deleted.

2 changes: 1 addition & 1 deletion test/container/Dockerfile-CentOS-9-Stream
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN echo 'export DRACUT_NO_XATTR=1 KVERSION=$(cd /lib/modules; ls -1 | tail -1)'
# Install needed packages for the dracut CI container
# FIXME: properly re-add dash once C9S EPEL is available
RUN dnf -y install --enablerepo crb --setopt=install_weak_deps=False \
http://mirrors.kernel.org/fedora/releases/34/Everything/x86_64/os/Packages/d/dash-0.5.10.2-8.fc34.x86_64.rpm \
https://dl.fedoraproject.org/pub/epel/9/Everything/x86_64/Packages/d/dash-0.5.11.5-4.el9.x86_64.rpm \
qemu-kvm \
NetworkManager \
asciidoc \
Expand Down
61 changes: 0 additions & 61 deletions test/container/Dockerfile-Debian

This file was deleted.

56 changes: 0 additions & 56 deletions test/container/Dockerfile-Fedora-latest

This file was deleted.

23 changes: 0 additions & 23 deletions test/container/Dockerfile-OpenSuse-latest

This file was deleted.

0 comments on commit ebd7f77

Please sign in to comment.