{"id":21070736,"url":"https://github.com/microbit-foundation/docker-daplink","last_synced_at":"2026-03-19T18:43:46.987Z","repository":{"id":75374465,"uuid":"436224036","full_name":"microbit-foundation/docker-daplink","owner":"microbit-foundation","description":"🐳 Docker image to create replicable DAPLink builds","archived":false,"fork":false,"pushed_at":"2022-02-11T15:26:07.000Z","size":11,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-24T00:43:14.251Z","etag":null,"topics":[],"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/microbit-foundation.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":"2021-12-08T11:33:43.000Z","updated_at":"2023-08-15T14:44:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"a92551fc-edfd-4ef1-9f6b-d8e88967dcf0","html_url":"https://github.com/microbit-foundation/docker-daplink","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/microbit-foundation/docker-daplink","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microbit-foundation%2Fdocker-daplink","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microbit-foundation%2Fdocker-daplink/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microbit-foundation%2Fdocker-daplink/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microbit-foundation%2Fdocker-daplink/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/microbit-foundation","download_url":"https://codeload.github.com/microbit-foundation/docker-daplink/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microbit-foundation%2Fdocker-daplink/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29047069,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T10:09:22.136Z","status":"ssl_error","status_checked_at":"2026-02-03T10:09:16.814Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-19T18:48:09.091Z","updated_at":"2026-02-03T14:01:50.435Z","avatar_url":"https://github.com/microbit-foundation.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DAPLink Toolchain Docker Image\n\n🐳 A Docker image to create repeatable\n[DAPLink](https://github.com/ARMmbed/DAPLink) builds.\n\n\n## Building DAPLink with this image\n\n(Optional) You can first pull the image version you want to use:\n\n```\ndocker pull ghcr.io/microbit-foundation/daplink:2022.01.1\n```\n\nClone and navigate to the desired branch of the DAPLink project:\n\n```\ngit clone https://github.com/mbedmicro/DAPLink\n```\n\n```\ncd DAPLink\n```\n\n```\ngit checkout -b develop origin/develop\n```\n\nBuild the required DAPLink project, for micro:bit V2.0:\n\n```\ndocker run -v $(pwd):/home --rm ghcr.io/microbit-foundation/daplink:2022.01.1 python tools/progen_compile.py -t make_gcc_arm kl27z_microbit_if\n```\n\nmicro:bit V2.2:\n```\ndocker run -v $(pwd):/home --rm ghcr.io/microbit-foundation/daplink:2022.01.1 python tools/progen_compile.py -t make_gcc_arm nrf52820_microbit_if\n```\n\nmicro:bit V1:\n```\ndocker run -v $(pwd):/home --rm ghcr.io/microbit-foundation/daplink:2022.01.1 python tools/progen_compile.py -t make_gcc_arm kl26z_microbit_if\n```\n\n\n## Building and running this image locally\n\n```\ndocker build -t \"daplink-toolchain\" .\n```\n\n```\ndocker run --name daplink-toolchain-container -it --entrypoint /bin/bash daplink-toolchain\n```\n\n\n## DAPLink Python dependencies used\n\nThese Docker images contain the DAPLink Python dependencies pre-installed as\nspecified in the [requirements.txt](requirements.txt) file.\n\nThis file is generated by pip installing a DAPLink requirements.txt file and\nthen pip freezing. This is done because the DAPLink file generally only pins a\nfew versions and does not include subdependencies.\n\nMore info included at the top of the [requirements.txt](requirements.txt) file.\n\n\n## Versioning\n\nThese images use a [CalVer](https://calver.org/) variant: YYYY.MM.MINOR\n\n\n## License\n\nThis project is under the MIT open source license. It was forked from\n[carlosperate/docker-microbit-toolchain](https://github.com/carlosperate/docker-microbit-toolchain)\nat commit\n[2637ab7570fe77c352189249a865b3241b880d67](https://github.com/carlosperate/docker-microbit-toolchain/tree/2637ab7570fe77c352189249a865b3241b880d67).\n\n[SPDX-License-Identifier: MIT](LICENSE)\n\n\n## Code of Conduct\n\nTrust, partnership, simplicity and passion are our core values we live and\nbreathe in our daily work life and within our projects. Our open-source\nprojects are no exception. We have an active community which spans the globe\nand we welcome and encourage participation and contributions to our projects\nby everyone. We work to foster a positive, open, inclusive and supportive\nenvironment and trust that our community respects the micro:bit code of\nconduct. Please see our [code of conduct](https://microbit.org/safeguarding/)\nwhich outlines our expectations for all those that participate in our\ncommunity and details on how to report any concerns and what would happen\nshould breaches occur.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrobit-foundation%2Fdocker-daplink","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrobit-foundation%2Fdocker-daplink","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrobit-foundation%2Fdocker-daplink/lists"}