Open jimonreal opened 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?
Yes, it should...
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?