fullstackhero / dotnet-starter-kit

Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
https://fullstackhero.net/dotnet-webapi-boilerplate/
MIT License
5.3k stars 1.58k forks source link

Docker build do not finishes #997

Closed GuimaSoft closed 3 months ago

GuimaSoft commented 3 months ago

Hi,

I tried to build a Docker Compose, using the existent docker-compose.yml executing the command docker-compose up -d and it always returns:

failed to receive status: rpc error: code = Unavailable desc error = error reading from server: EOF

And It take longs 56 minutes!

I am using the Docker Desktop Community version 27.1.1, build 6312585

iammukeshm commented 3 months ago

which version was this on?

GuimaSoft commented 3 months ago

Hi,

I tried the current one in master branch. Addicionaly, I updated all NuGet packages for the newer as I could keep compatibility, but it did not solves the problem (I was researching on Google about this and some posts make me believe that could be any obsolete or no more available packages).

I suspected about lack of disk space during the build too, but it has 145GB free space.

My current try for a docker build is still running and taking 127 minutes long (and counting...)

How can I help you with information about?

iammukeshm commented 3 months ago

You would actually not need a docker build anymore. The included Docker compose files are reliant on docker images, rather than docker files. Can you please try to run the included compose files instead? You can find it at the ./compose folder.