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,linode
VERSION
- Caddy version or repository branch. Default1.0.3
ENABLE_TELEMETRY
- Enable telemetry stats. Optionstrue
|false
. Defaulttrue
GOOS
,GOARCH
andGOARM
are all supported. DefaultGOOS=linux
,GOARCH=amd64