jbne

Results 11 comments of jbne

Similar behavior happens when sending a `docker compose up --watch` job to the background and watching the output with `docker compose logs --follow` in another command window. The service logs...

Thanks for that table. Seems like Polyglot is actually GPLv3, not sure if that was changed recently.

This issue is most likely caused by KB5040442, similar to the one I posted in the packer-plugin-windows-update issue. A workaround is to use a previous Windows version that does not...

> Hi [@jbne](https://github.com/jbne) - An announcement [#12333](https://github.com/actions/runner-images/issues/12333) has been raised for this issue, and the necessary **supported version updates** are planned to be included in next month’s deployment. Hence, closing...

Another interesting bit is I also tried using the PSWindowsUpdate Powershell module and it seems to hit a very similar null reference issue? Maybe not related, but it would be...

My guess is something in the latest Windows 11 build 22631.3880.240704 released on 07/09 broke WSUS or some other component used by Windows Update Agent, resulting in updates being correctly...

I tried excluding KB5040442, that worked fine. Something about KB5040442 is breaking the COM interface, so it's not an issue that can be fixed in this plugin. But maybe having...

No I tried that with 0.16, haven't updated yet. I agree, other than not having the updates from KB5040442 most users wouldn't be affected by excluding it.

> @jbne Did you try that with plugin version 0.16.4? Excluding KB5040442 should break nothing, as the Azure marketplace images are already on the latest CU, so we should be...

> @jbne tried your filter, my pipeline still doesn't install any windows updates. Ahh that might be because you're still using the latest image version, you would have to roll...