Hi all,
I need a docker registry running locally for a project I’m working on. This project is using Raspberry Pi 2s, which although they are fantastic, are not 64bit. This is a problem because the registry:2 image is in a docker image which is bound to 64bit architecture. I’m working around this by making my own armv7 based image, but there’s nothing anywhere about compiling the registry yourself. I hope someone can point me in the right direction, or just give me a few pointers to get me started.
Thanks.