{"id":16368058,"url":"https://github.com/bfren/busybox","last_synced_at":"2026-05-02T10:39:44.549Z","repository":{"id":65382032,"uuid":"530400707","full_name":"bfren/busybox","owner":"bfren","description":"Custom BusyBox builds for Alpine and Debian, built using default BusyBox config and Alpine's patches.","archived":false,"fork":false,"pushed_at":"2025-02-19T13:54:46.000Z","size":149,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-19T14:39:35.410Z","etag":null,"topics":["busybox","debian"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":false,"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/bfren.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":"2022-08-29T21:28:50.000Z","updated_at":"2025-02-19T13:54:50.000Z","dependencies_parsed_at":"2023-10-12T19:37:06.090Z","dependency_job_id":"233efb51-2f3a-46b5-992d-a69cb13ef45f","html_url":"https://github.com/bfren/busybox","commit_stats":{"total_commits":131,"total_committers":1,"mean_commits":131.0,"dds":0.0,"last_synced_commit":"7b5f282972925534fc1c89259cfdc01cb1c4088a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfren%2Fbusybox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfren%2Fbusybox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfren%2Fbusybox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bfren%2Fbusybox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bfren","download_url":"https://codeload.github.com/bfren/busybox/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239868800,"owners_count":19710478,"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","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":["busybox","debian"],"created_at":"2024-10-11T02:51:33.494Z","updated_at":"2026-05-02T10:39:44.542Z","avatar_url":"https://github.com/bfren.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BusyBox\n\n[BusyBox](https://busybox.net) compiled for different Alpine \u0026amp; Debian versions, with default config (Alpine itself excludes certain applets by default).\n\n## Matrix\n\n### Alpine\n\n| BusyBox     | 3.15        | 3.16          | 3.17          | 3.18          | 3.19          | 3.20          | 3.21          | 3.22          | 3.23          |\n| ----------- | :---------: | :-----------: | :-----------: | :-----------: | :-----------: | :-----------: | :-----------: | :-----------: | :-----------: |\n| **1.36.1**  | \u0026check;     | \u0026check;       | \u0026check;       | \u0026check;       | \u0026check;       | \u0026check;       | \u0026check;       | \u0026check;       | \u0026check;       |\n| **1.37.0**  | \u0026check;     | \u0026check;       | \u0026check;       | \u0026check;       | \u0026check;       | \u0026check;       | \u0026check;       | \u0026check;       | \u0026check;       |\n\n### Debian\n\n| BusyBox     | 11 (bullseye) | 12 (bookworm) | 13 (trixie) |\n| ----------- | :-----------: | :-----------: | :---------: |\n| **1.36.1**  | \u0026check;       | \u0026check;       | \u0026check;     |\n| **1.37.0**  | \u0026check;       | \u0026check;       | \u0026check;     |\n\n## Usage\n\nYou can find live examples in my [Debian Docker image](https://github.com/bfren/docker-debian).\n\n```Dockerfile\n# set Debian version\nARG DEBIAN=13.2\nARG VERSION=251218\n\n# use tags to load correct version of BusyBox for your Debian version\nFROM ghcr.io/bfren/busybox:1.36.1-debian${DEBIAN}-${VERSION} AS busybox\n\n# load the same the version of Debian\nFROM debian:${DEBIAN}-slim AS build\n\n# copy busybox executable to /bin\nCOPY --from=busybox / /bin\n\n# run install\nRUN busybox --install\n\n# rest of Dockerfile\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbfren%2Fbusybox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbfren%2Fbusybox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbfren%2Fbusybox/lists"}