{"id":18893263,"url":"https://github.com/ernoaapa/linuxkit-server","last_synced_at":"2025-04-15T00:31:45.743Z","repository":{"id":54881344,"uuid":"114513871","full_name":"ernoaapa/linuxkit-server","owner":"ernoaapa","description":"Simple build server for Linuxkit","archived":false,"fork":false,"pushed_at":"2018-03-24T16:05:19.000Z","size":1619,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T12:51:13.606Z","etag":null,"topics":["arm","golang","linuxkit"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/ernoaapa.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":"2017-12-17T06:09:30.000Z","updated_at":"2022-08-08T22:54:02.000Z","dependencies_parsed_at":"2022-08-14T05:31:27.083Z","dependency_job_id":null,"html_url":"https://github.com/ernoaapa/linuxkit-server","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ernoaapa%2Flinuxkit-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ernoaapa%2Flinuxkit-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ernoaapa%2Flinuxkit-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ernoaapa%2Flinuxkit-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ernoaapa","download_url":"https://codeload.github.com/ernoaapa/linuxkit-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248984318,"owners_count":21193724,"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":["arm","golang","linuxkit"],"created_at":"2024-11-08T08:12:47.350Z","updated_at":"2025-04-15T00:31:41.922Z","avatar_url":"https://github.com/ernoaapa.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Linuxkit-server\n\n`linuxkit-server` is light wrapper around [moby](https://github.com/moby/tool) to build [linuxkit](https://github.com/linuxkit/linuxkit) operating systems. You can use it to build for example ARM distros in remote server when you cannot do it locally. [EliotOS](https://github.com/ernoaapa/eliot-os) project uses this to create ARM build in CircleCI.\n\n\u003csub\u003eBuilt with ❤︎ by [Erno Aapa](https://github.com/ernoaapa) and [contributors](https://github.com/ernoaapa/eliot/contributors)\u003c/sub\u003e\n\n## Usage\n`linuxkit-server` provides simple HTTP API, where you can POST the linuxkit yaml definition and it will respond with tar file which contains the build output files.\n\n\n### API\n**POST** `/linuxkit/{name}/build/{format}`\n\nCreate new build with `{name}` and create `{format}` output. See [linuxkit]() documentation for all format options\n\n### Example\nHere's simple example, download `minimal.yml` from linuxkit repository, post it to `linuxkit-server` for building and untar the result to current directory.\n\n```shell\ncurl https://raw.githubusercontent.com/linuxkit/linuxkit/master/examples/minimal.yml \\\n  | curl --fail -X POST --data-binary @- http://localhost:8000/linuxkit/example/build/kernel+initrd \\\n  | tar xvz\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fernoaapa%2Flinuxkit-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fernoaapa%2Flinuxkit-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fernoaapa%2Flinuxkit-server/lists"}