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

Pulling an image from OCI registry with custom port fails to show up in Tart list #827

Closed
robinjohngraham opened this issue May 16, 2024 · 0 comments · Fixed by #828
Closed
Assignees
Labels
bug Something isn't working

Comments

@robinjohngraham
Copy link

My corporate team has provisioned a docker registry on a Nexus server using a custom port of 8221.
I can login and push images to the registry without issue.

But when I run "tart pull registry.fq.d.n:8221:/appleimages/imagename:latest" the image is pulled fully in tact to ~/.tart/cache/OCIs but running "tart list" the image does not show up.

I noticed the image gets stored under ~/.tart/cache/OCIs in a subdirectory that includes the port: (ie. ~/.tart/cache/OCIs/registry.fq.d.n:8221 )

If I rename the folder to just "~/.tart/cache/OCIs/registry.fq.d.n" and then run "tart list" again, the image shows up in the list.

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

Successfully merging a pull request may close this issue.

3 participants