Docker image for building Caddy binaries.
Example
docker run --rm -v $(pwd):/install -e PLUGINS=git,filemanager 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,filemanager,linode
VERSION
- Caddy version. Default0.11.0
ENABLE_TELEMETRY
- Enable telemetry stats. Optionstrue
|false
. Defaulttrue
GOOS
,GOARCH
andGOARM
are all supported. DefaultGOOS=linux
,GOARCH=amd64