Skip to content

Commit

Permalink
ci: fix tests image
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbraun89 authored Aug 17, 2023
1 parent 62dbb5c commit b309df6
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions tests/installers/gh_release/test_gh_release_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
(
"upx --version",
0,
"mcr.microsoft.com/devcontainers/base:debian",
"mcr.microsoft.com/vscode/devcontainers/python:3.10-bullseye",
"upx/upx",
"upx",
"",
Expand All @@ -20,7 +20,7 @@
(
"doctl version",
0,
"mcr.microsoft.com/devcontainers/base:debian",
"mcr.microsoft.com/vscode/devcontainers/python:3.10-bullseye",
"digitalocean/doctl",
"doctl",
"",
Expand All @@ -29,7 +29,7 @@
( # classic
"argocd --help",
0,
"mcr.microsoft.com/devcontainers/base:debian",
"mcr.microsoft.com/vscode/devcontainers/python:3.10-bullseye",
"argoproj/argo-cd",
"argocd",
"",
Expand All @@ -47,7 +47,7 @@
( # arm
"argocd --help",
0,
"mcr.microsoft.com/devcontainers/base:debian",
"mcr.microsoft.com/vscode/devcontainers/python:3.10-bullseye",
"argoproj/argo-cd",
"argocd",
"",
Expand All @@ -56,7 +56,7 @@
( # two binaries at same repo
"which kubectx",
0,
"mcr.microsoft.com/devcontainers/base:debian",
"mcr.microsoft.com/vscode/devcontainers/python:3.10-bullseye",
"ahmetb/kubectx",
"kubectx",
"",
Expand All @@ -65,7 +65,7 @@
( # two binaries at same repo
"which kubens",
0,
"mcr.microsoft.com/devcontainers/base:debian",
"mcr.microsoft.com/vscode/devcontainers/python:3.10-bullseye",
"ahmetb/kubectx",
"kubens",
"",
Expand All @@ -74,7 +74,7 @@
( # control group for arm
"terrascan version",
0,
"mcr.microsoft.com/devcontainers/base:debian",
"mcr.microsoft.com/vscode/devcontainers/python:3.10-bullseye",
"tenable/terrascan",
"terrascan",
"",
Expand All @@ -83,7 +83,7 @@
( # arm
"terrascan version",
0,
"mcr.microsoft.com/devcontainers/base:debian",
"mcr.microsoft.com/vscode/devcontainers/python:3.10-bullseye",
"tenable/terrascan",
"terrascan",
"",
Expand All @@ -92,7 +92,7 @@
(
"gh --version",
0,
"mcr.microsoft.com/devcontainers/base:debian",
"mcr.microsoft.com/vscode/devcontainers/python:3.10-bullseye",
"cli/cli",
"gh",
"",
Expand All @@ -101,7 +101,7 @@
( # folder named btop in archive
"btop --version",
0,
"mcr.microsoft.com/devcontainers/base:debian",
"mcr.microsoft.com/vscode/devcontainers/python:3.10-bullseye",
"aristocratos/btop",
"btop",
"",
Expand All @@ -110,7 +110,7 @@
( # zip archive for linux
"exa --version",
0,
"mcr.microsoft.com/devcontainers/base:debian",
"mcr.microsoft.com/vscode/devcontainers/python:3.10-bullseye",
"ogham/exa",
"exa",
"",
Expand All @@ -119,7 +119,7 @@
( # .apk file
"duf --version",
0,
"mcr.microsoft.com/devcontainers/base:debian",
"mcr.microsoft.com/vscode/devcontainers/python:3.10-bullseye",
"muesli/duf",
"duf",
"",
Expand All @@ -128,7 +128,7 @@
( # .pem file
"caddy --version",
0,
"mcr.microsoft.com/devcontainers/base:debian",
"mcr.microsoft.com/vscode/devcontainers/python:3.10-bullseye",
"caddyserver/caddy",
"caddy",
"",
Expand All @@ -137,7 +137,7 @@
( # has positive "static"
"cas --version",
0,
"mcr.microsoft.com/devcontainers/base:debian",
"mcr.microsoft.com/vscode/devcontainers/python:3.10-bullseye",
"codenotary/cas",
"cas",
"",
Expand All @@ -146,7 +146,7 @@
( # release regex
"bw --version",
0,
"mcr.microsoft.com/devcontainers/base:debian",
"mcr.microsoft.com/vscode/devcontainers/python:3.10-bullseye",
"bitwarden/clients",
"bw",
"--release-tag-regex 'cli\\-'",
Expand All @@ -155,7 +155,7 @@
( # .sbom file
"gitsign version",
0,
"mcr.microsoft.com/devcontainers/base:debian",
"mcr.microsoft.com/vscode/devcontainers/python:3.10-bullseye",
"sigstore/gitsign",
"gitsign",
"",
Expand All @@ -164,7 +164,7 @@
( # date based version
"youtubeuploader -version",
0,
"mcr.microsoft.com/devcontainers/base:debian",
"mcr.microsoft.com/vscode/devcontainers/python:3.10-bullseye",
"porjo/youtubeuploader",
"youtubeuploader",
"",
Expand All @@ -173,7 +173,7 @@
( # gz (not tar)
"chisel --version",
0,
"mcr.microsoft.com/devcontainers/base:debian",
"mcr.microsoft.com/vscode/devcontainers/python:3.10-bullseye",
"jpillora/chisel",
"chisel",
"",
Expand All @@ -182,7 +182,7 @@
( # has negative "musl"
"cyclonedx --version",
0,
"mcr.microsoft.com/devcontainers/base:debian",
"mcr.microsoft.com/vscode/devcontainers/python:3.10-bullseye",
"CycloneDX/cyclonedx-cli",
"cyclonedx",
"",
Expand All @@ -191,7 +191,7 @@
(
"pwsh --version",
1,
"mcr.microsoft.com/devcontainers/base:debian",
"mcr.microsoft.com/vscode/devcontainers/python:3.10-bullseye",
"PowerShell/PowerShell",
"pwsh",
"",
Expand Down

0 comments on commit b309df6

Please sign in to comment.