Replies: 1 comment 2 replies
-
|
Woah that's fascinating - do you have a binlog I could look at here? My suspicion is that there's some MSBuild property escaping that mutilating the values somehow, but I can't confirm that easily without a binlog or doing a build myself. |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Hi @baronfel,
I’m encountering an issue when using the .NET SDK Container Building Tools where OCI metadata labels seem to break when they include hyperlinks.
Here’s the setup:
However, after pulling the image (
docker pull ghcr.io/mu88/raspifancontroller:dev-chiseled-linux-arm64) and inspecting it (docker inspect ghcr.io/mu88/raspifancontroller:dev-chiseled-linux-arm64), the labels look like this:All hyperlink-based labels are truncated to just
"https".Why are these OCI metadata labels losing their full hyperlink values during the build/publish process? Is this a known issue with the SDK or container tooling? Any guidance on how to preserve the full URLs?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions