No description
  • Dockerfile 100%
Find a file
2026-03-23 17:01:02 +00:00
config.json Dockerfile, config, README with manifest examples 2026-03-23 17:01:02 +00:00
Dockerfile Dockerfile, config, README with manifest examples 2026-03-23 17:01:02 +00:00
Dockerfile-cloudflare Dockerfile, config, README with manifest examples 2026-03-23 17:01:02 +00:00
LICENSE Dockerfile, config, README with manifest examples 2026-03-23 17:01:02 +00:00
README.md Dockerfile, config, README with manifest examples 2026-03-23 17:01:02 +00:00

Caddy Plugin Container

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