Skip to content

Commit

Permalink
Delete Dockerfile for unused Mariner testrunner image (#1343)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthalman authored Feb 6, 2025
1 parent 68ef864 commit 9e1ff73
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 42 deletions.
1 change: 0 additions & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ src/azurelinux/**/opt/ @dotnet/runtime-infrastructure @dotnet/dotnet-docker-revi
src/cbl-mariner/**/android/ @dotnet/runtime-infrastructure @dotnet/dotnet-docker-reviewers
src/cbl-mariner/**/fpm/ @dotnet/runtime-infrastructure @dotnet/dotnet-docker-reviewers
src/cbl-mariner/**/opt/ @dotnet/runtime-infrastructure @dotnet/dotnet-docker-reviewers
src/cbl-mariner/**/docker-testrunner/ @dotnet/dotnet-docker-reviewers
src/cbl-mariner/2.0/amd64/ @dotnet/runtime-infrastructure @dotnet/dotnet-docker-reviewers

# centos
Expand Down
16 changes: 0 additions & 16 deletions src/cbl-mariner/2.0/docker-testrunner/Dockerfile

This file was deleted.

25 changes: 0 additions & 25 deletions src/cbl-mariner/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,6 @@
{
"name": "dotnet-buildtools/prereqs",
"images": [
{
"sharedTags": {
"cbl-mariner2.0-docker-testrunner": {}
},
"platforms": [
{
"dockerfile": "src/cbl-mariner/2.0/docker-testrunner",
"os": "linux",
"osVersion": "cbl-mariner2.0",
"tags": {
"cbl-mariner2.0-docker-testrunner-amd64": {}
}
},
{
"architecture": "arm64",
"dockerfile": "src/cbl-mariner/2.0/docker-testrunner",
"os": "linux",
"osVersion": "cbl-mariner2.0",
"tags": {
"cbl-mariner2.0-docker-testrunner-arm64v8": {}
},
"variant": "v8"
}
]
},
{
"platforms": [
{
Expand Down

0 comments on commit 9e1ff73

Please sign in to comment.