Forever ago, I remember finding this one tool that let you build a flat-file docker registry so that you could host it with a standard boring static HTTP server. Where did that end up?
Forever ago, I remember finding this one tool that let you build a flat-file docker registry so that you could host it with a standard boring static HTTP server. Where did that end up?
@cadey I've seen the phrase "flat-file" three different times today in different places, so I'll bite: What's a flat file?
@muvlon by "flat file" I mean "a file system arrangement that pretends to be the route mapping infrastructure of the upstream docker registry"
@cadey I was looking at this recently and found https://github.com/jpetazzo/registrish, iirc the one posted by @kevin up thread was the "original" one
TBH, I have always wondered why the docker registry wasn't designed for that in the first place.