{"id":19915319,"url":"https://github.com/cmosh/alpine-arm","last_synced_at":"2025-07-29T22:42:24.284Z","repository":{"id":95589853,"uuid":"76168299","full_name":"cmosh/alpine-arm","owner":"cmosh","description":"Alpine base image for arm that can builds on docker hub and other x86 platforms. This is based on resin's debian project","archived":false,"fork":false,"pushed_at":"2017-09-20T09:08:23.000Z","size":1569,"stargazers_count":8,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-03T05:32:51.206Z","etag":null,"topics":["alpine-linux","arm","docker","qemu"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cmosh.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":"2016-12-11T10:45:49.000Z","updated_at":"2024-06-02T12:28:01.000Z","dependencies_parsed_at":"2023-05-21T00:00:34.433Z","dependency_job_id":null,"html_url":"https://github.com/cmosh/alpine-arm","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/cmosh/alpine-arm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmosh%2Falpine-arm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmosh%2Falpine-arm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmosh%2Falpine-arm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmosh%2Falpine-arm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cmosh","download_url":"https://codeload.github.com/cmosh/alpine-arm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmosh%2Falpine-arm/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267773391,"owners_count":24142103,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"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":["alpine-linux","arm","docker","qemu"],"created_at":"2024-11-12T21:39:33.433Z","updated_at":"2025-07-29T22:42:24.269Z","avatar_url":"https://github.com/cmosh.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ARM image for alpine linux [![](https://images.microbadger.com/badges/image/cmosh/alpine-arm.svg)](https://microbadger.com/images/cmosh/alpine-arm \"Get your own image badge on microbadger.com\")\n\nAlpine base image for arm that can builds on docker hub and other x86 platforms. This is based on resin's debian project\n\n## What is Alpine Linux\n\nAlpine Linux is a Linux distribution built around musl libc and BusyBox. The image is only 5 MB in size and has access to a package repository that is much more complete than other BusyBox based images. This makes Alpine Linux a great image base for utilities and even production applications. Read more about Alpine Linux here and you can see how their mantra fits in right at home with Docker images.\n\n## How to use this image\n\nUse like you would any other base image except for one caveat, you need to enclose your __RUN__ portion with:\n\n        FROM foo/bar\n        RUN [ \"cross-build-start\" ]\n        ....\n        RUN [ \"cross-build-end\" ]\n        ENTRYPOINT [\"./foo\"]\n        CMD [\"./bar\"]\n\nLike below:\n\n        FROM cmosh/alpine-arm:3.3\n        RUN [ \"cross-build-start\" ]\n        RUN apk add --no-cache mysql-client\n        RUN [ \"cross-build-end\" ]\n\n        ENTRYPOINT [\"mysql\"]\n\nThis will allow your image to safely build on docker hub.\n\n## Note\n\nThis is experimental and was mainly built for my own personal needs. Kudos to the resin io team, this is based on their hard work, I needed a an alpine based image instead of a debian one, checkout [https://github.com/resin-io-projects/armv7hf-debian-qemu](https://github.com/resin-io-projects/armv7hf-debian-qemu) and the corresponding docker image","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmosh%2Falpine-arm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmosh%2Falpine-arm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmosh%2Falpine-arm/lists"}