Sign inSign up

cleanstart/metallb-speaker

Verified Publisher

By CleanStart

Updated about 3 hours ago

Secure by Design, Built for Speed, Hardened Container Images on a minimal base CleanStart OS.

Image
0

50K+

cleanstart/metallb-speaker repository overview

Verified METALLB-SPEAKER Container Image

A hardened, minimal METALLB-SPEAKER container image built from source with verifiable software provenance and an SBOM, designed for secure production deployments.

For additional versions including FIPS support, explore CleanStart Images — secure, hardened container images

Pull Latest Image Download the container image from the registry

docker pull cleanstart/metallb-speaker:latest
docker pull cleanstart/metallb-speaker:latest-dev

Basic Run Run the container with basic configuration

docker run -it --name metallb-speaker-test --network host --cap-add NET_ADMIN --cap-add NET_RAW cleanstart/metallb-speaker:latest

Production Deployment Deploy with production security settings

docker run -d --name metallb-speaker-prod \
  --network host \
  --cap-add NET_ADMIN \
  --cap-add NET_RAW \
  --security-opt=no-new-privileges \
  -e NODE_NAME=node1 \
  cleanstart/metallb-speaker:latest

Volume Mount Mount local directory for persistent data

docker run -v /etc/metallb:/etc/metallb:ro cleanstart/metallb-speaker:latest

Port Forwarding Run with custom port mappings

docker run -p 7472:7472 cleanstart/metallb-speaker:latest

Why Use CleanStart Images

  • Verified — Built from source with verifiable software provenance
  • Hardened — Minimal software footprint designed for secure deployment
  • Transparent — SBOM available for visibility into image contents
  • Production-ready — Built for modern container environments

Tag summary

Content type

Image

Digest

sha256:2f063e0e5

Size

66.6 MB

Last updated

about 4 hours ago

docker pull cleanstart/metallb-speaker