What's New
Pre-built Docker Images (#38)
The CrowdSec sidecar proxy is now available as pre-built multi-architecture Docker images (amd64 + arm64):
GitHub Container Registry:
docker pull ghcr.io/wolffcatskyy/crowdsec-sidecar:v2.2.0
docker pull ghcr.io/wolffcatskyy/crowdsec-sidecar:latestNo more building from source — just pull and run.
Changes
- Added GitHub Actions workflow for automated multi-arch image publishing
- Updated sidecar documentation with pull/run instructions
- Updated docker-compose.yaml to use pre-built images by default
Closes #38