Per Bering
Per Bering
Agree!
May I suggest that you use the Linux images for SQL and Solr instead? I know for sure that they are working in Kubernetes and they are also faster and...
Hi, I have seen this behavior before, where images becomes unreasonable _larger_ than excepted. I think this is worth investigation if we can improve in this area (size, layer count,...
When not using the existing base image, you can copy from it with something like `COPY --from=runtime ["C:/inetpub/wwwroot/Web.config", "C:/inetpub/wwwroot/Web.config"]` so you can do the transformations. Anyways I agree that 1...
Even with all windows and linux containers stopped, the memory usage is constantly around 1.5 GB on my machine...
Hi ahemsath, you are indeed correct about `ExceptionObject` is present in 1.2.10 which means that I'm using an even older version than I thought. I use a "special" log4net version...
Same thing happens when copying many files into a synced folder like this: ``` develop: watch: - action: sync path: ./web target: /inetpub/wwwroot ``` only way to recover from `cannot...
When the issue happens and I see that message, then there is no process with that PID.
Hi, sorry for the late reply. I havn't run this repo in a while and I havn't seem this before. Could you try the more up to date approach in...
Hi, are you 100% sure that your clone is up to date? In your output in step 1/5 it says `FROM mssql-server-windows-developer:2016-sp1` which is NOT used in the `sitecore-xp-sqldev:9.1.1-windowsservercore-ltsc2019` image...