Skip to content

tfslabs/ubuntu-dev

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.

Available containers

DevOps users are recommended to use those available containers:

  • noble (linux/amd64 and linux/arm64/v8)

Usage

For base images

# 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

# 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

Contribute

See in CONTRIBUTING.md

Contributors 3

  •  
  •  
  •  

Languages