After building a new Docker repository in Nexus 3.0.0.-03 and checking the V1 API check box, I am able to push and pull successfully :)
I am unable to search the new registry from either Docker or the Nexus GUI for the images I have pushed.
To push an image into the new repository, I simply re-tagged an existing image and pushed to the new repository.
I can see the images in the search Docker front page, but I cannot find a specific image with any of the search criteria. Searching from the docker CLI returns empty results with the logs from requests.log in Nexus showing similar to below.
#> docker search dockerrepo:4438/bob
INDEX NAME DESCRIPTION STARS OFFICIAL AUTOMATED
"GET /repository/docker-internal/v2/ HTTP/1.1" 401 113 6
"GET /repository/docker-internal/v2/ HTTP/1.1" 401 113 4
"GET /repository/docker-internal/v1/search?q=bob HTTP/1.1" 200 80 52
Any help with getting docker search to work would be great.