{"id":16171378,"url":"https://github.com/maniator/gh","last_synced_at":"2026-06-11T02:01:53.723Z","repository":{"id":40350143,"uuid":"369646069","full_name":"maniator/gh","owner":"maniator","description":"dockerized github cli","archived":false,"fork":false,"pushed_at":"2026-05-28T00:26:11.000Z","size":55,"stargazers_count":18,"open_issues_count":5,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-28T02:10:53.267Z","etag":null,"topics":["gh","github-cli"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/maniator/gh","language":"Dockerfile","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/maniator.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-05-21T20:22:48.000Z","updated_at":"2026-01-12T21:23:29.000Z","dependencies_parsed_at":"2023-10-04T07:53:31.721Z","dependency_job_id":"b4f128db-c1f9-47ed-8bfc-ba7de979c45a","html_url":"https://github.com/maniator/gh","commit_stats":null,"previous_names":[],"tags_count":110,"template":false,"template_full_name":null,"purl":"pkg:github/maniator/gh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maniator%2Fgh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maniator%2Fgh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maniator%2Fgh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maniator%2Fgh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maniator","download_url":"https://codeload.github.com/maniator/gh/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maniator%2Fgh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34178819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-11T02:00:06.485Z","response_time":57,"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":["gh","github-cli"],"created_at":"2024-10-10T03:21:56.725Z","updated_at":"2026-06-11T02:01:53.704Z","avatar_url":"https://github.com/maniator.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Dockerized github cli\n\nSimple container running in alpine Linux to run the github cli seamlessly for use anywhere\n\nVery useful in projects using docker in their CI processes\n\n[![DockerHub Badge](http://dockeri.co/image/maniator/gh)](https://hub.docker.com/r/maniator/gh/)\n\n### Github Repo\n\nhttps://github.com/maniator/gh\n\n### Docker image tags\n\nhttps://hub.docker.com/r/maniator/gh/tags/\n\n### Usage\n\n```shell\ndocker run -it --rm -v ${HOME}:/root -v $(pwd):/gh -e GITHUB_TOKEN=\u003ctoken\u003e maniator/gh \u003ccommand\u003e\n```\n\n### Optional alias:\n\n    alias gh=\"docker run -ti --rm -v ${HOME}:/root -v $(pwd):/gh maniator/gh\"\n\nfor example, if you need clone this repository, with the alias you just set, you can run it as local command\n\n    gh repo clone serveside/gh\n\n### Kubernetes usage\n\n```yaml\napiVersion: apps/v1\nkind: Deployment\nspec:\n  template:\n    spec:\n      containers:\n      - name: containers-images\n        image: images-names:v1.0.0\n        volumeMounts:\n          - name: vc-theme\n            mountPath: /opt/themes/custom\n      initContainers:\n        - name: git\n          image: maniator/gh:latest\n          env:\n            - name: GITHUB_TOKEN\n              value: \"ghp_xxxxxxxxx\"\n          command: [\"sh\", \"-c\"]\n          args: [\"gh auth setup-git --hostname github.com \u0026\u0026 git clone https://github.com/username/theme.git\"]\n          volumeMounts:\n            - name: vc-theme\n              mountPath: /gh/theme\n      volumes:\n        - name: vc-theme\n          emptyDir: {}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaniator%2Fgh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaniator%2Fgh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaniator%2Fgh/lists"}