From eade33cb09d15ed94a46e9b193273448159d870c Mon Sep 17 00:00:00 2001 From: benny Vasquez Date: Thu, 23 Jan 2025 16:51:12 -0500 Subject: [PATCH 01/13] creating default bug report template --- issue_template/bug_report.yml | 43 +++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 issue_template/bug_report.yml diff --git a/issue_template/bug_report.yml b/issue_template/bug_report.yml new file mode 100644 index 0000000..5f757b0 --- /dev/null +++ b/issue_template/bug_report.yml @@ -0,0 +1,43 @@ +name: Report a bug +description: File a bug/issue in this part of the project +title: "[BUG] " +labels: ["bug", "needs-triage"] +body: + - type: checkboxes + attributes: + label: Is there an existing issue for this? + description: Please search to see if an issue already exists for the bug you encountered. + options: + - label: I have searched the existing issues + required: true + - type: textarea + attributes: + label: Current Behavior + description: A concise description of what you're experiencing. + validations: + required: false + - type: textarea + attributes: + label: Expected Behavior + description: A concise description of what you expected to happen. + validations: + required: false + - type: textarea + attributes: + label: Steps To Reproduce + description: Steps to reproduce the behavior. + placeholder: | + 1. With version ... + 1. Using these configuration settings... + 1. When running these commands... + 1. See error... + validations: + required: false + - type: textarea + attributes: + label: Anything else? + description: | + Links? References? Anything that will give us more context about the issue you are encountering! + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. + validations: + required: false \ No newline at end of file From 8c2a869005e5f0e54f30dac34e6ebab09833e3c2 Mon Sep 17 00:00:00 2001 From: benny Vasquez <benny@encylia.com> Date: Thu, 23 Jan 2025 17:43:39 -0500 Subject: [PATCH 02/13] Adding two more templates --- issue_template/bug_report.yml | 8 +++++- issue_template/feature_request.yml | 45 ++++++++++++++++++++++++++++++ issue_template/security_flaw.yml | 19 +++++++++++++ 3 files changed, 71 insertions(+), 1 deletion(-) create mode 100644 issue_template/feature_request.yml create mode 100644 issue_template/security_flaw.yml diff --git a/issue_template/bug_report.yml b/issue_template/bug_report.yml index 5f757b0..8c60585 100644 --- a/issue_template/bug_report.yml +++ b/issue_template/bug_report.yml @@ -40,4 +40,10 @@ body: Links? References? Anything that will give us more context about the issue you are encountering! Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. validations: - required: false \ No newline at end of file + required: false + - type: input + attributes: + label: Search terms + description: Help other people discover your feature request by including other words they might search for. + validations: + required: true \ No newline at end of file diff --git a/issue_template/feature_request.yml b/issue_template/feature_request.yml new file mode 100644 index 0000000..804c942 --- /dev/null +++ b/issue_template/feature_request.yml @@ -0,0 +1,45 @@ +name: 🛠️ Feature Request +description: Suggest an idea to improve something +title: "[Feature]: " +labels: ["enhancement", "needs-triage"] +body: + - type: checkboxes + attributes: + label: Is there an existing issue for this? + description: Please search to see if an issue already exists for the feature you are requesting. + options: + - label: I have searched the existing issues to confirm this is not a duplicate + required: true + - type: textarea + attributes: + label: Description of problem + description: + A clear and concise description of the problem you have encountered to be solved. + value: | + <!--- Describe your feature here ---> + validations: + required: true + - type: textarea + attributes: + label: Suggested Solution + description: + Describe the solution you'd like. A clear and concise description of what you want to happen. If you have + considered alternatives, please describe them. + value: | + <!--- Describe your solution here ---> + validations: + required: false + - type: checkboxes + attributes: + label: Are you willing to work on this solution yourself? + description: As an all-volunteer organization, we are always looking for new contributors. Is this request something you are willing to contribute yourself? + options: + - label: I am willing to take on this work, once the community has had a chance to provide feedback. + - label: I am willing to do the work, but will need a mentor or guide. + - label: I cannot perform this work at this time. + - type: input + attributes: + label: Search terms + description: Help other people discover your feature request by including other words they might search for. + validations: + required: true \ No newline at end of file diff --git a/issue_template/security_flaw.yml b/issue_template/security_flaw.yml new file mode 100644 index 0000000..37a208b --- /dev/null +++ b/issue_template/security_flaw.yml @@ -0,0 +1,19 @@ +name: Report a vulnerability +description: File a bug/issue in this part of the project +title: "[BUG] <title>" +labels: ["bug", "vulnerability", "needs-triage"] +body: + - type: markdown + attributes: + value: | + Security vulnerability reporting information for the AlmaLinux OS project is available on the AlmaLinux website. https://almalinux.org/p/vulnerability-disclosure-policy/ + + Please follow the criteria below to ensure your report reaches the correct team. + + If you are not sure, please reach out to our security team for assistance. Please report vulnerabilities that require coordinated disclosure responsibly, no matter in which part of the project they are found. + Contact: security@almalinux.org + + If the flaw is in the operating system and but does not require coordinated disclosure, it may be reported in our bug tracker: + Contact: https://bugs.almalinux.org + + For any other flaws, please report them in the repository that is associated with the part of the project in question. From 4c640b4fdf99ca8f564af45b64e9e1f66c506b56 Mon Sep 17 00:00:00 2001 From: benny Vasquez <benny@encylia.com> Date: Thu, 23 Jan 2025 18:12:09 -0500 Subject: [PATCH 03/13] fixing small things --- profile/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/profile/README.md b/profile/README.md index c9be636..4af19bc 100644 --- a/profile/README.md +++ b/profile/README.md @@ -4,6 +4,6 @@ AlmaLinux is a free linux OS for the community, by the community. An Open Source, community owned and governed, forever-free enterprise Linux distribution, focused on long-term stability, providing a robust production-grade platform. AlmaLinux OS is ABI compatible with RHEL®. -AlmaLinux is an enterprise linux distribution build with the intention of providing users of historic CentOS Linux with a replacement that meets their needs by being stable, secure, and ABI compatible with RedHat Enterprise Linux®. There are exciting developments all the time, and you can stay up to date by joining our [chat](https://chat.almalinux.org), or watching the [AlmaLinux OS blog](https://almalinux.org/blog) for updates! +AlmaLinux is an enterprise linux distribution build with the intention of providing users of historic CentOS Linux with a replacement that meets their needs by being stable, secure, and ABI compatible with Red Hat Enterprise Linux®. There are exciting developments all the time, and you can stay up to date by joining our [chat](https://chat.almalinux.org), or watching the [AlmaLinux OS blog](https://almalinux.org/blog) for updates! -If you want to contribute to AlmaLinux, there are tons of ways to do so! We need help with everything from [website updates](https://github.com/AlmaLinux/almalinux.org) and marketing and event staffing, to infrastructure automation (the Infra team even has a list of things they're [working on in the wiki](https://openproject.almalinux.org/projects/infrastructure/work_packages)), and help improving the AlmaLinux Build System (ALBS), but the best place to start is by joining our [chat](https://chat.almalinux.org) on mattermost. +If you want to contribute to AlmaLinux, there are tons of ways to do so! We need help with everything from [website updates](https://github.com/AlmaLinux/almalinux.org) and marketing and event staffing, to infrastructure automation (the Infra team even has a list of things they're [working on in the wiki](https://wiki.almalinux.org/sigs/Infrastructure.html)), and help improving the [AlmaLinux Build System (ALBS)](https://wiki.almalinux.org/sigs/Build-System.html), but the best place to start is by joining our [chat](https://chat.almalinux.org). \ No newline at end of file From c57570d418f23ee1e5a260c0a7cb8f880cc91e1f Mon Sep 17 00:00:00 2001 From: benny Vasquez <benny@encylia.com> Date: Wed, 29 Jan 2025 17:48:23 +0100 Subject: [PATCH 04/13] fixing typos --- issue_template/bug_report.yml | 2 +- issue_template/feature_request.yml | 2 +- issue_template/security_flaw.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/issue_template/bug_report.yml b/issue_template/bug_report.yml index 8c60585..cbc415e 100644 --- a/issue_template/bug_report.yml +++ b/issue_template/bug_report.yml @@ -1,6 +1,6 @@ name: Report a bug description: File a bug/issue in this part of the project -title: "[BUG] <title>" +title: "[BUG]: <title>" labels: ["bug", "needs-triage"] body: - type: checkboxes diff --git a/issue_template/feature_request.yml b/issue_template/feature_request.yml index 804c942..a7cdfc3 100644 --- a/issue_template/feature_request.yml +++ b/issue_template/feature_request.yml @@ -1,6 +1,6 @@ name: 🛠️ Feature Request description: Suggest an idea to improve something -title: "[Feature]: " +title: "[Feature]: <title>" labels: ["enhancement", "needs-triage"] body: - type: checkboxes diff --git a/issue_template/security_flaw.yml b/issue_template/security_flaw.yml index 37a208b..bf565c4 100644 --- a/issue_template/security_flaw.yml +++ b/issue_template/security_flaw.yml @@ -1,6 +1,6 @@ name: Report a vulnerability description: File a bug/issue in this part of the project -title: "[BUG] <title>" +title: "[Security flaw]: <title>" labels: ["bug", "vulnerability", "needs-triage"] body: - type: markdown From d0693e2b91247dc54ae58eb17bd6650a2c4b0c6d Mon Sep 17 00:00:00 2001 From: benny Vasquez <bennyvasquez@users.noreply.github.com> Date: Thu, 30 Jan 2025 05:37:48 -0500 Subject: [PATCH 05/13] Update issue_template/feature_request.yml Co-authored-by: Ben Thomas <ben.thomas1984@gmail.com> --- issue_template/feature_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/issue_template/feature_request.yml b/issue_template/feature_request.yml index a7cdfc3..6d4bdce 100644 --- a/issue_template/feature_request.yml +++ b/issue_template/feature_request.yml @@ -16,7 +16,7 @@ body: description: A clear and concise description of the problem you have encountered to be solved. value: | - <!--- Describe your feature here ---> + <!--- Describe your problem here ---> validations: required: true - type: textarea From 90de06a3a0d5026b43ca640e6f698b9d3c4853a7 Mon Sep 17 00:00:00 2001 From: benny Vasquez <benny@encylia.com> Date: Mon, 10 Feb 2025 13:59:44 -0500 Subject: [PATCH 06/13] Hopefully fixing the bug report displays, and adding a default contributing document --- .../ISSUE_TEMPLATE}/bug_report.yml | 0 .../ISSUE_TEMPLATE}/feature_request.yml | 0 .../ISSUE_TEMPLATE}/security_flaw.yml | 0 CONTRIBUTING.md | 17 +++++++++++++++++ 4 files changed, 17 insertions(+) rename {issue_template => .github/ISSUE_TEMPLATE}/bug_report.yml (100%) rename {issue_template => .github/ISSUE_TEMPLATE}/feature_request.yml (100%) rename {issue_template => .github/ISSUE_TEMPLATE}/security_flaw.yml (100%) create mode 100644 CONTRIBUTING.md diff --git a/issue_template/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml similarity index 100% rename from issue_template/bug_report.yml rename to .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/issue_template/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml similarity index 100% rename from issue_template/feature_request.yml rename to .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/issue_template/security_flaw.yml b/.github/ISSUE_TEMPLATE/security_flaw.yml similarity index 100% rename from issue_template/security_flaw.yml rename to .github/ISSUE_TEMPLATE/security_flaw.yml diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..88310ce --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,17 @@ +# Contribute to AlmaLinux + +Contributions to the AlmaLinux project come in all shapes and sizes. We have a number of ways to contribute outlined in our [wiki](https://wiki.almalinux.org/Contribute.html). If you are interested in contributing to this repo or any part of the AlmaLinux project, we recommend you follow these guidelines. + +## Prerequisites +Before you start working on a problem: + +* Look through existing open and closed issues for similar content, to prevent duplication. +* Open an issue on the repo to propose your content or code change before you begin writing it to ensure that is appropriate for the project. +* Comment on any open issues or bug reports that you would like to take ownership of so that work isn't duplicated. +* If you submit a pull request, outline in detail the reason for the changes you made, and ensure that you reference the open issue or bug report that you are attempting to resolve. + +Please also join us for conversation in the AlmaLinux chat: [chat.almalinux.org](https://chat.almalinux.org) + +# Replacing this document + +This document is a default for the [AlmaLinux GitHub org](https://github.com/AlmaLinux/.github), and to be overriden your repo must create its own. \ No newline at end of file From 6e2f5213a2917b4a44e9ff4b50d13738ce68f92a Mon Sep 17 00:00:00 2001 From: benny Vasquez <bennyvasquez@users.noreply.github.com> Date: Tue, 3 Jun 2025 19:03:26 -0400 Subject: [PATCH 07/13] Update feature_request.yml fixing syntax error --- .github/ISSUE_TEMPLATE/feature_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 6d4bdce..287bdef 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -35,11 +35,11 @@ body: description: As an all-volunteer organization, we are always looking for new contributors. Is this request something you are willing to contribute yourself? options: - label: I am willing to take on this work, once the community has had a chance to provide feedback. - - label: I am willing to do the work, but will need a mentor or guide. + - label: I am willing to do the work, but will need a mentor or guide. - label: I cannot perform this work at this time. - type: input attributes: label: Search terms description: Help other people discover your feature request by including other words they might search for. validations: - required: true \ No newline at end of file + required: true From 289eb4153f2a5819b356b60e026a39c0aed2ca18 Mon Sep 17 00:00:00 2001 From: Jonathan Wright <jonathan@almalinux.org> Date: Fri, 20 Jun 2025 06:33:43 -0500 Subject: [PATCH 08/13] Add default runs-on configuration --- .github/runs-on.yml | 85 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 .github/runs-on.yml diff --git a/.github/runs-on.yml b/.github/runs-on.yml new file mode 100644 index 0000000..de0a7a0 --- /dev/null +++ b/.github/runs-on.yml @@ -0,0 +1,85 @@ +runners: + default: + cpu: 8 + disk: default + family: ["c7i", "c7a", "c8g"] + spot: capacity-optimized + cpu-16: + cpu: 16 + disk: default + family: ["c7i", "c7a", "c8g"] + spot: capacity-optimized + cpu-32: + cpu: 32 + disk: default + family: ["c7i", "c7a", "c8g"] + spot: capacity-optimized + cpu-64: + cpu: 64 + disk: default + family: ["c7i", "c7a", "c8g"] + spot: capacity-optimized + memory-32: + ram: 64 + disk: default + family: ["r7i", "r7a", "r8g"] + spot: capacity-optimized + memory-64: + ram: 64 + disk: default + family: ["r7i", "r7a", "r8g"] + spot: capacity-optimized + memory-128: + ram: 128 + disk: default + family: ["r7i", "r7a", "r8g"] + spot: capacity-optimized + +images: + almalinux-10-x86_64: + platform: "linux" + arch: "x64" + owner: "764336703387" # Official AlmaLinux owner + name: "AlmaLinux OS 10 * x86_64" + preinstall: | + dnf install jq libicu tar wget /usr/bin/shasum -y + + almalinux-10-aarch64: + platform: "linux" + arch: "arm64" + owner: "764336703387" # Official AlmaLinux owner + name: "AlmaLinux OS 10 * aarch64" + preinstall: | + dnf install jq libicu tar wget /usr/bin/shasum -y + + almalinux-9-x86_64: + platform: "linux" + arch: "x64" + owner: "764336703387" # Official AlmaLinux owner + name: "AlmaLinux OS 9 * x86_64" + preinstall: | + dnf install jq libicu tar wget /usr/bin/shasum -y + + almalinux-9-aarch64: + platform: "linux" + arch: "arm64" + owner: "764336703387" # Official AlmaLinux owner + name: "AlmaLinux OS 9 * aarch64" + preinstall: | + dnf install jq libicu tar wget /usr/bin/shasum -y + + almalinux-8-x86_64: + platform: "linux" + arch: "x64" + owner: "764336703387" # Official AlmaLinux owner + name: "AlmaLinux OS 8 * x86_64" + preinstall: | + dnf install jq libicu tar wget /usr/bin/shasum -y + + almalinux-8-aarch64: + platform: "linux" + arch: "arm64" + owner: "764336703387" # Official AlmaLinux owner + name: "AlmaLinux OS 8 * aarch64" + preinstall: | + dnf install jq libicu tar wget /usr/bin/shasum -y From 64f63cb499f5e68f8a912160dfb43cd95bcd3e07 Mon Sep 17 00:00:00 2001 From: Jonathan Wright <jonathan@almalinux.org> Date: Fri, 20 Jun 2025 06:38:26 -0500 Subject: [PATCH 09/13] Add default admins for SSH access to runner VMs --- .github/runs-on.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/runs-on.yml b/.github/runs-on.yml index de0a7a0..8d1e7c1 100644 --- a/.github/runs-on.yml +++ b/.github/runs-on.yml @@ -83,3 +83,8 @@ images: name: "AlmaLinux OS 8 * aarch64" preinstall: | dnf install jq libicu tar wget /usr/bin/shasum -y + +admins: + - andrewlukoshko + - codyro + - jonathanspw From 511cfd85a3dfcecf32fb55aa0579c2165d5dfbea Mon Sep 17 00:00:00 2001 From: Jonathan Wright <jonathan@almalinux.org> Date: Fri, 20 Jun 2025 11:38:17 -0500 Subject: [PATCH 10/13] Fix image names --- .github/runs-on.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/runs-on.yml b/.github/runs-on.yml index 8d1e7c1..43ac47d 100644 --- a/.github/runs-on.yml +++ b/.github/runs-on.yml @@ -40,7 +40,7 @@ images: platform: "linux" arch: "x64" owner: "764336703387" # Official AlmaLinux owner - name: "AlmaLinux OS 10 * x86_64" + name: "AlmaLinux OS 10.* x86_64" preinstall: | dnf install jq libicu tar wget /usr/bin/shasum -y @@ -48,7 +48,7 @@ images: platform: "linux" arch: "arm64" owner: "764336703387" # Official AlmaLinux owner - name: "AlmaLinux OS 10 * aarch64" + name: "AlmaLinux OS 10.* aarch64" preinstall: | dnf install jq libicu tar wget /usr/bin/shasum -y @@ -56,7 +56,7 @@ images: platform: "linux" arch: "x64" owner: "764336703387" # Official AlmaLinux owner - name: "AlmaLinux OS 9 * x86_64" + name: "AlmaLinux OS 9.* x86_64" preinstall: | dnf install jq libicu tar wget /usr/bin/shasum -y @@ -64,7 +64,7 @@ images: platform: "linux" arch: "arm64" owner: "764336703387" # Official AlmaLinux owner - name: "AlmaLinux OS 9 * aarch64" + name: "AlmaLinux OS 9.* aarch64" preinstall: | dnf install jq libicu tar wget /usr/bin/shasum -y @@ -72,7 +72,7 @@ images: platform: "linux" arch: "x64" owner: "764336703387" # Official AlmaLinux owner - name: "AlmaLinux OS 8 * x86_64" + name: "AlmaLinux OS 8.* x86_64" preinstall: | dnf install jq libicu tar wget /usr/bin/shasum -y @@ -80,7 +80,7 @@ images: platform: "linux" arch: "arm64" owner: "764336703387" # Official AlmaLinux owner - name: "AlmaLinux OS 8 * aarch64" + name: "AlmaLinux OS 8.* aarch64" preinstall: | dnf install jq libicu tar wget /usr/bin/shasum -y From fba2f9de830837a14c817083b37768c5f0602e8f Mon Sep 17 00:00:00 2001 From: Jonathan Wright <jonathan@almalinux.org> Date: Fri, 27 Jun 2025 12:37:40 -0500 Subject: [PATCH 11/13] Add kitten images to config --- .github/runs-on.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/runs-on.yml b/.github/runs-on.yml index 43ac47d..5a9cb21 100644 --- a/.github/runs-on.yml +++ b/.github/runs-on.yml @@ -36,6 +36,22 @@ runners: spot: capacity-optimized images: + almalinux-kitten-10-x86_64: + platform: "linux" + arch: "x64" + owner: "764336703387" # Official AlmaLinux owner + name: "AlmaLinux OS Kitten 10.* x86_64" + preinstall: | + dnf install jq libicu tar wget /usr/bin/shasum -y + + almalinux-kitten-10-aarch64: + platform: "linux" + arch: "arm64" + owner: "764336703387" # Official AlmaLinux owner + name: "AlmaLinux OS Kitten 10.* aarch64" + preinstall: | + dnf install jq libicu tar wget /usr/bin/shasum -y + almalinux-10-x86_64: platform: "linux" arch: "x64" From fdfc84dd9ac3a7a0a282e10a9ead1613ae1be0c4 Mon Sep 17 00:00:00 2001 From: Jonathan Wright <jonathan@almalinux.org> Date: Fri, 27 Jun 2025 12:38:58 -0500 Subject: [PATCH 12/13] Update runs-on.yml --- .github/runs-on.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/runs-on.yml b/.github/runs-on.yml index 5a9cb21..72f53b9 100644 --- a/.github/runs-on.yml +++ b/.github/runs-on.yml @@ -36,7 +36,7 @@ runners: spot: capacity-optimized images: - almalinux-kitten-10-x86_64: + almalinux-10-kitten-x86_64: platform: "linux" arch: "x64" owner: "764336703387" # Official AlmaLinux owner @@ -44,7 +44,7 @@ images: preinstall: | dnf install jq libicu tar wget /usr/bin/shasum -y - almalinux-kitten-10-aarch64: + almalinux-10-kitten-aarch64: platform: "linux" arch: "arm64" owner: "764336703387" # Official AlmaLinux owner From e020bee3d84c3fb5e7efc9cbed3ec2b8ff43594a Mon Sep 17 00:00:00 2001 From: Jonathan Wright <jonathan@almalinux.org> Date: Mon, 4 Aug 2025 20:15:00 -0500 Subject: [PATCH 13/13] Update runs-on.yml --- .github/runs-on.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/runs-on.yml b/.github/runs-on.yml index 72f53b9..22401fe 100644 --- a/.github/runs-on.yml +++ b/.github/runs-on.yml @@ -42,7 +42,7 @@ images: owner: "764336703387" # Official AlmaLinux owner name: "AlmaLinux OS Kitten 10.* x86_64" preinstall: | - dnf install jq libicu tar wget /usr/bin/shasum -y + dnf install curl jq libicu tar wget /usr/bin/shasum -y almalinux-10-kitten-aarch64: platform: "linux" @@ -50,7 +50,7 @@ images: owner: "764336703387" # Official AlmaLinux owner name: "AlmaLinux OS Kitten 10.* aarch64" preinstall: | - dnf install jq libicu tar wget /usr/bin/shasum -y + dnf install curl jq libicu tar wget /usr/bin/shasum -y almalinux-10-x86_64: platform: "linux" @@ -58,7 +58,7 @@ images: owner: "764336703387" # Official AlmaLinux owner name: "AlmaLinux OS 10.* x86_64" preinstall: | - dnf install jq libicu tar wget /usr/bin/shasum -y + dnf install curl jq libicu tar wget /usr/bin/shasum -y almalinux-10-aarch64: platform: "linux" @@ -66,7 +66,7 @@ images: owner: "764336703387" # Official AlmaLinux owner name: "AlmaLinux OS 10.* aarch64" preinstall: | - dnf install jq libicu tar wget /usr/bin/shasum -y + dnf install curl jq libicu tar wget /usr/bin/shasum -y almalinux-9-x86_64: platform: "linux" @@ -74,7 +74,7 @@ images: owner: "764336703387" # Official AlmaLinux owner name: "AlmaLinux OS 9.* x86_64" preinstall: | - dnf install jq libicu tar wget /usr/bin/shasum -y + dnf install curl jq libicu tar wget /usr/bin/shasum -y almalinux-9-aarch64: platform: "linux" @@ -82,7 +82,7 @@ images: owner: "764336703387" # Official AlmaLinux owner name: "AlmaLinux OS 9.* aarch64" preinstall: | - dnf install jq libicu tar wget /usr/bin/shasum -y + dnf install curl jq libicu tar wget /usr/bin/shasum -y almalinux-8-x86_64: platform: "linux" @@ -90,7 +90,7 @@ images: owner: "764336703387" # Official AlmaLinux owner name: "AlmaLinux OS 8.* x86_64" preinstall: | - dnf install jq libicu tar wget /usr/bin/shasum -y + dnf install curl jq libicu tar wget /usr/bin/shasum -y almalinux-8-aarch64: platform: "linux" @@ -98,7 +98,7 @@ images: owner: "764336703387" # Official AlmaLinux owner name: "AlmaLinux OS 8.* aarch64" preinstall: | - dnf install jq libicu tar wget /usr/bin/shasum -y + dnf install curl jq libicu tar wget /usr/bin/shasum -y admins: - andrewlukoshko