Random post of December
Hi, Well this last two days were very intriguing ‘cause I deploy on a server with docker my blog (this one) and my curiosity didn’t end there.
Then I proposed to myself to deploy a private docker registry and did!. But I needed a web view to display all available images and maybe their tags. So I develop a small webapp with nodejs and express.
Finally decided I needed a git repo hub so I look for it and found GOGS a pretty great and lightweight self-hosted git service.
One more thing! I needed to test my repos and build my images so here is where jenkins takes place. I integrated jenkins with gogs to be trigger by push events and when your branch is master it builds a docker image within jenkins *note a DiD takes place and then deploy with ansible to main server’!
-all of them running docker containers :)