when build container images for aspire project via cli dotnet publish, it seems the containers created are not the same across Windows and Linux #14008
Closed
EdmondAndy
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I recently want to test out latest aspire framework and use dotnet publish -r linux-x64 /t:publishcontainer build images on my local windows 11 dev machine and also linux-latest ms hosted build agent, it turned out the images are slighted different noticed after i run them in AKS. The one built from my dev machine are working well when I browse the app I can see the full UI, but by using the ms hosted linux agent to build images with the same cli command, the image run and i see the UI missing some css styles when hit the same endpoint
Beta Was this translation helpful? Give feedback.
All reactions