-
Notifications
You must be signed in to change notification settings - Fork 573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I stay on the latest SDK patch version? #465
Comments
Hi 👋 The .NET images are dependent on the upstream In the meanwhile, feel free to use |
@samruddhikhandale thank you for answering. The problem with the upstream image is that it does not work for debugging in a container. We tried that several times and we could not make it work. Maybe you have added extra stuff that makes it possible. We need to be able to debug inside containers using the And I'm grateful that you are doing this update. However, I'm not asking about this one instance. I'm asking in general to see what options do we have, to always stay on the latest SDK release. |
We do have a monthly release cadence for all the images, which happens in the first week. Besides that, we have in between releases depending upon patches and bug fixes. However, if we have an issue asking us to release an image to update it, then we are happy to take such requests as well. For major version releases, let's say .NET 8 is released, then we support it immediately. Look at the tracking issue #90 for more details. |
@samruddhikhandale thank you for the detailed answer. So we can stay sure that we won't stay behind Microsoft for more than a month. That's very good. Thank you. |
Closing as .Net images are updated 🚀 |
Hello
I'm using your images for my development Docker image. This is my
Dockerfile
:However, when I build it, run a container from it, and enter into the container using
docker exec -it container_name bash
, and run thedotnet --info
I see this message:As you can see the .NET SDK version is 7.0.103.
However, at the same time, the .NET SDK version in its download page is 7.0.201.
I need to stay on the latest patch update. How can I do that?
The text was updated successfully, but these errors were encountered: