Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed eol distros, added sboms #854

Merged
merged 4 commits into from
Feb 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions devops/e2e/cloudtest/almalinux-9.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
"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"
}
},
{
"name": "linux-bash-command",
"parameters": {
"command": "yum list installed"
}
}
]
}
23 changes: 0 additions & 23 deletions devops/e2e/cloudtest/centos-8.json

This file was deleted.

56 changes: 0 additions & 56 deletions devops/e2e/cloudtest/debian-10.json

This file was deleted.

8 changes: 7 additions & 1 deletion devops/e2e/cloudtest/debian-11.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,17 @@
{
"name": "linux-install-packages",
"parameters": {
"packages": "dotnet-sdk-6.0 jq powershell omi"
"packages": "jq powershell omi"
}
},
{
"name": "linux-azcli"
},
{
"name": "linux-bash-command",
"parameters": {
"command": "apt list --installed"
}
}
]
}
6 changes: 6 additions & 0 deletions devops/e2e/cloudtest/mariner-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
"parameters": {
"command": "wget https://github.com/microsoft/omi/releases/download/v1.8.1-0/omi-1.8.1-0.ssl_110.ulinux.s.x64.rpm -O omi.rpm && sudo tdnf install -y omi.rpm"
}
},
{
"name": "linux-bash-command",
"parameters": {
"command": "tdnf list installed"
}
}
]
}
6 changes: 6 additions & 0 deletions devops/e2e/cloudtest/oraclelinux-8.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
"parameters": {
"command": "wget https://github.com/PowerShell/PowerShell/releases/download/v7.4.1/powershell-7.4.1-1.rh.x86_64.rpm -O powershell.rpm && rpm -fi powershell.rpm --nodeps"
}
},
{
"name": "linux-bash-command",
"parameters": {
"command": "yum list installed"
}
}
]
}
1 change: 0 additions & 1 deletion devops/e2e/cloudtest/rhel-7.json

This file was deleted.

6 changes: 6 additions & 0 deletions devops/e2e/cloudtest/rhel-8.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"parameters": {
"command": "yum-config-manager --add-repo https://packages.microsoft.com/yumrepos/microsoft-rhel8.0-prod/ && sudo yum install -y powershell omi"
}
},
{
"name": "linux-bash-command",
"parameters": {
"command": "yum list installed"
}
}
]
}
6 changes: 6 additions & 0 deletions devops/e2e/cloudtest/rhel-9.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
"parameters": {
"command": "sudo yum install -y yum-utils && yum-config-manager --add-repo https://packages.microsoft.com/yumrepos/microsoft-rhel9.0-prod/ && sudo yum install -y powershell omi"
}
},
{
"name": "linux-bash-command",
"parameters": {
"command": "yum list installed"
}
}
]
}
10 changes: 8 additions & 2 deletions devops/e2e/cloudtest/rockylinux-9.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Base Image: resf:rockylinux-x86_64:9-base:latest
// Base Image: rockylinux-x86_64:9-base:latest
{
"artifacts": [
{
Expand All @@ -16,14 +16,20 @@
{
"name": "linux-bash-command",
"parameters": {
"command": "wget https://github.com/microsoft/omi/releases/download/v1.8.1-0/omi-1.8.1-0.ssl_300.ulinux.s.x64.rpm -O omi.rpm && rpm -fi omi.rpm"
"command": "wget https://github.com/microsoft/omi/releases/download/v1.9.1-0/omi-1.9.1-0.ssl_300.ulinux.s.x64.rpm -O omi.rpm && rpm -fi omi.rpm"
}
},
{
"name": "linux-bash-command",
"parameters": {
"command": "wget https://github.com/PowerShell/PowerShell/releases/download/v7.4.1/powershell-7.4.1-1.rh.x86_64.rpm -O powershell.rpm && rpm -fi powershell.rpm --nodeps"
}
},
{
"name": "linux-bash-command",
"parameters": {
"command": "yum list installed"
}
}
]
}
6 changes: 6 additions & 0 deletions devops/e2e/cloudtest/sles-15.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@
"parameters": {
"command": "wget https://github.com/PowerShell/PowerShell/releases/download/v7.4.1/powershell-7.4.1-1.rh.x86_64.rpm -O powershell.rpm && rpm -fi powershell.rpm --nodeps"
}
},
{
"name": "linux-bash-command",
"parameters": {
"command": "sudo zypper se --installed-only"
}
}
]
}
Loading