packer-plugin-windows-update
packer-plugin-windows-update copied to clipboard
Packer plugin for installing Windows updates
Could anyone help me with that one? Looks like the provisioner completed the first tasks by identifying the KBs and downloading them even though I don't really know whether the...
The packer builds are failing at windows-update script upload. ``` 2021/07/22 13:54:29 machine readable: azure-arm,error []string{"Error uploading file to $env:TEMP\\winrmcp---.tmp: Couldn't create shell: unknown error Post \"https://-------/wsman\": EOF"} PACKER ERR...
Hello, I face occasionally with an issue that Windows Update hangs on the Waiting for the Windows Modules Installer to exit... , where provisioner waits when TiWorker.exe process shut down....
README indicates: > Inside an expression, the Windows Update [IUpdate interface](https://msdn.microsoft.com/en-us/library/windows/desktop/aa386099(v=vs.85).aspx) can be referenced by the $_ variable. I need to install a _specific_ KB (or two, if applicable). Looking...
Packer version is 1.6.1 Windows update version is 0.10.1 We ran windows update on a windows image released by aws ( "ImageLocation": "amazon/Windows_Server-2016-English-Core-Base-2021.02.10") As per MS catalog there was a...
Hi, I have launched a packer build on windows-10.json. Everything runs fine ans smoothly until the execution of optimize.ps1. Here is what I got (see errors and nearly 12 hours...
Hello, I have an issue relating the installation of this windows update : **2020-09 Cumulative Update for Windows Server 2016 for x64-based Systems (KB4577015)** During installation phase, nothing happens and...
We need to access a proxy server to get out for windows updates. Normally we use environment_vars to get powershell and windows_shell provisioners to work with our proxies. Could we...
We have been running Packer (1.6.0) and the windows-update plugin (0.9.0) to build Windows 2019 datacenter VM images. In about 50% of the cases we see the following error: azure-arm:...
Hello, I wasn't able to install windows updates on Windows 2016 Server. I tested multiple scenarios with different outcomes : - No available updates to install - Dowloading works but...