Sign inSign up

cleanstart/wave

Verified Publisher

By CleanStart

Updated about 1 hour ago

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

Image
Developer tools
0

50K+

cleanstart/wave repository overview

Verified WAVE Container Image

A hardened, minimal WAVE 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/wave:latest
docker pull cleanstart/wave:latest-dev

Basic Run Run the container with basic configuration

docker run -it --name wave-test cleanstart/wave:latest-dev

Production Deployment Deploy with production security settings

docker run -d --name wave-prod \
  --read-only \
  --security-opt=no-new-privileges \
  --user 1000:1000 \
  cleanstart/wave: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:0780be474

Size

43.7 MB

Last updated

about 1 hour ago

docker pull cleanstart/wave