{"id":23399734,"url":"https://github.com/dynamist/busybox-builder","last_synced_at":"2026-03-20T01:19:13.837Z","repository":{"id":39867969,"uuid":"169574636","full_name":"dynamist/busybox-builder","owner":"dynamist","description":"Busybox with SELinux support","archived":false,"fork":false,"pushed_at":"2023-03-30T04:58:47.000Z","size":37,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-14T15:47:08.765Z","etag":null,"topics":["busybox","selinux","static-binary","static-build"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/dynamist.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":"2019-02-07T13:18:56.000Z","updated_at":"2024-05-21T13:10:56.000Z","dependencies_parsed_at":"2025-02-14T15:47:05.485Z","dependency_job_id":null,"html_url":"https://github.com/dynamist/busybox-builder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dynamist%2Fbusybox-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dynamist%2Fbusybox-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dynamist%2Fbusybox-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dynamist%2Fbusybox-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dynamist","download_url":"https://codeload.github.com/dynamist/busybox-builder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247918936,"owners_count":21018043,"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","selinux","static-binary","static-build"],"created_at":"2024-12-22T10:16:19.828Z","updated_at":"2026-01-21T18:05:53.948Z","avatar_url":"https://github.com/dynamist.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Busybox Builder\n\nStatically build Busybox with SELinux support.\n\n    $ make -C alpine\n    $ make -C centos\n    $ make -C ubuntu\n\nFind the binary in e.g. `./alpine/busybox`.\n\nThis is the result:\n\n```console\n$ file */busybox\nalpine/busybox: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, stripped\ncentos/busybox: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), statically linked, for GNU/Linux 2.6.32, BuildID[sha1]=8654e5d47bd4c6f95bbd2525fd95c6a4acda94c1, stripped\nubuntu/busybox: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), statically linked, for GNU/Linux 3.2.0, BuildID[sha1]=89ea53f99378bee7c21d4af2f8f3d17f4e855569, stripped\n$ ldd */busybox\nalpine/busybox:\n        statically linked\ncentos/busybox:\n        not a dynamic executable\nubuntu/busybox:\n        not a dynamic executable\n$ for busybox in */busybox; do checksec -f $busybox; done\nRELRO           STACK CANARY      NX            PIE             RPATH      RUNPATH      Symbols         FORTIFY Fortified       Fortifiable  FILE\nFull RELRO      No canary found   NX enabled    PIE enabled     No RPATH   No RUNPATH   No Symbols      No      0               0       alpine/busybox\nRELRO           STACK CANARY      NX            PIE             RPATH      RUNPATH      Symbols         FORTIFY Fortified       Fortifiable  FILE\nPartial RELRO   No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   No Symbols      No      0               0       centos/busybox\nRELRO           STACK CANARY      NX            PIE             RPATH      RUNPATH      Symbols         FORTIFY Fortified       Fortifiable  FILE\nPartial RELRO   No canary found   NX enabled    No PIE          No RPATH   No RUNPATH   No Symbols      No      0               0       ubuntu/busybox\n```\n\nSizes of Busybox version 1.31.1:\n\n```console\n$ size */busybox\n   text    data     bss     dec     hex filename\n1732134   17383   20377 1769894  1b01a6 alpine/busybox\n3393165    9045   46411 3448621  349f2d centos/busybox\n3673677   39721   43803 3757201  395491 ubuntu/busybox\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdynamist%2Fbusybox-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdynamist%2Fbusybox-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdynamist%2Fbusybox-builder/lists"}