Is the latest .NET8-rc2 release not yet available as a Docker image? #51691
-
I'm trying to dockerize a project that uses the latest release candidate, but I can't seem to find the correct base image. Currently, I have the following in my Dockerfile:
But the build fails, because the image seems to point to rc1, and my project references some classes (e.g. Is there a way to use an rc2 image, or do I have to wait until next month for the release? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Looks like you're using the nightly Docker images out of CI, rather than the official release images. Is there a reason you need to use that nightly feed? There's definitely an RC2 image in the official registry. |
Beta Was this translation helpful? Give feedback.
Looks like you're using the nightly Docker images out of CI, rather than the official release images. Is there a reason you need to use that nightly feed?
There's definitely an RC2 image in the official registry.