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

Support multiple Subfolders in Registry #176

Open
rehabyte opened this issue Apr 12, 2024 · 0 comments
Open

Support multiple Subfolders in Registry #176

rehabyte opened this issue Apr 12, 2024 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@rehabyte
Copy link

Is there a Possibility to support Imagereferences like the following:

artifactory.test.de/repo/subfolder/image:tag

In your path_test.go i have seen that only the last two substrings in URL will considered.

In selfhosted.go the tags path is defined as "// {host}/v2/{repo/image}/tags/list?n=500". "repo" and "image" will be replaced with the two substrings from "path.go".

In my example the "repo"-variable have to be set with "repo/subfolder". If I understand the code on the right way, the "repo"-variable based on my example will be set with "subfolder".

Thanks in advance

@davidcollom davidcollom added this to the v1 release milestone May 15, 2024
@davidcollom davidcollom self-assigned this May 16, 2024
@davidcollom davidcollom added the bug Something isn't working label May 16, 2024
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

2 participants