The repository serves to collect the base Docker images used in icellmobilsoft so that the projects and their builds operate on a common basis.
The parts of the project can be divided into multiple sections, complementing each other. The images can basically be divided into 2 groups:
-
bases - These are the Docker images we use as base images for the target products. They can only contain the absolutely necessary functions and content.
-
builder - We use them for content delivery, and they should not be used as base images. Their function is for building, compiling, in multi-stage Dockerfiles, or even for GitLab runner usage.
All you need to know for this is the following command:
docker-compose -f <PATH>/docker-base/docker-compose.yml build
Important
|
The release and docker push commands should be exclusively handled by GitHub Actions! |