docker-registry-demo icon indicating copy to clipboard operation
docker-registry-demo copied to clipboard

requirements.txt

Open tcurdt opened this issue 10 years ago • 3 comments

I am trying to build a docker registry based on this demo but I don't understand what's getting setup here

https://github.com/lukaspustina/docker-registry-demo/blob/master/registry/Dockerfile#L12

and the requirements.txt file is missing for me and hence my build fails

https://github.com/lukaspustina/docker-registry-demo/blob/master/registry/Dockerfile#L15

tcurdt avatar Nov 12 '14 19:11 tcurdt

Hi Torsten, sorry for coming back to you so late. I was incredibly busy.

So it seems the Docker registry does use this mechanism for setting up anymore. There were multiple changes in the past that changed the way, the docker registry is setup. It seems like I have to update the process again. Well, you're welcome to send a pull request ;)

lukaspustina avatar Nov 18 '14 16:11 lukaspustina

No worries. There is the official docker image and I also found this

https://github.com/mafintosh/docker-registry-server

tcurdt avatar Nov 19 '14 01:11 tcurdt

I wrote the blog article corresponding to this repository a while ago when there was no official Docker image for a registry. The official one you mentioned is the same I use on daily basis. Since you seem to be from Germany, you might be interested in another article where I describe how to use it: http://entwickler.de/artikel/docker-tools-werkzeugkasten-177038?page=3

Best regards, Lukas

lukaspustina avatar Nov 19 '14 16:11 lukaspustina