Skip to content

're-exec error: exit status -1073741819' when building Windows arm32 Dockerfile #1054

Closed

Description

This issue started happening with the latest 3.0 builds

Steps to reproduce the issue

  1. Build this Dockerfile (.NET Core SDK) - https://github.com/MichaelSimons/dotnet-docker/blob/3204d3bc5e488140b63b0e2edc46953f1030cc3d/3.0/sdk/nanoserver-1809/arm32v7/Dockerfile
  2. Build the following Dockerfile based on the image produced from step 1
FROM dotnet/core-nightly/sdk:3.0-nanoserver-1809-arm32v7

RUN dotnet new web --framework netcoreapp3.0 --no-restore

Results:

PS D:\temp\3.0test\webApp131993925978252812> docker build -t 3.0-build-131993931078657512 --no-cache -f .\Dockerfile.repo .
Sending build context to Docker daemon 14.34kB
Step 1/2 : FROM dotnetdocker.azurecr.io/build-staging/150340/dotnet/core-nightly/sdk:3.0-nanoserver-1809-arm32v7 as new
---> 87e897465a90
Step 2/2 : RUN dotnet new web --framework netcoreapp3.0 --no-restore
---> Running in 796bbd8a51c1
Getting ready...
The template "ASP.NET Core Empty" was created successfully.
re-exec error: exit status -1073741819: output:

Notes:
Running the Dockerfile instruction interactively within a container works as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions