by Alexander Henderson | Sep 21, 2020 | Docker, Homelab Things
My last post about GitHub Actions left off with a docker container being built when a commit was pushed to the repo. Now this is great if you are building a docker container, for your project, in your current repo. However, for me though that’s not the case. At...
by Alexander Henderson | May 31, 2020 | Docker, Homelab Things
So if you’ve been to my site before, you might remember that I setup a locally hosted Jenkins instance for building Docker containers. However I have since decided to retire the VM hosting that instance and it was getting tedious to keep on-top of the Jenkins...
by Alexander Henderson | Nov 15, 2019 | Docker, Homelab Things
The Problem: I want to deploy my custom image of Caddy Server in docker but also keep it up-to-date with upstream changes in the abiosoft/caddy-docker repository. The Solution: Use Jenkins to watch the abiosoft/caddy-docker repository and build my image based on...
by Alexander Henderson | Mar 7, 2019 | Docker
EDIT 09/21/2020: Check out my new series on building alexandzors/caddy in Github Actions Part 1, Part 2! So I’ve been using Caddy for a while as my web server/reverse proxy. Basically it sits in front of all of my services and redirects/protects my stuff. Now I...