Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WebToolsE2E][Aspire] When deploying aspire-samples/AspireWithNode solution, running 'azd up' fails with error: "failed packaging service 'frontend': failing invoking action 'package', parsing source container image: empty image URL provided". #3421

Closed
v-sherryfan opened this issue Feb 22, 2024 · 2 comments

Comments

@v-sherryfan
Copy link

v-sherryfan commented Feb 22, 2024

INSTALL STEPS

  1. Clean machine: Win11 x64 23h2 ENU
  2. Install VS 17.10 Preview 1 [latest build, includes Aspire 8.0.0-preview.3.24105.21 ]
  3. Install Docker Desktop for Windows
  4. Install azd [1.6.1]
  5. Install Node.js

REPRO STEPS

  1. Clone aspire-samples repo from main branch
  2. Open samples\AspireWithNode.sln
  3. Build
  4. Right-click solution > Open Folder in File Explorer. In the opened folder, click any place > Open in Terminal
  5. Runing 'azd init', select 'Use code in the current directory' > Confirm and continue initializing my app > select frontend as deployment service > type a new environment name, press enter
  6. Running 'azd up'

ACTUAL:
ERROR: failed packaging service 'frontend': failing invoking action 'package', parsing source container image: empty image URL provided

ERROR: error executing step command 'deploy --all': failed packaging service 'frontend': failing invoking action 'package', parsing source container image: empty image URL provided
image

Note

  1. This issue also repro on samples\AspireWithJavaScript.sln solution

EXPECTED
Running 'azd up' successfully.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants