{"id":51464232,"url":"https://github.com/vimcaw/bun-git","last_synced_at":"2026-07-06T09:01:49.112Z","repository":{"id":359018218,"uuid":"1243520843","full_name":"vimcaw/bun-git","owner":"vimcaw","description":"A minimal Docker image combining Bun runtime and Git — nothing more, nothing less.","archived":false,"fork":false,"pushed_at":"2026-05-20T02:51:42.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-20T05:52:24.513Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/vimcaw.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":"2026-05-19T12:20:32.000Z","updated_at":"2026-05-20T02:51:45.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/vimcaw/bun-git","commit_stats":null,"previous_names":["vimcaw/bun-git"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/vimcaw/bun-git","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimcaw%2Fbun-git","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimcaw%2Fbun-git/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimcaw%2Fbun-git/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimcaw%2Fbun-git/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vimcaw","download_url":"https://codeload.github.com/vimcaw/bun-git/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vimcaw%2Fbun-git/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35184015,"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-07-06T02:00:07.184Z","response_time":106,"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":"2026-07-06T09:01:46.871Z","updated_at":"2026-07-06T09:01:49.098Z","avatar_url":"https://github.com/vimcaw.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bun-git\n\nA minimal Docker image combining [Bun](https://bun.sh) runtime and [Git](https://git-scm.com) — nothing more, nothing less.\n\n## Why\n\nThe official `oven/bun` image does not include Git, which makes it inconvenient for\nCI/CD pipelines that need to clone repositories, run install scripts, or interact\nwith version control during the build process.\n\nThis image solves that by copying the Bun binary directly into `alpine/git`,\nkeeping the final image as small as possible (~50MB).\n\n## Usage\n\n```bash\ndocker pull vimcaw/bun-git:latest\n```\n\n```bash\n# Run a Bun script\ndocker run --rm -v $(pwd):/app vimcaw/bun-git bun run index.ts\n\n# Use in your own Dockerfile\nFROM vimcaw/bun-git:latest\n\nWORKDIR /app\nCOPY . .\nRUN bun install\nCMD [\"bun\", \"run\", \"start\"]\n```\n\n## Tags\n\n| Tag | Bun Version | Base |\n|-----|------------|------|\n| `latest` | latest stable | alpine/git |\n| `bun1-alpine` | latest v1.x | alpine/git |\n| `bun{version}-alpine` | locked version | alpine/git |\n\nTags are generated automatically based on the actual Bun version bundled in the image.\n\n```bash\n# Pin to a specific version (recommended for production)\ndocker pull vimcaw/bun-git:bun-1.3.14-alpine\n\n# Track latest v1.x (safe from major version breaking changes)\ndocker pull vimcaw/bun-git:bun-1-alpine\n\n# Always use the latest\ndocker pull vimcaw/bun-git:latest\n```\n\n## Auto Updates\n\nThis image is **rebuilt automatically every week** via GitHub Actions to pick up\nthe latest Bun releases and security patches from the base image.\n\nYou can always find the latest build status in the\n[Actions tab](https://github.com/vimcaw/bun-git/actions).\n\n## What's Included\n\n| Tool | Version |\n|------|---------|\n| `bun` | latest stable |\n| `bunx` | latest stable (symlinked) |\n| `git` | latest alpine stable |\n\n## License\n\n[MIT](./LICENSE) © Changsheng Zhu\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvimcaw%2Fbun-git","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvimcaw%2Fbun-git","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvimcaw%2Fbun-git/lists"}