Leeroy
Leeroy is an extension of Benthos that adds a few features that are useful for when building event-driven
pipelines with Shono.
Building
Prepare buildx
This only needs to happen once
docker buildx create --use --name buildx_instance
Login to docker hub
docker login
Build
docker buildx use buildx_instance
docker buildx build --platform linux/amd64,linux/arm64 -t calmera/leeroy:latest --push .