Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 2.52 KB

README.md

File metadata and controls

47 lines (33 loc) · 2.52 KB

OKP4 Docker Images

🐳 Repository for Docker configurations and images we use at @okp4.

lint build publish conventional commits contributor covenant License

Purpose

This repository contains various Dockerfiles to build Docker images we use @okp4 and published to the Github Container Registry of our organization.

Repository organization

The different dockerfiles are under the dockerfiles folder.

.
├── <name-of-image>     # name of the docker image published under ghcr.io/okp4/<name-of-image>
│   ├── <tag-of-image>  # the tag of image - version, variant, etc.
│   │   └── Dockerfile  # the dockerfile
│   │
│   └── README.md       # a short description of the purpose of the docker image 
│
└── <etc.>

You want to submit a Dockerfile? 😍

Any contribution is very welcome. Make sure you commit your Dockerfile in the path that matches ./dockerfiles/$PROJECT/$VERSION alongside with a README.md that will be used as dockerhub description. Also, please, check out OKP4 health files :

License

The project is licensed under the BSD-3-Clause License which you can find in file LICENSE.md.

Software components inside the image built by this project are under the respective licenses chosen by their respective copyright holders.