All my 8.0 sdk builds broke last night.. How can I determine what the previous docker image was for that tag? #5965
Answered
by
MichaelSimons
erichexter
asked this question in
Q&A
-
Trying to create certificates the following fails on the 8.0 sdk build that was published on 10/8/2024. The resulting error is. If I revert to the 8.0.402 container tag, this error goes away. |
Beta Was this translation helpful? Give feedback.
Answered by
MichaelSimons
Oct 9, 2024
Replies: 1 comment 3 replies
-
Since the issue is with the .NET SDK itself, I would recommend logging an issue at https://github.com/dotnet/sdk. Be sure to include repro steps. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The dotnet/versions repo has detailed build info for the .NET docker images. Specifically this file contains the details about the images built, what tags they have, their layers, the commit sha they were built from etc. The file is updated with every build. You can look through the history to find all of the images.