✅ docker build with dotnet 8
ERROR: Service 'vmg-dashboards-api' failed to build: The command '/bin/sh -c dotnet restore "vmg.dashboards/vmg.dashboards.csproj"' returned a non-zero code: 137
13 Replies
dockerfile
compose file
response
Unknown User•13mo ago
Message Not Public
Sign In & Join Server To View
ah! thanks will try that
Failed to create CoreCLR, HRESULT: 0x80070008
ERROR: Service 'vmg-dashboards-api' failed to build: The command '/bin/sh -c dotnet restore "vmg.dashboards/vmg.dashboards.csproj" --verbosity detailed' returned a non-zero code: 137
not sure why it's not using the verbosity
will try -v detailed
same issue returning code 137.
Unknown User•13mo ago
Message Not Public
Sign In & Join Server To View
will do
?
if so it didn't work either
I tried diagnostic as well since its suppose to give the most details
same issue
Unknown User•13mo ago
Message Not Public
Sign In & Join Server To View
you talking about https://api.nuget.org/v3/index.json?
Unknown User•13mo ago
Message Not Public
Sign In & Join Server To View
these are the only packages I use
with dotnet fully releasing next week, I wonder if this is just a dotnet 8 issue with docker? i noticed visual studio doesn't add a docker file when selecting a dotnet 8 rc/preview web api project
yeah I curled all of those nuget packages and I have access to all of them, no network issues on every curl I did
Unknown User•13mo ago
Message Not Public
Sign In & Join Server To View
I have just committed my changes as is to bitbucket and pulled it down onto a different pc and now it all works
im so confused
I do have a later version of docker on the pc where the docker-compose runs fine without any issues
thanks though
All I needed to do was update my docker version and it worked
Unknown User•13mo ago
Message Not Public
Sign In & Join Server To View