dMp
dMp
Love muximux :-) One of my apps is Plex, and the video playback is very choppy / jittery when rendered inside muximux in the iframe (not choppy when accessed directly)....
An overly long name will return a 500 with a `{}` body: `curl "http://localhost:5000/v2/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/manifests/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" -iv -L -s -X "GET"` Any other grammar error will return a 404 with a "404...
1. body The registry overall returns a JSON body on errors. There are a number of cases though where the gorilla default handler outputs a string instead. 2. status code...
https://github.com/docker/distribution/blob/master/reference/regexp.go Example: * `DigestRegexp = match([A-Za-z][A-Za-z0-9]*(?:[-_+.][A-Za-z][A-Za-z0-9]*)*[:][[:xdigit:]]{32,})` In the doc (as seen on https://docs.docker.com/registry/spec/api/): ``` digest := algorithm ":" hex algorithm := /[A-Fa-f0-9_+.-]+/ hex := /[A-Fa-f0-9]+/ ```
Regardless of your registry actual domain name, the Parse method https://github.com/docker/distribution/blob/v2.7.0/reference/reference.go#L189 is always receiving: `docker.io/foo/bar` or `docker.io/library/foo` (where `foo/bar` or `foo` is your image). It seems to be because we...
So, we have buses full of users on python 2.6. Don't ask me why. We already made the registry pass the tests for 2.6 - so, we are likely very...
https://bugsnag.com/docker/registry/errors/53da995c397156561ae30080
Follow-up on current discussion around documentation.
The idea is: expose an (multiple?) endpoint(s) that does health checks (on the backend / system / whatever / to be defined) so we can hook pingdom or another system...