All Projects → xddxdd → dockerfiles

xddxdd / dockerfiles

Licence: Unlicense license
Dockerfiles managed and generated with GPP (General Purpose Preprocessor), multiarch support (amd64 i386 arm32v7 arm64v8 ppc64le s390x riscv64 x32)

Programming Languages

Dockerfile
14818 projects
shell
77523 projects
Jsonnet
166 projects
Makefile
30231 projects
c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language

Dockerfiles

A set of Docker images that I use on my servers.

All Dockerfiles do not exist in place. The files in this repository are templates, and the real Dockerfiles are generated with GPP (General Purpose Preprocessor). See Makefile for details.

Directory Structure

  • dockerfiles: template files for individual images.
    • Each subfolder is one image
    • template.Dockerfile define how real Dockerfile is generated
    • Ready to use images available at xddxdd @ Docker Hub, but you shouldn't use them (or blindly update them), since I change them on my will, without considering backwards compatibility
  • include: common parts of template files, including image definition, frequently used commands, etc.
    • Like headers in C++.
  • unmaintained: template files for images that I no longer maintain
    • Because I no longer use them, or upstream deleted their code, etc.
    • Old images are still available at xddxdd @ Docker Hub

License

Public domain.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].