Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to build the IoTEdge module on Windows container #6287

Closed
sharadrumane opened this issue Apr 10, 2020 · 2 comments
Closed

Not able to build the IoTEdge module on Windows container #6287

sharadrumane opened this issue Apr 10, 2020 · 2 comments

Comments

@sharadrumane
Copy link

sharadrumane commented Apr 10, 2020

microsoft/DockerTools#247
the above url is the issue previously i have open, but got suggestion to open new issue in the repo as it can be specific to windows container. Please go through above issue you will come to know what i am exactly facing.

Here is my Docker File

FROM mcr.microsoft.com/dotnet/core/sdk:3.0-nanoserver-1809 AS build-env
WORKDIR /app

COPY *.csproj ./
RUN dotnet restore

COPY . ./
RUN dotnet publish -c Release -o out

FROM mcr.microsoft.com/dotnet/core/runtime:3.0-nanoserver-1809
WORKDIR /app
COPY --from=build-env /app/out ./
ENTRYPOINT ["dotnet", "abcd.dll"]

@mat007
Copy link
Member

mat007 commented Apr 10, 2020

This does not look like an issue with the Docker Desktop application itself but with the upstream docker windows container implementation so I'm closing this issue. Could you please open an issue on https://github.com/moby/moby instead as that is the more appropriate place?
Sorry, I would move it myself, but I can't because it's in a different org (it's moby not docker).

@docker-robott
Copy link
Collaborator

Closed issues are locked after 30 days of inactivity.
This helps our team focus on active issues.

If you have found a problem that seems similar to this, please open a new issue.

Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows.
/lifecycle locked

@docker docker locked and limited conversation to collaborators Jul 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants