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

[AzureTools][Aspire] Fail to F5 a Aspire starter project with an error on Podman CLI 5.0.0 #3249

Closed
v-mengwe opened this issue Mar 28, 2024 · 1 comment
Assignees

Comments

@v-mengwe
Copy link

Clean machine: Win11 x64 23h2 ENU
VS Version: 17.10.0 Preview 3.0 [34725.203.main]
Aspire Version: 8.0.0-preview.5.24175.9
Apply NuGet Feeds
Regression: Not a regression
Podman Desktop: 1.8.0
Podman: 5.0.0

REPRO STEPS:

  1. Create a Aspire starter project with command > dotnet new aspire-starter --use-redis-cache.
  2. Change dir to AppHost folder > cd AspireStarterApp01\AspireStarterApp01.AppHost
  3. Run the app > dotnet run

Expect:
No error occurs.
image

Actual:
An error pops up.
image

More Info:

  1. This issue doesn't reproduce for the VS 17.10.0 Preview 3.0 [34725.203.main] with podman CLI 4.9.3.
  2. This issue also reproduces for VS 17.10 Preview 2 with podman CLI 5.0.0.
  3. This issue doesn't reproduce for VS 17.10 Preview 2 with podman CLI 4.9.3.
@v-mengwe
Copy link
Author

With this known Podman CLI issue 22169, we can tell that this is caused by the podman CLI update and Aspire may need to match this update.

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

No branches or pull requests

3 participants