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.
DevOps users are recommended to use those available containers:
noble(linux/amd64andlinux/arm64/v8)
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-arm64v8For 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-arm64v8See in PACKAGES.md
See in CONTRIBUTING.md