-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
untriagedRequest triage from a team memberRequest triage from a team member
Description
I was looking at the various pipelines for this repo. From the perspective on main
, they are all stale. We should / need to remediate all of them. Before we do that, it would good to understand why they are needed. My goal is that main
is pristine before it enters servicing.
Lines 29 to 39 in a1da6b6
containers: | |
- container: alpine319WithNode | |
image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode | |
- container: centosStream9 | |
image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9 | |
- container: debian12Amd64 | |
image: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-gcc14-amd64 | |
- container: fedora39 | |
image: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-39 | |
- container: ubuntu2204DebPkg | |
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-debpkg |
Lines 66 to 76 in a1da6b6
containers: | |
alpine319WithNode: | |
image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode | |
centosStream9: | |
image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream9 | |
debian12Amd64: | |
image: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-12-gcc14-amd64 | |
fedora39: | |
image: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-39 | |
mariner20CrossArm: | |
image: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-cross-arm |
Metadata
Metadata
Assignees
Labels
untriagedRequest triage from a team memberRequest triage from a team member