Skip to content

Commit

Permalink
Removing CBL Mariner base image related test cases as git feature and…
Browse files Browse the repository at this point in the history
… git subtree don't get installed in these containers due to lack of support of commands such as awk, curl and getopt
  • Loading branch information
Kaniska244 committed Dec 16, 2024
1 parent 24d0122 commit 0e75385
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions test/git/scenarios.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,6 @@
}
}
},
"install_git_from_src_mariner": {
"image": "mcr.microsoft.com/cbl-mariner/base/core:2.0",
"features": {
"git": {
"version": "latest",
"ppa": "false"
}
}
},
"install_git_from_system_alpine": {
"image": "mcr.microsoft.com/devcontainers/base:alpine",
"features": {
Expand Down Expand Up @@ -187,14 +178,5 @@
"ppa": "true"
}
}
},
"install_git_from_system_mariner": {
"image": "mcr.microsoft.com/cbl-mariner/base/core:2.0",
"features": {
"git": {
"version": "system",
"ppa": "true"
}
}
}
}

0 comments on commit 0e75385

Please sign in to comment.