π³ 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.