-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Alma Linux 9 to universal NRP tests (#831)
- Loading branch information
1 parent
5228d4c
commit 96e7a2c
Showing
2 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
// Base image: almalinux/almalinux-x86_64/9-gen2/latest | ||
{ | ||
"artifacts": [ | ||
{ | ||
"name": "linux-bash-command", | ||
"parameters": { | ||
"command": "sudo yum install -y yum-utils && yum-config-manager --add-repo https://packages.microsoft.com/yumrepos/microsoft-rhel9.0-insiders-fast-prod/config.repo && yum-config-manager --add-repo https://packages.microsoft.com/yumrepos/microsoft-rhel9.0-prod/config.repo" | ||
} | ||
}, | ||
{ | ||
"name": "linux-bash-command", | ||
"parameters": { | ||
"command": "sudo yum install -y glibc* libicu wget which omi" | ||
} | ||
}, | ||
{ | ||
"name": "linux-bash-command", | ||
"parameters": { | ||
"command": "wget https://github.com/PowerShell/PowerShell/releases/download/v7.4.2/powershell-7.4.2-1.rh.x86_64.rpm -O powershell.rpm && rpm -fi powershell.rpm --nodeps" | ||
} | ||
} | ||
] | ||
} |