Replies: 2 comments
-
|
Hi @cfeltz34, The image The YARP image contains the YARP application, which is different from the YARP library (the application consumes the library). It is built from here: https://github.com/dotnet/yarp/tree/main/src/Application. The versioning of the application vs. the library is still something that needs to be worked out. @benjaminpetit can provide more insight than me. |
Beta Was this translation helpful? Give feedback.
-
|
Perfect, thank you |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to find the source code for the YARP used in .NET Aspire, which relies on the image:
mcr.microsoft.com/dotnet/nightly/yarp:2.3.0-preview.4
From what I could gather, this image seems to be based on a binary published here:
👉 https://ci.dot.net/public/reverse-proxy/$yarp_version/reverse-proxy-linux-x64.tar.gz
However, I can't find any reference to the actual source code or the build pipeline that produces this binary.
The repository microsoft/reverse-proxy
doesn’t seem to contain this version, nor any CI/CD definition that matches these artifacts.
Could you please clarify:
Thanks in advance for your help! 🙏
Beta Was this translation helpful? Give feedback.
All reactions