-
Notifications
You must be signed in to change notification settings - Fork 25.3k
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
Issue when creating self-signed certificate inside docker image #23691
Comments
I have see this post too #6199 , with a solution by @Rick-Anderson , but honestly I do not know what to change, why it was working for a year and not anymore. Is there some breaking change in the .NET SDK or Docker or whatever. Any idea is welcome. Thanks |
It just started to show up for me out of nowhere as well. I am also using a somewhat-similar architecture. The container with the identical image was working until last week and I have no idea what on my end, if anything, caused the problem. I also tried recreating the images and building new containers and had no luck. @vd3d Have you had any success finding out what the root of the problem is and how to solve it? |
Thank you for contacting us. Due to a lack of activity on this discussion issue we're closing it in an effort to keep our backlog manageable. If you believe there is a concern which hasn't been addressed, please file a new issue. |
Hi there,
I'm having an issue with my docker images, a month ago they worked well but I have done a minor change (HTML change, in a minor page) and try to rebuild a new docker image.
But when I deploy the docker image, I got the following error message:
Here is a summary of the setup
I tried to build the docker image manually, and also automatically with my CI/CD (AzureDevOps). But both are producing the same error.
I checked for any change in GIT history... nothing.
Here is the DockerFile I use
What is strange is that old images (> 1-month-old) are all working, but not when I rebuild them.
Here is also the docker compose file:
What can be the cause if:
Do you have any idea? I'm searching for weeks about a solution!
The text was updated successfully, but these errors were encountered: