cleanstart/solr

Verified Publisher

By CleanStart

•Updated about 23 hours ago

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

Image
Databases & storage
0

10K+

cleanstart/solr repository overview

⁠Container Documentation for Solr Documentation

The CleanStart Solr image provides a production-ready, security-hardened container optimized for enterprise environments. Built on a minimal base OS with comprehensive security hardening, this image delivers reliable application execution with advanced security features.

šŸ“Œ Base Foundation: Production-ready container from cleanstart.

Image Path: cleanstart/solr

Registry: cleanstart Registry

⁠Pull Latest Image

Download the container image from the registry

docker pull cleanstart/solr:latest
docker pull cleanstart/solr:latest-dev

⁠Basic Run

Run the container with basic configuration

docker run -it --name solr cleanstart/solr:latest

⁠Production Deployment

Deploy with production security settings

docker run -d --name solr-prod \
  --security-opt=no-new-privileges \
  --restart unless-stopped \
  cleanstart/solr:latest

Volume Mount Mount local directory for persistent data

docker run -v /app:/app cleanstart/solr:latest

Port Forwarding Run with custom port mappings

docker run -p 8080:8080 cleanstart/solr:latest

⁠Kubernetes Security Context

Recommended security context for Kubernetes deployments

securityContext:
  allowPrivilegeEscalation: false
  capabilities:
    drop:
    - ALL
  readOnlyRootFilesystem: true
  runAsUser: 1000
  runAsGroup: 1000

⁠Documentation Resources

Essential links and resources for further information

CleanStart Images: https://images.cleanstart.com/⁠

Community Images:
Docker Hub: https://hub.docker.com/u/cleanstart⁠
GitHub: https://github.com/cleanstart-containers⁠
AWS ECR Public Gallery: https://gallery.ecr.aws/cleanstart/⁠

Presence on Social Media:
Community: https://www.linkedin.com/groups/18324021/⁠
YouTube: https://www.youtube.com/@CleanStartOfficial⁠

Contribute to Container Use Cases: https://github.com/cleanstart-dev/cleanstart-use-cases/⁠

Tag summary

Content type

Image

Digest

sha256:1c268e80e…

Size

251.2 MB

Last updated

about 23 hours ago

docker pull cleanstart/solr:10.0.0-amd64