template.yaml 685 B

1234567891011121314151617181920212223242526272829
  1. ---
  2. kind: compose
  3. metadata:
  4. name: Gitlab-Runner
  5. description: >
  6. Docker compose setup for Gitlab-Runner, a build instance for Gitlab CI/CD pipelines.
  7. This template configures Gitlab-Runner with Docker executor and integrates it with a Gitlab instance.
  8. Project: https://docs.gitlab.com/runner/
  9. Documentation: https://docs.gitlab.com/runner/
  10. GitHub: https://github.com/gitlab/gitlab-runner
  11. version: alpine-v17.9.1
  12. author: Christian Lempa
  13. date: '2025-09-28'
  14. tags:
  15. - gitlab
  16. - git
  17. - ci-cd
  18. draft: true
  19. spec:
  20. general:
  21. vars:
  22. gitlab-runner_version:
  23. type: str
  24. description: Gitlab-Runner version
  25. default: latest