We have Docker EE2.1 DTR2.6.10 setup and running. The issue we are have is the customers cannot search public images in our DTR. The orgs are public, the repo are public, but it seems they are having issues searching for the images. Any ideas why? They are using the search option on the side bar.
Another question: Is there anyway to create a list of all the repos that are in our DTR?
Maybe run a script with
docker registry ls REPOSITORY[:TAG] [OPTIONS]
OR
docker image ls [OPTIONS] [REPOSITORY[:TAG]]
then post them on a gitlab page or something…