Output from azd version
azd version 1.8.0 (commit 8246323)
Describe the bug
I'm running and package on the template cawams/gameleaderboard but 'azd package' just hangs while trying to run the dotnet restore command from inside the Dockerfile
To Reproduce
azd init --template cawams/gameleaderboard
azd up
Expected behavior
Expected that the the stuff got packaged and deployed
Environment
Information on your environment:
* Macos 14.4.1
* Apple M3 (ARM)
* dotnet --version: 8.0.204
* softwareupdate --install-rosetta: Done
Additional context
Running 'dotnet restore': OK
Running 'dotnet build': OK
Running 'docker build': OK
Output:
───────────── Docker Output ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
#10 transferring context: 2B done
#10 DONE 0.0s
#11 [internal] load build context
#11 transferring context: 8.19MB 0.1s done
#11 DONE 0.1s
#12 [build 4/7] RUN dotnet restore "./GameLeaderboard.csproj"
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
Output from
azd versionazd version 1.8.0 (commit 8246323)
Describe the bug
I'm running and package on the template cawams/gameleaderboard but 'azd package' just hangs while trying to run the dotnet restore command from inside the Dockerfile
To Reproduce
azd init --template cawams/gameleaderboard
azd up
Expected behavior
Expected that the the stuff got packaged and deployed
Environment
Information on your environment:
* Macos 14.4.1
* Apple M3 (ARM)
* dotnet --version: 8.0.204
* softwareupdate --install-rosetta: Done
Additional context
Running 'dotnet restore': OK
Running 'dotnet build': OK
Running 'docker build': OK
Output:
───────────── Docker Output ─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
#10 transferring context: 2B done
#10 DONE 0.0s
#11 [internal] load build context
#11 transferring context: 8.19MB 0.1s done
#11 DONE 0.1s
#12 [build 4/7] RUN dotnet restore "./GameLeaderboard.csproj"
─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────