{"id":18486834,"url":"https://github.com/bitmeal/nodegit-alpine","last_synced_at":"2026-02-09T03:02:30.301Z","repository":{"id":62078643,"uuid":"351583903","full_name":"bitmeal/nodegit-alpine","owner":"bitmeal","description":"✨ a node:alpine based docker image, shipping precompiled nodegit versions 🚢 ","archived":false,"fork":false,"pushed_at":"2025-01-23T01:55:59.000Z","size":132,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T05:11:22.059Z","etag":null,"topics":["alpine","ci","ci-cd","cicd","docker","docker-container","docker-image","git","node","nodegit","nodejs"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/bitmeal/nodegit","language":"JavaScript","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/bitmeal.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":"2021-03-25T21:44:54.000Z","updated_at":"2025-01-23T01:56:03.000Z","dependencies_parsed_at":"2023-10-15T02:47:34.659Z","dependency_job_id":"41394520-2d71-445e-895e-eea88efb7737","html_url":"https://github.com/bitmeal/nodegit-alpine","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bitmeal/nodegit-alpine","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitmeal%2Fnodegit-alpine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitmeal%2Fnodegit-alpine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitmeal%2Fnodegit-alpine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitmeal%2Fnodegit-alpine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitmeal","download_url":"https://codeload.github.com/bitmeal/nodegit-alpine/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitmeal%2Fnodegit-alpine/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29255379,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T01:52:29.835Z","status":"online","status_checked_at":"2026-02-09T02:00:09.501Z","response_time":56,"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":["alpine","ci","ci-cd","cicd","docker","docker-container","docker-image","git","node","nodegit","nodejs"],"created_at":"2024-11-06T12:49:52.407Z","updated_at":"2026-02-09T03:02:27.694Z","avatar_url":"https://github.com/bitmeal.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# `nodegit:alpine`\nA `node:alpine` based container with precompiled nodegit\n\n\n```bash\ndocker pull bitmeal/nodegit:alpine\n```\n\u003e view @ [Docker HUB](https://hub.docker.com/r/bitmeal/nodegit) 🚢\n\n## important infos\nHow does it work?\n* nodegit is installed globally in `/usr/local/lib/node_modules`\n* the `npm` binary is masked from `/opt/linker/bin/npm` and `npm` calls are intercepted and evaluated\n* the global nodegit version is *linked* (`npm link nodegit`), if a dependency on nodegit is detected (from `package.json` or directly)\n\n**Visit docker hub page for configuration options!**\n\n\u003e ⚡ when debugging, remember that `npm` is masked and calls are intercepted\n\u003e \n\u003e ⚡ to *install* (read: fetch as dependency) nodegit manually, call `npm link nodegit`\n\u003e \n\u003e ⚡ to call `npm` directly, use `/usr/local/bin/npm`\n\u003e\n\u003e ⚠ **don't try to use this container to add a nodegit dependency to a project that did not depend on it beforehand! running `npm install nodegit` will not add it to your `package.json`!**\n\n\n## why?\n*Because nodegit is nice for automation!*\n\n*Because nodegit in a container is **pain!***\n\n*Because nodegit want's to be installed from source.*\n\n## versions\nBuilds images for the latest *N* node.js versions and latest *M* nodegit versions (visit docker hub to find *N* and *M*). `lts-alpine` and `alpine` are referenced directly as base image, to avoid mismatches between official node images and these nodegit images.\n\nTags follow the official node image convention, introducing an additional leading versioning component. Images may be referenced as shown below.\n\n`alpine`, as `current-alpine` is built against latest nodegit version only! To use a specific version of nodegit, you have to use a specific version of node.js as well. Omitting a version specification for nodegit will get you `latest`. \n\n*No versioning of alpine versions!* Nodejs and nodegit versioning only.\n\n```\n[\u003cnodegit-version\u003e-][\u003cnode-version\u003e-]alpine\n```\n\n* `alpine`, `current-alpine`, `latest-current-alpine`: latest nodegit version, based on `alpine`/`current-alpine`\n* `lts-alpine`, `latest-lts-alpine`: latest nodegit version, based on `lts-alpine`\n* `\u003cnodegit-version\u003e-lts-alpine`: specified nodegit version, based on `lts-alpine`\n* `\u003cname\u003e-alpine`, `\u003cmajor-version\u003e-alpine`: latest nodegit version, based on respective node image (e.g. `14-alpine`/`fermium-alpine`)\n* `\u003cnodegit-version\u003e-\u003cname\u003e-alpine`, `\u003cnodegit-version\u003e-\u003cmajor-version\u003e-alpine`: specified nodegit version, based on respective node image\n* ⚡ **No explicit `latest` tag!** `node:latest` refers to a debian based image and breaks the naming convention\n\n## platforms\n* `linux/amd64`\n* `linux/arm64`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitmeal%2Fnodegit-alpine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitmeal%2Fnodegit-alpine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitmeal%2Fnodegit-alpine/lists"}