Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Broken image links for container images #4557

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mproffitt
Copy link
Contributor

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

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
@mproffitt mproffitt requested a review from gusevda January 17, 2025 18:31
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