docker-archive / docker-registry

This is **DEPRECATED**! Please go to https://github.com/docker/distribution
Apache License 2.0
2.88k stars 879 forks source link

Docker search showing images that are not yet uploaded #963

Open jimonreal opened 9 years ago

jimonreal commented 9 years ago

When pushing an image to the registry, while it's being pushed, if you search for all images with curl like this:

curl 'https://user:password@private.registry.domain/v1/search?q=%' |python -mjson.tool

it will show the image that it's still being pushed.

Shouldn't this show only the images available?

dmp42 commented 9 years ago

Yes, it should...