🐳 Repository for Docker configurations and images we use at @okp4.
This repository contains various Dockerfiles to build Docker images we use @okp4 and published to the Github Container Registry of our 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.>
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 :
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.