You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whilst testing the react router change, I observed that links to
container images on docker.io, ghcr and others resulted in a broken URL
that didn't resolve to anywhere.
It is likely that this functionality never worked as the image URL was
never resolved back to its upstream counterpart as implemented in the
`convertImage` function.
This change is necessary to ensure container images link out to the
correct location to engineers can better understand the continers
running inside their cluster workloads.
This change addresses the need by: wrapping container image links in the
`convertImage` function
0 commit comments