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 slash repository #147

Open
zhangguanzhang opened this issue Sep 16, 2022 · 0 comments
Open

support slash repository #147

zhangguanzhang opened this issue Sep 16, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@zhangguanzhang
Copy link
Contributor

zhangguanzhang commented Sep 16, 2022

Describe the bug

https://github.com/goharbor/harbor/blob/f910c5654baf64a090f5b423ee6990d9f9adbc61/api/v2.0/swagger.yaml#L6242

To Reproduce
Steps to reproduce the behavior.

docker pull alpine
docker tag alpine  harbor.mydomain.com/project/a/b:latest
docker push harbor.mydomain.com/project/a/b:latest
List tags for 'project/a/b' error: [GET /projects/{project_name}/repositories/{repository_name}/artifacts][404] listArtifactsNotFound  &{Errors:[0xc0003be7c0]}

while delete the tag, will requested the a/b not a%252Fb , ref https://github.com/goharbor/harbor/blob/f910c5654baf64a090f5b423ee6990d9f9adbc61/api/v2.0/swagger.yaml#L6242

Expected behavior
A clear and concise description of what you expected to happen.

Log files (optional)
If applicable, add log files to help explain your problem.

Environment:

  • goharbor-client version
  • goharbor version
  • OS
  • Other
# IMPORANT: Please make sure to anonymize any PII like IP addresses and usernames!
@zhangguanzhang zhangguanzhang added the bug Something isn't working label Sep 16, 2022
@zhangguanzhang zhangguanzhang changed the title support domain/project/a/b:tagName support clash repository Sep 16, 2022
@zhangguanzhang zhangguanzhang changed the title support clash repository support slash repository Feb 6, 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

1 participant