Sign inSign up

cleanstart/sqlite3

Verified Publisher

By CleanStart

Updated about 2 hours ago

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

Image
Databases & storage
0

50K+

cleanstart/sqlite3 repository overview

Verified SQLITE3 Container Image

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

Basic Run Run the container with basic configuration

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

Production Deployment Deploy with production security settings

docker run -d --name sqlite3-prod \
  --read-only \
  --security-opt=no-new-privileges \
  --user 1000:1000 \
  cleanstart/sqlite3:latest

Volume Mount Mount local directory for persistent data

docker run -v $(pwd)/data:/data cleanstart/sqlite3:latest

Port Forwarding Run with custom port mappings

docker run -p 8080:80 cleanstart/sqlite3: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:5f94bbeb1

Size

33.7 MB

Last updated

about 2 hours ago

docker pull cleanstart/sqlite3