We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050d59a commit 972c586Copy full SHA for 972c586
support/distros.yml
@@ -29,7 +29,7 @@ redhat: &redhat
29
setup:
30
- 'dnf install -y --allowerasing rpmdevtools tar %{build_dependencies}'
31
setup_repo:
32
- - 'dnf install -y --allowerasing createrepo rpm-sign gpg'
+ - 'dnf install -y --allowerasing createrepo rpm-sign'
33
install_steps:
34
- "curl -o /etc/yum.repos.d/%{project_slug}.repo %{url}/%{project_slug}.repo"
35
- "dnf install %{package_name}"
@@ -224,6 +224,8 @@ distros:
224
name: 'AlmaLinux 10'
225
image: 'almalinux:10'
226
<<: *redhat
227
+ setup_repo:
228
+ - 'dnf install -y --allowerasing createrepo rpm-sign gpg'
229
arch: x86_64
230
image_info_url: 'https://hub.docker.com/_/almalinux'
231
0 commit comments