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

Image tag names with registry port are not split correctly #851

Open
detjensrobert opened this issue Jan 4, 2025 · 0 comments
Open

Image tag names with registry port are not split correctly #851

detjensrobert opened this issue Jan 4, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@detjensrobert
Copy link

detjensrobert commented Jan 4, 2025

In the images list and image detail view, the repo/tag parsing gets confused when an image tag registry has a port, and splits on the hostname:port colon instead of at the tag.

Reproduction steps

podman pull alpine:latest
podman tag alpine:latest localhost:5000/alpine:latest

Current behaviour behind, expected in front.
image

Environment

  • Pods version: 2.1.2 (from Flathub)
  • Fedora Kinoite
  • Podman 5.3.1 (rootless)

I can make a PR to fix this if you'd like, made a patch to get the screenshot :)

@detjensrobert detjensrobert added the bug Something isn't working label Jan 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant