Tarun Jain
Tarun Jain
Also, ensure: - Enable the `docker.for.linux.localhost` hostname for the docker in the following file. https://github.com/dotnet-architecture/eShopOnContainers/blob/46219957ef763305030a0924d039fe4a25831b06/src/.env#L16 It should work.
Hi @odidev, after testing it is working fine at my end. For webshoppingapigw service there is no separate docker file, instead, we are deploying the webshoppingapigw service using the following...
I am closing the issue, however, in case of any further issues please feel free to continue the conversation or reopen it.
Hi @odidev, can you check the resolution in this comment: https://github.com/dotnet-architecture/eShopOnContainers/issues/2042#issuecomment-1418547452. Let me know if this helps.
It's strange, the issue should be resolved after changing the sqldata image with azure-sql-edge in docker-compose.yml, docker-compose.windows.yml, docker-compose-tests.yml ``` sqldata: image: mcr.microsoft.com/azure-sql-edge:latest ```
Yeah, you can share complete logs here.
Closing this PR, packages are already updated.
Hi @carlossanlop, Can you please assign this issue to me, I'll check this and provide updates.
Sure @mairaw .
Hi @balajivijayakumar1994, I tested the tutorial and it worked fine for me. It seems the docker file content is old, you are using mcr.microsoft.com/dotnet/sdk:6.0 . It has been updated to...