-
-
Notifications
You must be signed in to change notification settings - Fork 323
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
Multi-level min branching ignored? #343
Comments
Hello, thank you for using my project and submitting issues 😄 I didn't cover this use case, the repository will be expendable only when there is at least one leaf/final image. That means if you push I thought it was more readable like this since they are all final images except for grafana which contains two images 🤔 Should I change this behaviour ? |
@Joxit it was confusing to me too. I though i did something wrong. Maybe adding folder, image, tag icon make it easier to understand list tile type ? |
Thank you for this project :) There aren't a lot of (simple) options to display the content of a registry, the other I found is https://github.com/klausmeyer/docker-registry-browser (with a different approach).
My use case is mirroring registries (Docker hub, GCR, GHCR, Quay, Gitlab registry) + custom namespaces, so having a mandatory first level would be nice, maybe a However I'm migrating to another platform and won't be using this registry anymore, so maybe other users should weight in to tell if they're interested by this feature, to not be wasted. |
Okay. |
Bug description
Hi,
I'm unable to reproduce the
CATALOG_MIN_BRANCHES=1
+CATALOG_MAX_BRANCHES=2
case described in #319, am I missing something?And while writing this, I think I understand, unlike in your test (https://github.com/Joxit/docker-registry-ui/pull/319/files#diff-702e29248f45a8a8d33d76ef028e6b85147aafab11751e0e215917ccf45523f3R73), I don't have images at the
docker.io/
level.So if it's this, it's more of a feature request, could it be possible to force a first level?
Like this:
How to Reproduce
My docker-compose file
My resulting HTML element
Expected behavior
Screenshots
The text was updated successfully, but these errors were encountered: