Michelle McDaniel
Michelle McDaniel
This should be relatively simple, but a little annoying. Basically, we need to add a tag to every manifest.json in https://github.com/dotnet/dotnet-buildtools-prereqs-docker that is a descriptive latest tag (similar to the...
### To double check: * [ ] The right tests are in and and the right validation has happened. Guidance: https://github.com/dotnet/arcade/tree/main/Documentation/Validation
We need to find corresponding docker base images from https://eng.ms/docs/more/containers-secure-supply-chain/approved-images and update the dockerfiles. Dockerfiles are found in https://github.com/adiaaida/dotnet-buildtools-prereqs-docker/tree/main/src. We can do this in parallel and piecemeal, if needed, to...
We need to inventory all of the usages of docker images in the product repos and move them to the -latest tagged versions.
Write the one pager for the Improved Container Image Lifecycle portion of https://github.com/dotnet/arcade/issues/10123. Will also include info about the mariner portion
Migrated from https://github.com/dotnet/core-eng/issues/8373: Since the Docker improvement epic https://github.com/dotnet/core-eng/issues/6708 has been logged some time ago and Docker is used already in our infrastructure, the first step is to map and...
Migrated from https://github.com/dotnet/core-eng/issues/15465: The docker images just grab whatever version of the helix scripts happens to exist when they are built. This means they are horribly out of date, leading...
- [ ] This issue is blocking - [ ] This issue is causing unreasonable pain In https://dev.azure.com/dnceng/internal/_git/dotnet-helix-service/pullrequest/24688, we had to remove this test because it has hardcoded dates in...
- [x] This issue is blocking - [ ] This issue is causing unreasonable pain Reported on teams: > CI builds for SDK and installer repo for 5.0.Nxx branches are...
The release pipeline makes an assumption about what channels are allowed for copying transport packages that does not consider new version of .NET (it just handles 6.0, 5.0, and 3.1)....