{"id":20310946,"url":"https://github.com/progrium/rootbuilder","last_synced_at":"2025-03-04T08:15:17.001Z","repository":{"id":17111163,"uuid":"19877154","full_name":"progrium/rootbuilder","owner":"progrium","description":"Base Docker image for using buildroot to produce a rootfs.tar","archived":false,"fork":false,"pushed_at":"2015-03-20T10:49:00.000Z","size":2152,"stargazers_count":53,"open_issues_count":1,"forks_count":19,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-14T12:15:51.856Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/progrium.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}},"created_at":"2014-05-17T03:15:07.000Z","updated_at":"2025-01-06T02:35:16.000Z","dependencies_parsed_at":"2022-08-24T13:38:30.270Z","dependency_job_id":null,"html_url":"https://github.com/progrium/rootbuilder","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/progrium%2Frootbuilder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progrium%2Frootbuilder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progrium%2Frootbuilder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progrium%2Frootbuilder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/progrium","download_url":"https://codeload.github.com/progrium/rootbuilder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241809614,"owners_count":20023787,"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":[],"created_at":"2024-11-14T17:35:04.934Z","updated_at":"2025-03-04T08:15:16.948Z","avatar_url":"https://github.com/progrium.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rootbuilder\n\nThis is a Docker build environment container for buildroot. You can use this container to produce a root filesystem tar that you can use for building BusyBox containers from scratch. See the example directory for how you'd normally use rootbuilder.\n\n## Using rootbuilder\n\nThe rootbuilder container is just a pre-setup build environment with a ready-to-go buildroot directory. Using this, you can put together an easy workflow to configure and build a rootfs. \n\nAs you can see in the example directory, the Dockerfile is used to make buildroot using a configuration file. The Makefile gives you your main workflow tasks. The `config` task just runs `make nconfig` in rootbuild and pulls out the `.config` file. The `build` task then executes docker build from the Dockerfile, which uses the configuration file, resulting in a container that will have a rootfs artifact that the build task extracts.\n\nIn other words, you can copy the example directory as a directory in your project, then in it run:\n\n\t$ make config\n\nAnd you'll get an interactive menu to define a buildroot configuration. The configuration will get stored in that directory and used when you run:\n\n\t$ make build\n\nWhich will take forever to run, but ultimately put a `rootfs.tar` in the directory. And all the messy stuff happens inside Docker.\n\n## Credit\n\nThis project is inspired by the [tarmakers](https://github.com/radial/core-busyboxplus) by [Brian Clements](https://github.com/brianclements), itself inspired by the original tarmaker work of the venerable [Jérôme Petazzoni](https://github.com/jpetazzo).\n\n## Sponsor\n\nThis project was made possible thanks to [DigitalOcean](http://digitalocean.com).\n\n## License\n\nBSD\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogrium%2Frootbuilder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogrium%2Frootbuilder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogrium%2Frootbuilder/lists"}