template.yaml 653 B

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