This is a tiny Docker Registry v2 image for ARMv6, based on the scratch image. The rest is taken from the official registry image.
Simply use make
make
Test the image
make test
And push it to the docker hub
make push
The erase the generated binaries.
make clean