Docker image for building Caddy binaries.
Example
docker run --rm -v $(pwd):/install -e PLUGINS=git,filebrowser abiosoft/caddy:builder
/install- Mount a volume to save the Caddy binary e.g.-v $(pwd):/install
PLUGINS- comma separated Caddy plugins. e.g.-e PLUGINS=git,linodeVERSION- Caddy version or repository branch. Default1.0.3ENABLE_TELEMETRY- Enable telemetry stats. Optionstrue|false. DefaulttrueGOOS,GOARCHandGOARMare all supported. DefaultGOOS=linux,GOARCH=amd64