Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 603 Bytes

BUILDER.md

File metadata and controls

23 lines (14 loc) · 603 Bytes

builder

Docker image for building Caddy binaries.

Usage

Example

docker run --rm -v $(pwd):/install -e PLUGINS=git,filebrowser abiosoft/caddy:builder

Volumes

  • /install - Mount a volume to save the Caddy binary e.g. -v $(pwd):/install

Environment Variables

  • PLUGINS - comma separated Caddy plugins. e.g. -e PLUGINS=git,linode
  • VERSION - Caddy version or repository branch. Default 1.0.3
  • ENABLE_TELEMETRY - Enable telemetry stats. Options true|false. Default true
  • GOOS, GOARCH and GOARM are all supported. Default GOOS=linux, GOARCH=amd64