The container host is on unsupported build version 16299
See original GitHub issueHi, I am getting the error while installing IOT Edge Runtime using below Powershell command: PowerShell Command:- . {Invoke-WebRequest -useb aka.ms/iotedge-win} | Invoke-Expression; ` Install-SecurityDaemon -Manual -ContainerOs Windows
Error:-
The container host is on unsupported build version 16299.
Please use a container host running build 14393 newer when using Linux containers or with one of the following supported build versions when using Windows containers: 17134 17763
The prerequisites for installation of the IoT Edge Security daemon are not met. Please fix all known issues before rerunning this script.
Note:- I am using windows 10, 64 bit, build version 16299 and can’t upgrade to that as per my company policy.
Anyone please let me know how to resolve this issue. Thanks in advance. @iotedge-ci
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (6 by maintainers)
Top GitHub Comments
@VikasJaiswal Would not recommend that since we’ve made a ton of changes since the runtime that supported 16299 and it most likely will not work.
Using a RS4 17134 VM on 16299 would work though, if that is possible on your side…
There’s also documentation specifically about installing IoT Edge on Windows Server VMs in Azure: https://docs.microsoft.com/azure/iot-edge/how-to-install-iot-edge-windows-server-vm