{"id":18784968,"url":"https://github.com/ghostbar/alpine-devel","last_synced_at":"2026-02-26T06:55:09.729Z","repository":{"id":136418537,"uuid":"52218947","full_name":"ghostbar/alpine-devel","owner":"ghostbar","description":"Hub for all the alpine-related stuff","archived":false,"fork":false,"pushed_at":"2016-02-24T04:43:34.000Z","size":3,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-21T09:12:54.424Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/ghostbar.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}},"created_at":"2016-02-21T17:42:18.000Z","updated_at":"2016-02-21T22:53:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"f0a4ba21-da43-4be5-b92a-8e8c73736926","html_url":"https://github.com/ghostbar/alpine-devel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ghostbar/alpine-devel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostbar%2Falpine-devel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostbar%2Falpine-devel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostbar%2Falpine-devel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostbar%2Falpine-devel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ghostbar","download_url":"https://codeload.github.com/ghostbar/alpine-devel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ghostbar%2Falpine-devel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29851221,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T22:37:40.667Z","status":"online","status_checked_at":"2026-02-26T02:00:06.774Z","response_time":89,"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":"2024-11-07T20:44:35.432Z","updated_at":"2026-02-26T06:55:09.705Z","avatar_url":"https://github.com/ghostbar.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"Hub for all my alpine-pkg stuff\n===============================\n\nWHY?\n----\nI have several alpine related repos and thought it would be good to centralize\nwhat are they and how to use them.\n\nWHAT?\n-----\n\n+ [`resnullius/docker-alpine`](#resnulliusdocker-alpine)\n+ [`resnullius/docker-alpine-devel`](#resnulliusdocker-alpine-devel)\n+ [`resnullius/alpine-devel-howto`](#resnulliusalpine-devel-howto)\n+ [`resnullius/alpine-pkg-orchestrator`](#resnulliusalpine-pkg-orchestrator)\n+ [`alpine-pkg-nodejs`](#alpine-pkg-nodejs)\n+ [`alpine-pkg-nodejs-lts`](#alpine-pkg-nodejs-lts)\n+ [`alpine-pkg-radare2`](#alpine-pkg-radare2)\n\n\nTIRED OF GETTING UNTRUSTED SIGNATURE\n------------------------------------\n\nMy key is in this repository, it's called `me@ghostbar.co-56c80129.rsa.pub` and\nadding it to your `/etc/apk/keys` will remove the need to add\n`--allow-untrusted` while installing the packages built on my repos.\n\n\u003ca href=\"#resnullius-docker-alpine\"\u003e\u003c/a\u003e\nRESNULLIUS/DOCKER-ALPINE\n------------------------\n\nI wanted to have nice reproducible alpine images for my `armv7l` devices, and\nended up making so much changes to\n[`gliderlabs/alpine`](https://github.com/gliderlabs/alpine) that I made a fork\nand published it. The major difference besides `armv7l` support is that is\norganized very differently and right now just the builder looks similar to the\noriginal from `gliderlabs/alpine`. The `edge` tags are built daily for `armv7l`\nand `x86_64`.\n\nThe repositories and docs on how to use it are at\n[`resnullius/docker-alpine`](https://github.com/resnullius/docker-alpine)\n\n\u003ca href=\"#resnullius-docker-alpine-devel\"\u003e\u003c/a\u003e\nRESNULLIUS/DOCKER-ALPINE-DEVEL\n------------------------------\n\nI love to make packages for alpine, it ends up being the lightest way to get\napplications into alpine, so I needed a reliable way to build them for different\nversions and quick. So this project: be born 🌄. It spits a ready to be published\nrepo with signed `APKINDEX.tar.gz` which makes easier the distribution.\n\nIt depends on\n[`resnullius/docker-alpine`](https://github.com/resnullius/docker-alpine) so\nthat means it can build packages in `armv7l` and `x86_64`. Ain't that nice? The\n`edge` tags are built daily for `armv7l` and `x86_64`.\n\nThe repositores and docs on how to use it are at\n[`resnullius/docker-alpine-devel`](https://github.com/resnullius/docker-alpine-devel),\nbut the best way to use it is just in the next title ;-).\n\n\u003ca href=\"#resnullius-alpine-devel-howto\"\u003e\u003c/a\u003e\nRESNULLIUS/ALPINE-DEVEL-HOWTO\n-----------------------------\n\nWhat good makes a tool without an easy way to use it? I wrote a script that you\nput in your `~/bin/` and it builds the packages like magic for you. You just\nneed to change the `APKBUILD` and run it. That's all. It's quite well documented\nand I'm improving constantly it since I use it a lot.\n\nThe repository is on\n[`resnullius/alpine-devel-howto`](https://github.com/resnullius/alpine-devel-howto)\nand the `README` works as the main documentation point, tho the script itself\nspits lots of info with the `--help`.\n\nWith this is that I build the packages on the list below.\n\n\u003ca href=\"#resnullius-alpine-pkg-orchestrator\"\u003e\u003c/a\u003e\nRESNULLIUS/ALPINE-PKG-ORCHESTRATOR\n----------------------------------\n\nI wanted to build everything at the same time, so I made this little script in\norder to reproduce, easily, what I've made with alpine-pkg-nodjs and\nalpine-pkg-nodejs-lts using the `alpine-build-pkg` script from\n[`resnullius/alpine-devel-howto`](https://github.com/resnullius/alpine-devel-howto).\n\nThe repository is on\n[`resnullius/alpine-pkg-orchestrator`](https://github.com/resnullius/alpine-pkg-orchestrator)\nand the `README` works as the main documentation point and the `--help` on the\nscript itself.\n\n\u003ca href=\"#alpine-pkg-nodejs\"\u003e\u003c/a\u003e\nALPINE-PKG-NODEJS\n-----------------\n\nI use nodejs a lot, and you can't get the stable version on the repos for 3.2\nand 3.3; so why not build a repo for it? Here it is, it comes with the\ncorresponding `libuv` package in the version that supports.\n\nThe repo is at\n[`ghostbar/alpine-pkg-nodejs`](https://github.com/ghostbar/alpine-pkg-nodejs).\n\n\u003ca href=\"#alpine-pkg-nodejs-lts\"\u003e\u003c/a\u003e\nALPINE-PKG-NODEJS-LTS\n---------------------\n\nAnd getting the correct version of nodejs when you want LTS can be hard,\nsometimes. So this repository corrects this fact, delivering the same version\nover all the alpine versions available (from 3.2).\n\nThe repo is at\n[`ghostbar/alpine-pkg-nodejs-lts`](https://github.com/ghostbar/alpine-pkg-nodejs-lts).\n\nALPINE-PKG-RADARE2\n------------------\n\nGet the latest [`radare2`](http://www.radare.org) even if you are not using\n`edge`!\n\nThe repo is at\n[`ghostbar/alpine-pkg-radare2`](https://github.com/ghostbar/alpine-pkg-radare2).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghostbar%2Falpine-devel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fghostbar%2Falpine-devel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fghostbar%2Falpine-devel/lists"}