{"id":20764205,"url":"https://github.com/zitsen/docker-gitlab-ci-multi-runner-perl","last_synced_at":"2025-08-26T02:16:06.954Z","repository":{"id":35051748,"uuid":"39181931","full_name":"zitsen/docker-gitlab-ci-multi-runner-perl","owner":"zitsen","description":"Docker for Gitlab CI Runner of Perl","archived":false,"fork":false,"pushed_at":"2015-07-16T07:00:58.000Z","size":104,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-28T22:46:01.809Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zitsen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-16T07:00:21.000Z","updated_at":"2016-08-09T05:46:29.000Z","dependencies_parsed_at":"2022-09-04T15:12:57.527Z","dependency_job_id":null,"html_url":"https://github.com/zitsen/docker-gitlab-ci-multi-runner-perl","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zitsen/docker-gitlab-ci-multi-runner-perl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zitsen%2Fdocker-gitlab-ci-multi-runner-perl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zitsen%2Fdocker-gitlab-ci-multi-runner-perl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zitsen%2Fdocker-gitlab-ci-multi-runner-perl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zitsen%2Fdocker-gitlab-ci-multi-runner-perl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zitsen","download_url":"https://codeload.github.com/zitsen/docker-gitlab-ci-multi-runner-perl/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zitsen%2Fdocker-gitlab-ci-multi-runner-perl/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272160241,"owners_count":24883779,"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","status":"online","status_checked_at":"2025-08-26T02:00:07.904Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-17T10:49:18.430Z","updated_at":"2025-08-26T02:16:06.933Z","avatar_url":"https://github.com/zitsen.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker image with gitlab-ci-multi-runner to run builds with perl\n\nDocker image with gitlab-ci-multi-runner, which can run perl builds. It uses [perlbrew](http://perlbrew.pl/) to manage perl versions.\n\n## How to use\n\nExample of [Docker Compose](https://docs.docker.com/compose/) file (`docker-compose.yml`)\n\n```\nvrunner:\n  image: busybox\n    volumes:\n        - /home/gitlab_ci_multi_runner/data\n\nrunner:\n    image: zitsen/gitlab-ci-multi-runner-perl:latest\n    volumes_from:\n        - vrunner\n    environment:\n        - CI_SERVER_URL=https://gitlabci.example.com\n        - RUNNER_TOKEN=YOUR_TOKEN_FROM_GITLABCI\n    restart: always\n```\n\nReplace `CI_SERVER_URL` and `RUNNER_TOKEN`.\n\nRun it\n\n```\ndocker-compose up -d\n```\n\nOr using docker command line\n\n```\ndocker run -d --env \"CI_SERVER_URL=https://gitlabci.example.com\" \\\n              --env \"RUNNER_TOKEN=YOUR_TOKEN_FROM_GITLABCI\" \\\n              --restart=\"always\" \\\n              --name=gitlab_ci_perl_runner \\\n              zitsen/gitlab-ci-multi-runner-perl:latest\n```\n\nIn your project add `.gitlab-ci.yml`\n\n```\nbefore_script:\n  - perlbrew exec dzil authordeps --missing | xargs perlbrew exec cpanm -M \"https://cpan.metacpan.org\"\n\nbuild:\n  script:\n    - perlbrew exec dzil test\n  tags:\n    - perl\n```\n\n`before_script` will install required ruby version specified with `RBENV_VERSION`, install `bundle` and `gems` from your `Gemfile`.\n\n`build` will invoke ruby and ask ruby version.\n\n## More information\n\n* Read about [gitlab-ci-multi-runner](https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/) to learn how integration works with GitLab CI.\n* This repo is something like [docker-gitlab-ci-multi-runner-ruby](https://github.com/outcoldman/docker-gitlab-ci-multi-runner-ruby), which is the runner for ruby.\n* This image is based on [docker-gitlab-ci-multi-runner](https://github.com/sameersbn/docker-gitlab-ci-multi-runner), which handles registration and startup.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzitsen%2Fdocker-gitlab-ci-multi-runner-perl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzitsen%2Fdocker-gitlab-ci-multi-runner-perl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzitsen%2Fdocker-gitlab-ci-multi-runner-perl/lists"}