Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.53 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.53 KB

Dockerfiles Minimal Images

This repository contains a set of secure Dockerfiles to facilitate the deployment of applications in containerized environments. The provided Dockerfiles are designed with security best practices in mind to minimize potential vulnerabilities and ensure safe usage.

Prerequisites

Before using the Dockerfiles in this repository, make sure the following items are installed on your system:

Repository Structure

The repository is organized as follows:

├── os
	└── OS_NAME
		├── dockerfile
		└── context
└── builder
	└── BUILDER_NAME
		├── dockerfile
		└── context
└── service
	└── SERVICE_NAME
		├── dockerfile
		└── context

Contributions

Contributions to this repository are welcome! If you have any improvements to the existing Dockerfiles or want to add new secure Dockerfiles, please submit a pull request. Please follow security best practices while contributing to maintain code quality and security.

Disclaimer

Please note that while these Dockerfiles are designed with security best practices, it is always recommended to perform a proper evaluation of your environment and configuration before deploying containers in production. The authors of this repository are not responsible for any security issues or damages caused by improper use of these Dockerfiles.