https://github.com/axem-solutions/tool_dockerfiles
An open collection of development tool Dockerfiles, specifically tailored for embedded software development.
https://github.com/axem-solutions/tool_dockerfiles
containers development-tools devtools docker dockerfile dockerfiles-linux dockerfiles-windows embedded embedded-tooling tools
Last synced: about 2 months ago
JSON representation
An open collection of development tool Dockerfiles, specifically tailored for embedded software development.
- Host: GitHub
- URL: https://github.com/axem-solutions/tool_dockerfiles
- Owner: axem-solutions
- License: other
- Created: 2022-07-14T14:14:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-04-07T13:19:44.000Z (about 2 months ago)
- Last Synced: 2026-04-07T15:23:13.301Z (about 2 months ago)
- Topics: containers, development-tools, devtools, docker, dockerfile, dockerfiles-linux, dockerfiles-windows, embedded, embedded-tooling, tools
- Language: Dockerfile
- Homepage:
- Size: 40 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Open Tool Dockerfiles
Welcome to **OTD** - an open and collaborative repo for storing and sharing Dockerfiles, specifically tailored for **embedded software development tools**. Our mission is to create a community-driven repository where developers can freely contribute, access, and utilize containerized build systems, debuggers, toolchains and more.
## 📦 What is OTD?
**OTD** is an open-source project designed to host Dockerfiles for a wide range of development tools
used in **embedded software** engineering. If you're looking for a specific tool but can't find it
here, feel free to create a Dockerfile and add it to this repo.
At axem we create container images based on the Dockerfiles in this repository, and push them to our
[Docker Hub](https://hub.docker.com/u/axemsolutions) account. This allows developers to easily pull
and run the images on their local machines.
## 🌟 Key Features
- **Open and Free**: All Dockerfiles are free to use and contribute to. We believe in the power of open collaboration.
- **Community Driven**: Built by the community, for the community. Anyone can contribute new Dockerfiles or improve existing ones.
- **Organized and Searchable**: Dockerfiles are categorized and tagged for easy navigation and discovery.
## 🚀 Contributing
We welcome contributions from everyone. See our [Contribution Guidelines](https://github.com/axem-solutions/tool_dockerfiles/blob/main/.github/CONTRIBUTING.md)
for more information on how to get started.
## 📚 Documentation
For more detailed information on Dockerfiles, please refer to the [official Docker site](https://docs.docker.com/guides/docker-concepts/building-images/writing-a-dockerfile/).
## 💬 Community and Support
Join our [Discord](https://discord.gg/3aHuJBNvrJ) to discuss the project, ask questions, and share your experiences.
## Containerized Tools maintained by others
If a tool provider publishes a container image, we will not duplicate it here. Instead, we will link
to the official image.
Some of the tools we know that are available as container images:
- **Bats**
[Docker Hub - bats/bats](https://hub.docker.com/r/bats/bats)
- **Espressif ESP-IDF**
[Docker Hub - espressif/idf](https://hub.docker.com/r/espressif/idf)
- **Python**
[Docker Hub - python](https://hub.docker.com/_/python)
- **Rust**
[Docker Hub - rust](https://hub.docker.com/_/rust)
- **Yocto Project**
[Docker Hub - crops/poky](https://hub.docker.com/r/yocto/yocto-docker)
- **Zephyr Project**
[Docker Hub - zephyrprojectrtos/zephyr-build](https://hub.docker.com/r/zephyrprojectrtos/zephyr-build)