https://github.com/tfslabs/ubuntu-dev
Ubuntu Containers for Development
https://github.com/tfslabs/ubuntu-dev
dev-containers devops raspi raspi-dev-container ubuntu ubuntu-dev
Last synced: 3 months ago
JSON representation
Ubuntu Containers for Development
- Host: GitHub
- URL: https://github.com/tfslabs/ubuntu-dev
- Owner: tfslabs
- License: mit
- Created: 2025-12-04T08:47:21.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-12-06T16:47:09.000Z (4 months ago)
- Last Synced: 2025-12-08T00:54:05.117Z (4 months ago)
- Topics: dev-containers, devops, raspi, raspi-dev-container, ubuntu, ubuntu-dev
- Language: Shell
- Homepage: https://hub.docker.com/r/theflightsims/ubuntu-dev
- Size: 51.8 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Ubuntu Containers for Development
This project is intended to normalize the development process, by building a toolset of common development toolchains into a Docker container, with supported architectures.
The build images are based on [Ubuntu LTS images](https://ubuntu.com/containers).
## Available containers
DevOps users are recommended to use those available containers:
- `noble` (`linux/amd64` and `linux/arm64/v8`)
## Usage
> For base images
```bash
# Ubuntu 24.04 LTS (Noble, AMD64)
docker pull theflightsims/ubuntu-dev:noble-amd64
# Ubuntu 24.04 LTS (Noble, ARM64v8)
docker pull theflightsims/ubuntu-dev:noble-arm64v8
```
> For mini images
```bash
# Ubuntu 24.04 LTS (Noble, AMD64)
docker pull theflightsims/ubuntu-dev:noble-mini-amd64
# Ubuntu 24.04 LTS (Noble, ARM64v8)
docker pull theflightsims/ubuntu-dev:noble-mini-arm64v8
```
## Packages installed
See in [PACKAGES.md](./PACKAGES.md)
## Contribute
See in [CONTRIBUTING.md](./CONTRIBUTING.md)