No description
- Dockerfile 100%
| config.json | ||
| Dockerfile | ||
| Dockerfile-cloudflare | ||
| LICENSE | ||
| README.md | ||
Caddy Plugin Container
- https://caddyserver.com/
- github.com/caddyserver/caddy
- https://github.com/caddyserver/xcaddy
Manifest setup for multi-architecture support
podman build -t <image>:<tag>-amd64 .
podman push localhost/<image>:<tag>-amd64 git.boxcar.sh/containers/<image>:<tag>-amd64
podman push localhost/<image>:<tag>-arm64 git.boxcar.sh/containers/<image>:<tag>-arm64
podman manifest create <image>:<tag>
podman manifest add <image>:<tag> git.boxcar.sh/containers/<image>:<tag>-amd64
podman manifest add <image>:<tag> git.boxcar.sh/containers/<image>:<tag>-arm64
podman manifest push --all <image>:<tag> git.boxcar.sh/containers/<image>:<tag>
podman manifest push --all <image>:<tag> git.boxcar.sh/containers/<image>:latest
podman build -t caddy-cloudflare:2.10.0 -build-arg CADDY_VERSION=2.10.0 .
podman build -t caddy-cloudflare:2.10.0 --build-arg CADDY_VERSION=2.10.0 .
podman build -t caddy-cloudflare-crowdsec:2.10.0 --build-arg CADDY_VERSION=2.10.0 .
podman build -t caddy-cloudflare:2.10.2-amd64 -build-arg CADDY_VERSION=2.10.2 .
podman build -t caddy-cloudflare:2.10.2-amd64 --build-arg CADDY_VERSION=2.10.2 .
podman build -t caddy:cloudflare-crowdsec-2.10.2-amd64 --build-arg CADDY_VERSION=2.10.2 .
podman build -t caddy:cf-cs-2.10.2-amd64 --build-arg CADDY_VERSION=2.10.2 .
podman build -t caddy:cf-2.10.2-amd64 --build-arg CADDY_VERSION=2.10.2 -f Dockerfile-cloudflare