I have several asp.net framework apps running in a kubernetes cluster. But since the last friday (19. Nov) on of these apps didn't start anymore because the licence check fails and the IIS process isn't started.
All applications are build on the same dockerfile, only the content (the app) is different.
This is my dockerfile:
I checked the windows eventlog to see any difference and I could see that the licence check occur less in the running image.
Here in on the left site is the running image on the right site the image which isn't running.
You can see in both the Software protection service is running, but on the right site the licence check failed.
Describe the Bug
I have several asp.net framework apps running in a kubernetes cluster. But since the last friday (19. Nov) on of these apps didn't start anymore because the licence check fails and the IIS process isn't started.
All applications are build on the same dockerfile, only the content (the app) is different. This is my dockerfile:
I checked the windows eventlog to see any difference and I could see that the licence check occur less in the running image. Here in on the left site is the running image on the right site the image which isn't running. You can see in both the Software protection service is running, but on the right site the licence check failed.
I tried to get answers on stackoverflow as well, but unfortunately without success. https://stackoverflow.com/questions/70081941/windows-license-activation-failed-in-mcr-microsoft-com-dotnet-framework-aspnet4
I'm afraid of that this maybe will happen also in my other applications.
Thanks a lot for your help.
Steps to Reproduce
Other Information
The images are build in a github action on the windows latest image.
Output of
docker version
Output of
docker info