Secure by Design, Built for Speed, Hardened Container Images on a minimal base CleanStart OS.
100K+
Verified VELERO-PLUGIN-FOR-CSI Container Image
A hardened, minimal VELERO-PLUGIN-FOR-CSI 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/velero-plugin-for-csi:latest
docker pull cleanstart/velero-plugin-for-csi:latest-dev
Basic Run Run the container with basic configuration
docker run -it --rm cleanstart/velero-plugin-for-csi:latest-dev
Production Deployment Deploy with production security settings
docker run -d --name velero-plugin-for-csi \
--read-only \
--security-opt=no-new-privileges \
--user 1000:1000 \
cleanstart/velero-plugin-for-csi:latest
Entrypoint shell access Shell Access in dev environment
docker run -it --rm --entrypoint sh cleanstart/velero-plugin-for-csi:latest-dev
Inspection Environment Inspect Environment
docker inspect cleanstart/velero-plugin-for-csi:latest
Why Use CleanStart Images
Content type
Image
Digest
sha256:015becf17…
Size
45.3 MB
Last updated
about 7 hours ago
docker pull cleanstart/velero-plugin-for-csi