Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Windows IoT Core 1803 update #600

@Hammatt

Description

@Hammatt
  • V2 issue

  • OS version and architecture used: Windows 10 IoT Core 10.0.17134.48
    x86_64

  • Version used: V2 microsoft/azureiotedge-agent:1.0.0-preview022

  • V2 Docker version and containter type Windows Docker version 0.0.0-dev, build 26a2a459 (windows containers)

Description of the issue:

Last night, the IoT Core devices we've been developing on decided to update themselves to build 10.0.17134.48
Ever since this the iot edge modules have stopped starting up.
I have adjusted our in-house modules to build on microsoft/dotnet:2.0-runtime-nanoserver-1803 and they can now start up (by themselves).
However, I believe that I need somebody on microsofts end to either do something similar for the edge agent and hub modules themselves, or to tell me the secret trick to get it all working.
Thanks.

Note: modules still start up as normal on Windows 10 Pro, this only seems to be an issue for IoT Core

Console log of the issue:

Running iotedgectl start results in:
encountered an error during CreateContainer: failure in a Windows system call: The operating system of the container does not match the operating system of the host. (0xc0370101)

calling docker run on an in-house module built on microsoft/dotnet:2.0.0-runtime-nanoserver-1709 results in the same error,
running docker run on an in-house module re-built on microsoft/dotnet:2.0-runtime-nanoserver-1803 results in an error relating to the fact that it can't connect to the edge hub which is expected since the edge runtime modules will not start.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions