packer-plugin-windows-update icon indicating copy to clipboard operation
packer-plugin-windows-update copied to clipboard

Packer plugin for installing Windows updates

Results 41 packer-plugin-windows-update issues
Sort by recently updated
recently updated
newest added

This looks to be the same issue as #5, and possibly #41. On Windows 10 RS3 (1709), TiWorker.exe can remain active even after updates are complete and a reboot is...

Hello, We're using packer to create Win Server 16/19/19 core/22 OVF templates in our vCenter. Seeing how it's a lot of manual work and time wasted for nothing - this...

Hi there Firstly, Thanks very much for this plugin. I'm using it for the first time as I look to build out a Windows 2022 a image. I wondered if...

I recently encountered an issue, where updates on Windows Server 2016 never finish. Other Windows versions do not seem to be affected, so it could be related to a recent...

``` ==> vsphere-iso: Running Windows update... vsphere-iso: #< CLIXML vsphere-iso: Searching for Windows updates... vsphere-iso: Skipped (filter) Windows update (2017-06-13; 12.55 MB): Microsoft Silverlight (KB4023307) vsphere-iso: Found Windows update (2018-05-17;...

Hi. Using the following configuration: ``` provisioner "windows-update" { search_criteria = "IsInstalled=0" filters = [ "exclude:$_.Title -like '*Preview*'", "include:$true", ] update_limit = 25 } ``` It fails with the following...

Hi all with the new version of packer (1.7.7) the Packer cloud image registry was added - usefull for hybrid cloud setups that most enteprise customers have. I've noticed that...

I can see that windows update is finding the updates, but before it gets a chance to finish downloading (or installing) the updates, packer finishes up and closes the build....

I've used windows-update version 0.14.0 provisioner on `amazon-ebs` builder with `Windows_Server-2019-English-Full-Base-*` as base AMI and in resulting AMI there's scheduled tasks with name prefix `packer-windows-update-`

First time using this provider but keep hitting a problem during everybuild. Any suggestions please? Can see it also disscussed here but I've tried adding a reboot before and after...