Skip to content

Ravid824/community-images

 
 

Repository files navigation

RapidFort

community-images

RF Hardened Dockerhub License FOSSA Status CII Best Practices CodeQL

Getting started · Contributing · Build Process · Additional resources

RapidFort is a solution for building secure, optimized Docker containers.

Every day, we scan the most popular Docker Hub container images and remove unused code. Then we publish the results to share with you.

Our container optimization process reduces the software attack surface and the chance of a vulnerability exploit.

Stop downloading container images with thousands of vulnerabilities. Start using secure containers with minimized attack surfaces.

Getting Started

Demo

RapidFort scans your Docker containers for vulnerabilities and looks for unused components that can be removed.

What containers are supported?

We’ve optimized and hardened some of the most popular container images on Docker Hub and are making them available to the community.

Repository RapidFort Image View Report Status
MariaDB dh rf-h mariadb-image-ft
MongoDB® dh rf-h mongodb-image-ft
MySQL dh rf-h mysql-image-ft
NGINX dh rf-h nginx-image-ft
PostgreSQL dh rf-h postgresql-image-ft
Redis™ dh rf-h redis-image-ft
Redis™ Cluster dh rf-h redis-cluster-image-ft

How to use Community Images

Here’s what you can do with Community Images.

# Docker
$ docker run --name redis -e ALLOW_EMPTY_PASSWORD=yes rapidfort/redis:latest

# Docker compose 
$ docker-compose up -d

# Kubernetes Helm
$ helm repo add bitnami https://charts.bitnami.com/bitnami

# install redis, just replace repository with RapidFort registry
$ helm install my-redis bitnami/redis --set image.repository=rapidfort/redis

# install postgresql
$ helm install my-postgresql bitnami/postgresql --set image.repository=rapidfort/postgresql

How Community Images are Built

Source images are run through an optimization process that identifies and removes unused components from the image. You can contribute to this project by adding new images, improving coverage scripts, and adding regression and benchmark tests.

Demo

Additional Resources

Learn more about container optimization at RapidFort.com.

About

💎 RapidFort hardened secure images

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 81.7%
  • Jinja 15.8%
  • Python 2.3%
  • Dockerfile 0.2%