{"id":32401123,"url":"https://github.com/jubilee2/rpi-gitlab-ce","last_synced_at":"2026-03-11T21:20:54.873Z","repository":{"id":36567019,"uuid":"105466069","full_name":"jubilee2/rpi-gitlab-ce","owner":"jubilee2","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-28T16:09:47.000Z","size":76,"stargazers_count":7,"open_issues_count":1,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-29T07:19:00.338Z","etag":null,"topics":["docker","docker-image","gitlab","gitlab-ce","raspberry-pi","raspberrypi"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/jubilee2.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-10-01T18:57:47.000Z","updated_at":"2024-05-24T06:22:25.000Z","dependencies_parsed_at":"2024-05-28T18:37:23.708Z","dependency_job_id":null,"html_url":"https://github.com/jubilee2/rpi-gitlab-ce","commit_stats":null,"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"purl":"pkg:github/jubilee2/rpi-gitlab-ce","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jubilee2%2Frpi-gitlab-ce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jubilee2%2Frpi-gitlab-ce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jubilee2%2Frpi-gitlab-ce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jubilee2%2Frpi-gitlab-ce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jubilee2","download_url":"https://codeload.github.com/jubilee2/rpi-gitlab-ce/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jubilee2%2Frpi-gitlab-ce/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280936381,"owners_count":26416543,"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-10-25T02:00:06.499Z","response_time":81,"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":["docker","docker-image","gitlab","gitlab-ce","raspberry-pi","raspberrypi"],"created_at":"2025-10-25T09:50:15.602Z","updated_at":"2026-03-11T21:20:54.851Z","avatar_url":"https://github.com/jubilee2.png","language":"Shell","readme":"# rpi-gitlab-ce\n\n**Project status: read-only**\n\nGitLab now officially supports ARM64 Docker images: https://hub.docker.com/r/gitlab/gitlab-ce\nBecause of that, this repository is now in **read-only mode** and will not receive further updates.\n\nthe Dockerfile base on https://gitlab.com/gitlab-org/omnibus-gitlab/tree/master/docker\nand make some change for raspberry Pi\n\nI suggest enable the [zram](http://yulun.me/2015/enable-zram-for-raspberry-pi-debian/) to increase performance.\n\n## Install Docker on Raspberry Pi\n[official documents link](https://docs.docker.com/install/linux/docker-ce/debian/#install-using-the-convenience-script)\n```bash\ncurl -sSL https://get.docker.com | sh\n```\n\n# Install \u0026 run container\n## Method 1 use pre-build image\n```bash\nsudo docker run --detach \\\n    --hostname IP \\\n    --publish 443:443 --publish 80:80 --publish 22:22 \\\n    --name gitlab \\\n    --restart always \\\n    --volume /srv/gitlab/config:/etc/gitlab \\\n    --volume /srv/gitlab/logs:/var/log/gitlab \\\n    --volume /srv/gitlab/data:/var/opt/gitlab \\\n    jubilee2/rpi-gitlab-ce:v12.4.1\n```\n\n## Method 2 build image by your self\n### Build Gitlab image:\n```bash\nsudo apt-get install git\ngit clone https://github.com/jubilee2/rpi-gitlab-ce.git\ncd rpi-gitlab-ce\nsudo docker build -t gitlab-ce .\n```\n\n### Run Gitlab container:\n```bash\nsudo docker run --detach \\\n    --hostname IP \\\n    --publish 443:443 --publish 80:80 --publish 22:22 \\\n    --name gitlab \\\n    --restart always \\\n    --volume /srv/gitlab/config:/etc/gitlab \\\n    --volume /srv/gitlab/logs:/var/log/gitlab \\\n    --volume /srv/gitlab/data:/var/opt/gitlab \\\n    gitlab-ce:latest\n```\n\n# Experience\nIt's need 20 min for first start up on my `raspberry PI 3 B+` with enable zram\nI observe this error occurred [link](https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/common_installation_problems/README.md#failed-to-modify-kernel-parameters-with-sysctl), but after several automatic restarts, the initialization was completed.\n\n\n[More Documents!](https://docs.gitlab.com/omnibus/docker/)\n\nThe latest Docker guide can be found here: [GitLab Docker images](https://docs.gitlab.com/ee/install/docker.html).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjubilee2%2Frpi-gitlab-ce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjubilee2%2Frpi-gitlab-ce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjubilee2%2Frpi-gitlab-ce/lists"}