https://github.com/okp4/docker-images
🐳 Repository for Docker configurations and images we use @okp4.network
https://github.com/okp4/docker-images
docker docker-image
Last synced: about 2 months ago
JSON representation
🐳 Repository for Docker configurations and images we use @okp4.network
- Host: GitHub
- URL: https://github.com/okp4/docker-images
- Owner: okp4
- License: bsd-3-clause
- Created: 2021-10-29T15:35:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T15:34:06.000Z (9 months ago)
- Last Synced: 2024-11-04T12:40:25.429Z (7 months ago)
- Topics: docker, docker-image
- Language: Dockerfile
- Homepage:
- Size: 62.9 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - okp4/docker-images - 🐳 Repository for Docker configurations and images we use @okp4.network (Dockerfile)
README
# OKP4 Docker Images
> 🐳 Repository for [Docker](https://www.docker.com/what-docker) configurations and images we use at [@okp4][okp4].



[](https://conventionalcommits.org)
[](https://github.com/okp4/.github/blob/main/CODE_OF_CONDUCT.md)
[](https://opensource.org/licenses/BSD-3-Clause)## Purpose
This repository contains various [Dockerfiles][dockerfiles] to build [Docker][docker] images we use [@okp4][okp4] and published to the [Github
Container Registry](https://github.com/orgs/okp4/packages) of our organization.## Repository organization
The different dockerfiles are under the `dockerfiles` folder.
```text
.
├── # name of the docker image published under ghcr.io/okp4/
│ ├── # the tag of image - version, variant, etc.
│ │ └── Dockerfile # the dockerfile
│ │
│ └── README.md # a short description of the purpose of the docker image
│
└──
```## 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 :
- [Contributing](https://github.com/okp4/.github/blob/main/CONTRIBUTING.md)
- [Code of conduct](https://github.com/okp4/.github/blob/main/CODE_OF_CONDUCT.md)## License
The project is licensed under the `BSD-3-Clause License` which you can find in file [LICENSE.md](LICENSE).
Software components inside the image built by this project are under the respective licenses chosen by their respective copyright holders.
[dockerfiles]: https://docs.docker.com/engine/reference/builder/
[docker]: https://www.docker.com/what-docker
[okp4]: http://okp4.com