{"id":15132819,"url":"https://github.com/nigh/pico-sdk-docker","last_synced_at":"2026-03-07T09:31:54.756Z","repository":{"id":255195346,"uuid":"848660871","full_name":"Nigh/pico-sdk-docker","owner":"Nigh","description":"a docker version sdk for Raspberry Pi Pico","archived":false,"fork":false,"pushed_at":"2024-08-28T16:39:50.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-09T17:11:27.039Z","etag":null,"topics":["docker","pico","raspberry-pi","raspberry-pi-pico","sdk"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","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/Nigh.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-28T07:04:53.000Z","updated_at":"2024-08-28T16:59:20.000Z","dependencies_parsed_at":"2024-08-28T15:07:12.473Z","dependency_job_id":null,"html_url":"https://github.com/Nigh/pico-sdk-docker","commit_stats":null,"previous_names":["nigh/pico-sdk-docker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nigh%2Fpico-sdk-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nigh%2Fpico-sdk-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nigh%2Fpico-sdk-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nigh%2Fpico-sdk-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nigh","download_url":"https://codeload.github.com/Nigh/pico-sdk-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246096786,"owners_count":20723019,"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":["docker","pico","raspberry-pi","raspberry-pi-pico","sdk"],"created_at":"2024-09-26T04:40:32.696Z","updated_at":"2026-03-07T09:31:54.748Z","avatar_url":"https://github.com/Nigh.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pico-sdk-docker\na docker version sdk for Raspberry Pi Pico\n\n## Usage\n\nFirst, you should pull the image.\n\n```bash\ndocker pull xianii/pico-sdk:latest\n```\n\nThen, visit the [example project](https://github.com/Nigh/pico-docker-example) and follow the instructions.\n\n## Build\n\n\u003e [!WARNING]  \n\u003e Follow the steps below only if you want to build the image locally.\n\n\nThe build uses [chsrc](https://github.com/RubyMetric/chsrc) to speed up apt. In case you want to specific a mirror, visit the chsrc repo for the avaliable mirror list.\n\n```bash\ndocker build -t pico-sdk --build-arg MIRROR=none .\n```\n\n\n## FQ\n\n如果你所在的地区访问apt默认源的速度较慢，可以使用下面的参数通过`chsrc`测速或手动指定一个源。  \nIf you are in a region where access to the apt default source is slow, you can either speed test through `chsrc` or specify a source manually using the following parameters.\n```bash\n# set apt source mirror with speedtest (default)\ndocker build -t pico-sdk .\n# specific a mirror\ndocker build -t pico-sdk --build-arg MIRROR=ustc .\n```\n\n如果你所在的地区访问无法正常访问到GitHub，可以如同下面，使用参数`GITHUB_PROXY`指定一个镜像，这个参数会附加在GitHub的链接之前。  \n不过，由于`pico-sdk`引用了多个submodule，这个方式无法处理到，所以作用有限。  \nIf GitHub is not available in your region, you can specify a mirror as below, using the `GITHUB_PROXY` parameter, which will be appended before the GitHub link.  \nHowever, since `pico-sdk` contains multiple submodules, which cannot be handled in this way, it is only of limited use.\n```bash\ndocker build -t pico-sdk --build-arg MIRROR=ustc --build-arg GITHUB_PROXY=https://ghfast.top/ .\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnigh%2Fpico-sdk-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnigh%2Fpico-sdk-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnigh%2Fpico-sdk-docker/lists"}