Open floatas opened 3 years ago
@floatas, One thought that came to my mind when I saw your issue. Do you have a .dockerignore
that excludes the bin
and obj
from getting copied into the Docker context? Not excluding the local bin
and obj
directories can cause issues similar to what you report if you build locally before running your Docker build when the RIDs between the two environments do not match.
Didn't think about this, makes sense. Will give it a try
.net core 3.1
Building with DevOps Azure Pipelines, Ubuntu 16.04
Code changes:
Result when running docker container:
Before code change everything was working.
More and more often I encounter random runtime issues while changing unrelated code. I'm not sure in which repository should I create ticket.
Anyone else have these kind of issues ? any suggestions how to debug or solve it ?
My docker file: