poksiala / caddy-builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

builder

Docker image for building Caddy binaries.

Original author: https://github.com/abiosoft/caddy-docker

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.0
  • ENABLE_TELEMETRY - Enable telemetry stats. Options true|false. Default true
  • GOOS, GOARCH and GOARM are all supported. Default GOOS=linux, GOARCH=amd64

About

License:MIT License


Languages

Language:Shell 95.9%Language:Dockerfile 4.1%