Skip to content

Update Docker command for Config Server discovery-first#429

Merged
bart-vmware merged 1 commit intomainfrom
fix-discovery-first-in-wsl2
Dec 12, 2025
Merged

Update Docker command for Config Server discovery-first#429
bart-vmware merged 1 commit intomainfrom
fix-discovery-first-in-wsl2

Conversation

@bart-vmware
Copy link
Member

Without the additional switch, tests fail in WSL2, because Config Server registers itself in Eureka using host.docker.internal, which is inaccessible when running inside WSL2/Ubuntu.

Without the additional switch, tests fail in WSL2, because Config Server registers itself in Eureka using `host.docker.internal`, which is inaccessible when running inside WSL2/Ubuntu.
@bart-vmware bart-vmware merged commit 4e30ffe into main Dec 12, 2025
1 check passed
@bart-vmware bart-vmware deleted the fix-discovery-first-in-wsl2 branch December 12, 2025 16:27
bart-vmware added a commit that referenced this pull request Dec 17, 2025
bart-vmware added a commit that referenced this pull request Dec 18, 2025
bart-vmware added a commit that referenced this pull request Dec 19, 2025
bart-vmware added a commit that referenced this pull request Jan 6, 2026
* Update target frameworks

* Update ASP.NET and EF Core versions to 10.0.*

* Update launchSettings.json to use https schema

* Update launchSettings.json: remove IIS Express

* In WebAPI projects, set launchBrowser=false and remove launchUrl swagger

* Replace Swashbuckle with ASP.NET OpenAPI

* Convert static assets handling

* Update wwwroot

* Adapt for changed path in wwwroot

* Update feature files for .NET 10

* Update markdown files for .NET 10

* Update GHA workflow for .NET 10

* Configuration: fix rendering of PATH environment variable

* Discovery: Fix README after update from #429

* FileShares: Remove unused variable

* Management: downgrade Pomelo.EntityFrameworkCore.MySql

* Management: Fix startup error: Use BaseUrl instead of BasePath to configure the absolute URL to register with

* Management: Remove obsolete .WithOpenApi()

* Management: fix inconsistent line endings

* Package updates

* Fix XSS vulnerability in PATH environment variable rendering (#432)

* Initial plan

* Fix XSS vulnerability by HTML-encoding before replacing delimiters

Co-authored-by: bart-vmware <104792814+bart-vmware@users.noreply.github.com>

* Remove unnecessary null-conditional operator after Html.Encode

Co-authored-by: bart-vmware <104792814+bart-vmware@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: bart-vmware <104792814+bart-vmware@users.noreply.github.com>

* Discovery: fix invalid executable on Windows deployment

---------

Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
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

Successfully merging this pull request may close these issues.

2 participants