{"id":20682235,"url":"https://github.com/yobasystems/gitlab-runner","last_synced_at":"2025-04-22T12:20:51.800Z","repository":{"id":96567669,"uuid":"95051371","full_name":"yobasystems/gitlab-runner","owner":"yobasystems","description":"Gitlab Runner on Alpine Linux [Docker]","archived":false,"fork":false,"pushed_at":"2025-03-24T12:14:13.000Z","size":180,"stargazers_count":22,"open_issues_count":0,"forks_count":7,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-24T13:24:29.304Z","etag":null,"topics":["alpine","amd64","arm64","armhf","docker-image","dockerfile","gitlab","gitlab-ci","gitlab-runner","yobasystems"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/yobasystems/gitlab-runner/","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yobasystems.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-06-21T22:23:37.000Z","updated_at":"2025-03-24T12:08:16.000Z","dependencies_parsed_at":"2024-02-11T20:08:38.314Z","dependency_job_id":"78339db6-8a36-432c-8a5b-e6d2488a5a9e","html_url":"https://github.com/yobasystems/gitlab-runner","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yobasystems%2Fgitlab-runner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yobasystems%2Fgitlab-runner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yobasystems%2Fgitlab-runner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yobasystems%2Fgitlab-runner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yobasystems","download_url":"https://codeload.github.com/yobasystems/gitlab-runner/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250237851,"owners_count":21397403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alpine","amd64","arm64","armhf","docker-image","dockerfile","gitlab","gitlab-ci","gitlab-runner","yobasystems"],"created_at":"2024-11-16T22:13:05.901Z","updated_at":"2025-04-22T12:20:51.789Z","avatar_url":"https://github.com/yobasystems.png","language":"Dockerfile","funding_links":["https://www.buymeacoffee.com/dominictayloruk?new=1"],"categories":[],"sub_categories":[],"readme":"# Gitlab Runner on Alpine Linux\n\nThis is the Container image for the Gitlab runner, running on Alpine Linux.\n\n[![Docker Automated build](https://img.shields.io/docker/automated/yobasystems/gitlab-runner.svg?style=for-the-badge\u0026logo=docker)](https://hub.docker.com/r/yobasystems/gitlab-runner/)\n[![Docker Pulls](https://img.shields.io/docker/pulls/yobasystems/gitlab-runner.svg?style=for-the-badge\u0026logo=docker)](https://hub.docker.com/r/yobasystems/gitlab-runner/)\n[![Docker Stars](https://img.shields.io/docker/stars/yobasystems/gitlab-runner.svg?style=for-the-badge\u0026logo=docker)](https://hub.docker.com/r/yobasystems/gitlab-runner/)\n\n[![Alpine Version](https://img.shields.io/badge/Alpine%20version-v3.21.3-green.svg?style=for-the-badge)](https://alpinelinux.org/)\n[![Gitlab Runner Version](https://img.shields.io/badge/Gitlab%20Runner%20version-v17.10.0-green.svg?style=for-the-badge)](https://www.docker.com/)\n\n\nThis Container image [(yobasystems/gitlab-runner)](https://hub.docker.com/r/yobasystems/gitlab-runner/) is based on the minimal [Alpine Linux](https://alpinelinux.org/) with [Gitlab Runner](https://packages.gitlab.com/runner/gitlab-runner) pre-installed.\n\n### Alpine Version 3.21.3 (Released 2025-02-13)\n##### Gitlab Runner Version 17.10.0\n##### Docker Machine Version 0.16.2-gitlab.34\n\n----\n\n\n- [What is Alpine Linux?](#what-is-alpine-linux)\n- [Features](#features)\n- [Architectures](#architectures)\n- [Tags](#tags)\n- [Layers \u0026 Sizes](#layers--sizes)\n- [How to use this image](#how-to-use-this-image)\n- [Image contents \u0026 Vulnerability analysis](#image-contents--vulnerability-analysis)\n- [Source Repositories](#source-repositories)\n- [Container Registries](#container-registries)\n- [Links](#links)\n- [Donation](#donation)\n\n\n## 🏔️ What is Alpine Linux?\nAlpine Linux is a Linux distribution built around musl libc and BusyBox. The image is only 5 MB in size and has access to a package repository that is much more complete than other BusyBox based images. This makes Alpine Linux a great image base for utilities and even production applications. Read more about Alpine Linux here and you can see how their mantra fits in right at home with Container images.\n\n## 👟 What is Gitlab Runner?\nGitLab Runner is the open source project that is used to run your jobs and send the results back to GitLab. It is used in conjunction with GitLab CI, the open-source continuous integration service included with GitLab that coordinates the jobs.\n\n\n## ✨ Features\n\n* Minimal size only\n* 50 MB and only 5 layers\n* Memory usage is minimal on a simple install\n\n## 🏗️ Architectures\n\n* ```:amd64```, ```:x86_64``` - 64 bit Intel/AMD (x86_64/amd64)\n* ```:arm64v8```, ```:aarch64``` - 64 bit ARM (ARMv8/aarch64)\n* ```:arm32v7```, ```:armhf``` - 32 bit ARM (ARMv7/armhf)\n\n#### 📝 PLEASE CHECK TAGS BELOW FOR SUPPORTED ARCHITECTURES, THE ABOVE IS A LIST OF EXPLANATION\n\n## 🏷️ Tags\n\n* ```:latest``` latest branch based (Automatic Architecture Selection)\n* ```:main``` main branch usually inline with latest\n* ```:17.10.0```, ```:17.10.0-arch``` version tag (Automatic Architecture Selection)\n* ```:amd64```, ```:x86_64``` amd64 based on latest tag but amd64 architecture\n* ```:aarch64```, ```:arm64v8``` Armv8 based on latest tag but arm64 architecture\n* ```:armhf```, ```:arm32v7``` Armv7 based on latest tag but arm architecture\n\n## 📏 Layers \u0026 Sizes\n\n![Version](https://img.shields.io/badge/version-amd64-blue.svg?style=for-the-badge)\n![MicroBadger Layers (tag)](https://img.shields.io/docker/layers/yobasystems/gitlab-runner/amd64.svg?style=for-the-badge)\n![MicroBadger Size (tag)](https://img.shields.io/docker/image-size/yobasystems/gitlab-runner/amd64.svg?style=for-the-badge)\n\n![Version](https://img.shields.io/badge/version-aarch64-blue.svg?style=for-the-badge)\n![MicroBadger Layers (tag)](https://img.shields.io/docker/layers/yobasystems/gitlab-runner/aarch64.svg?style=for-the-badge)\n![MicroBadger Size (tag)](https://img.shields.io/docker/image-size/yobasystems/gitlab-runner/aarch64.svg?style=for-the-badge)\n\n![Version](https://img.shields.io/badge/version-armhf-blue.svg?style=for-the-badge)\n![MicroBadger Layers (tag)](https://img.shields.io/docker/layers/yobasystems/gitlab-runner/armhf.svg?style=for-the-badge)\n![MicroBadger Size (tag)](https://img.shields.io/docker/image-size/yobasystems/gitlab-runner/armhf.svg?style=for-the-badge)\n\n## 🚀 How to use this image\n\n### amd64/armhf/aarch64 (Alpine)\n\n```\ndocker pull yobasystems/gitlab-runner\n\nsudo docker run -d --name=gitlab-runner --restart=always -v /var/run/docker.sock:/var/run/docker.sock -v /data/gitlab-runner/config:/etc/gitlab-runner yobasystems/gitlab-runner\n```\n\n#### Register runner with gitlab server\nThese can be passed at runtime as environment variables or by running the following command:\n\n```\ndocker exec -it gitlab-runner /bin/sh\n\ngitlab-runner register -n --url https://gitlab.url.domain.co.uk/ci --registration-token eRp938AHcv8JiHi4hUip --executor docker --docker-image \"yobasystems/gitlab-runner-docker\" --docker-privileged\n```\n\n### Config file\n\nSometimes it is needed to add the following `\"/var/run/docker.sock:/var/run/docker.sock\"`, in the example below you will see the placement.\n\n```\nconcurrent = 1\ncheck_interval = 0\n[[runners]]\n  name = \"gitlab-runner001\"\n  url = \"https://gitlab.url.domain.co.uk/ci\"\n  token = \"eRp938AHcv8JiHi4hUip\"\n  executor = \"docker\"\n  [runners.docker]\n    tls_verify = false\n    image = \"yobasystems/gitlab-runner-docker:dind\"\n    privileged = true\n    disable_cache = true\n    volumes = [\"/var/run/docker.sock:/var/run/docker.sock\", \"/cache\"]\n    shm_size = 0\n  [runners.cache]\n```\n\n\n### Usage\n\nUse like you would any other base image:\n\n```\nversion: '2'\nservices:\n  gitlab-runner:\n    privileged: true\n    image: yobasystems/gitlab-runner\n    stdin_open: true\n    volumes:\n    - /var/run/docker.sock:/var/run/docker.sock\n    - /data/gitlab-runner/config:/etc/gitlab-runner\n    tty: true\n```\n\n## 🔍 Image contents \u0026 Vulnerability analysis\n\n| PACKAGE NAME          | PACKAGE VERSION | VULNERABILITIES |\n|-----------------------|-----------------|-----------------|\n\n\n## 📚 Source Repositories\n\n* [Github - yobasystems/gitlab-runner](https://github.com/yobasystems/gitlab-runner)\n* [Gitlab - yobasystems/gitlab-runner](https://gitlab.com/yobasystems/gitlab-runner)\n* [Bitbucket - yobasystems/gitlab-runner](https://bitbucket.org/yobasystems/gitlab-runner/)\n\n\n## 🐳 Container Registries\n\n* [Dockerhub - yobasystems/gitlab-runner](https://hub.docker.com/r/yobasystems/gitlab-runner/)\n* [Quay.io - yobasystems/gitlab-runner](https://quay.io/repository/yobasystems/gitlab-runner)\n* [GHCR - yobasystems/gitlab-runner](https://ghcr.io/yobasystems/gitlab-runner)\n\n\n## 🔗 Links\n\n* [Yoba Systems](https://yoba.systems/)\n* [Github - Yoba Systems](https://github.com/yobasystems/)\n* [Dockerhub - Yoba Systems](https://hub.docker.com/u/yobasystems/)\n* [Quay.io - Yoba Systems](https://quay.io/organization/yobasystems)\n* [GHCR - Yoba Systems](https://ghcr.io/yobasystems)\n* [Maintainer - Dominic Taylor](https://github.com/dominictayloruk)\n\n## 💰 Donation\n\n[![BMAC](https://img.shields.io/badge/BUY%20ME%20A%20COFFEE-£5-blue.svg?style=for-the-badge\u0026logo=buy-me-a-coffee)](https://www.buymeacoffee.com/dominictayloruk?new=1)\n\n[![BITCOIN](https://img.shields.io/badge/BTC-bc1q7hy8qmyvq7rw6slrna7yffcdnj9rcg4e9xjecc-blue.svg?style=for-the-badge\u0026logo=bitcoin)](bitcoin:bc1q7hy8qmyvq7rw6slrna7yffcdnj9rcg4e9xjecc)\n\n[![ETHEREUM](https://img.shields.io/badge/ETH-0xb6bE2e4da3d86b50Bdae1F9B6960c23dd87C532C-blue.svg?style=for-the-badge\u0026logo=ethereum)](ethereum:0xb6bE2e4da3d86b50Bdae1F9B6960c23dd87C532C)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyobasystems%2Fgitlab-runner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyobasystems%2Fgitlab-runner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyobasystems%2Fgitlab-runner/lists"}