GitLab / Zusammenführung
You have your own subgroup in https://gitlab.ost.ch/ins/cloudinf/kvm-docker/hs2020/g20.
- "You can create the necessary GitLab repositories in the given subgroup by yourself."
- "Explain why you use only one or multiple repositories to host the application code and to build the Docker images. What are the advantages/disadvantages?"
- "Create a pipeline to automatically build your nodejs Docker images. Use the already available shared-runner from the OST-GitLab to build your images (hint: use dockerin-docker build). The shared GitLab-Runner is already integrated and can be used without any special configuration."
- "Use the GitLab Docker Registry to push your built Docker images."
- "Use your own images from the GitLab registry in your docker-compose file."
- "Single docker-compose.yml"
- "Apply resource limits to your containers: Limit CPU and Memory usage (Hint: examine the differences between the different docker-compose file versions)"
- Swarm it / Kubernetes