From 41f4e2de31a1370336de04bd615d12a9477e290d Mon Sep 17 00:00:00 2001 From: Andrew Slice Date: Mon, 23 May 2022 09:16:54 -0400 Subject: [PATCH] .NET 5.0 os EOL, removing it from the index of jobs. --- index.d/dotnet.yaml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/index.d/dotnet.yaml b/index.d/dotnet.yaml index fea91574..8a962d5b 100644 --- a/index.d/dotnet.yaml +++ b/index.d/dotnet.yaml @@ -22,27 +22,3 @@ Projects: notify-email: dotnet-team@redhat.com build-context: ./ depends-on: dotnet/dotnet-31-runtime-centos7:latest - - - id: 3 - app-id: dotnet - job-id: dotnet-50-runtime-centos7 - git-url: https://github.com/redhat-developer/s2i-dotnetcore - git-branch: master - git-path: 5.0/runtime - target-file: Dockerfile - desired-tag: latest - notify-email: dotnet-team@redhat.com - build-context: ./ - depends-on: centos/centos:latest - - - id: 4 - app-id: dotnet - job-id: dotnet-50-centos7 - git-url: https://github.com/redhat-developer/s2i-dotnetcore - git-branch: master - git-path: 5.0/build - target-file: Dockerfile - desired-tag: latest - notify-email: dotnet-team@redhat.com - build-context: ./ - depends-on: dotnet/dotnet-50-runtime-centos7:latest