{"id":22364179,"url":"https://github.com/jessebraham/espressif-mcuboot-docker","last_synced_at":"2026-07-22T18:31:52.362Z","repository":{"id":265795740,"uuid":"879224228","full_name":"jessebraham/espressif-mcuboot-docker","owner":"jessebraham","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-27T11:35:27.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-04-25T00:00:07.151Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/jessebraham.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":"2024-10-27T10:51:43.000Z","updated_at":"2025-02-16T13:15:17.000Z","dependencies_parsed_at":"2024-12-01T17:21:08.029Z","dependency_job_id":null,"html_url":"https://github.com/jessebraham/espressif-mcuboot-docker","commit_stats":null,"previous_names":["jessebraham/espressif-mcuboot-docker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jessebraham/espressif-mcuboot-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessebraham%2Fespressif-mcuboot-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessebraham%2Fespressif-mcuboot-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessebraham%2Fespressif-mcuboot-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessebraham%2Fespressif-mcuboot-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jessebraham","download_url":"https://codeload.github.com/jessebraham/espressif-mcuboot-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessebraham%2Fespressif-mcuboot-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35773465,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-22T02:00:06.236Z","response_time":124,"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-12-04T17:18:58.423Z","updated_at":"2026-07-22T18:31:52.345Z","avatar_url":"https://github.com/jessebraham.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# espressif-mcuboot-docker\n\nRequired files for building a `Dockerfile` which contains everything necessary to build [mcuboot] for Espressif chips, using [esp-hal-3rdparty] as the HAL layer.\n\nThis is all quite rudimentary still, and there's definitely room for improvement, but it gets the job done for now.\n\n[mcuboot]: https://github.com/mcu-tools/mcuboot\n[esp-hal-3rdparty]: https://github.com/espressif/esp-hal-3rdparty\n\n## Usage\n\nFirst, build the docker image; you may optionally tag the image, as demonstrated below:\n\n```shell\ndocker build -t espressif-mcuboot .\n```\n\nWhich the docker image built, we can spin up a container and enter the build environment. We will mount a local volume so that we can transfer the compiled binaries back to the host system:\n\n```shell\ndocker run --rm -it -v /local/path/to/mount:/build espressif-mcuboot /bin/bash\n```\n\nFrom within the running container, we can invoke the build script. Various environment variables can be set in order to configure the build, see `bootloader.conf` for more information.\n\n```shell\nTARGET=esp32c3 ./build.sh\n# Copy the built binaries out of the container and back into your host system:\ncp -r /mcuboot/boot/espressif/build/mcuboot* /build/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjessebraham%2Fespressif-mcuboot-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjessebraham%2Fespressif-mcuboot-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjessebraham%2Fespressif-mcuboot-docker/lists"}