Skip to content

Commit

Permalink
Delete CentOS 7 Dockerfiles (#1123)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthalman authored Jul 2, 2024
1 parent 7aba2af commit cbf67da
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 321 deletions.
8 changes: 0 additions & 8 deletions eng/pipelines/dotnet-buildtools-prereqs-centos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,6 @@ trigger:
- src/centos/*
pr: none

schedules:
- cron: "0 5 * * 1"
displayName: Weekly build
branches:
include:
- main
always: true

resources:
repositories:
- repository: InternalVersionsRepo
Expand Down
118 changes: 0 additions & 118 deletions src/centos/7/amd64/Dockerfile

This file was deleted.

30 changes: 0 additions & 30 deletions src/centos/7/mlnet/amd64/Dockerfile

This file was deleted.

47 changes: 0 additions & 47 deletions src/centos/7/mlnet/helix/amd64/Dockerfile

This file was deleted.

60 changes: 0 additions & 60 deletions src/centos/7/source-build/amd64/Dockerfile

This file was deleted.

58 changes: 0 additions & 58 deletions src/centos/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,64 +3,6 @@
{
"name": "dotnet-buildtools/prereqs",
"images": [
{
"platforms": [
{
"dockerfile": "src/centos/7/amd64",
"os": "linux",
"osVersion": "centos7",
"tags": {
"centos-7-$(System:TimeStamp)-$(System:DockerfileGitCommitSha)": {},
"centos-7$(FloatingTagSuffix)": {},
"centos-7-local": {
"isLocal": true
}
}
}
]
},
{
"platforms": [
{
"dockerfile": "src/centos/7/mlnet/amd64",
"os": "linux",
"osVersion": "centos7",
"tags": {
"centos-7-mlnet-$(System:TimeStamp)-$(System:DockerfileGitCommitSha)": {},
"centos-7-mlnet$(FloatingTagSuffix)": {},
"centos-7-mlnet-local": {
"isLocal": true
}
}
}
]
},
{
"platforms": [
{
"dockerfile": "src/centos/7/mlnet/helix/amd64",
"os": "linux",
"osVersion": "centos7",
"tags": {
"centos-7-mlnet-helix-$(System:TimeStamp)-$(System:DockerfileGitCommitSha)": {},
"centos-7-mlnet-helix$(FloatingTagSuffix)": {}
}
}
]
},
{
"platforms": [
{
"dockerfile": "src/centos/7/source-build/amd64",
"os": "linux",
"osVersion": "centos7",
"tags": {
"centos-7-source-build-$(System:TimeStamp)-$(System:DockerfileGitCommitSha)": {},
"centos-7-source-build$(FloatingTagSuffix)": {}
}
}
]
},
{
"platforms": [
{
Expand Down

0 comments on commit cbf67da

Please sign in to comment.