# build-containers
**Repository Path**: HALOBING/build-containers
## Basic Information
- **Project Name**: build-containers
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: ISC
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-07-21
- **Last Updated**: 2024-07-21
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Docker Images for C++ Toolchains
## Images
### purplekarrot/base
This is the base for other toolchain images. From [Debian 11](https://www.debian.org/releases/bullseye/) with [CMake](https://cmake.org/) and [Ninja](https://ninja-build.org/).
### purplekarrot/x86-64-linux-gnu
Uses the [GNU compiler](https://gcc.gnu.org/) and targets the amd64 architecture.
### purplekarrot/aarch64-linux-gnu
Uses the [GNU compiler](https://gcc.gnu.org/) and targets the arm64 architecture.
### purplekarrot/arm-linux-gnueabihf
Uses the [GNU compiler](https://gcc.gnu.org/) and targets the armhf architecture.
### purplekarrot/android-ndk
Contains the [Android NDK](https://developer.android.com/ndk/index.html).
### purplekarrot/android-standalone
Contains a [standalone toolchain](https://developer.android.com/ndk/guides/standalone_toolchain.html).
### purplekarrot/clang-11
Contains [Clang](http://clang.llvm.org/), [Clang-Tidy](http://clang.llvm.org/extra/clang-tidy/), and [Include-What-You-Use](https://include-what-you-use.org/) in version 11.
### purplekarrot/clang-11-clazy
Same as purplekarrot/clang-11, but uses [Clazy](https://github.com/KDE/clazy) as the C++ compiler.
### purplekarrot/mingw-w64-i686
Uses MinGW to target 32bit Windows. It uses [Wine](https://www.winehq.org/) as crosscompiling emulator and [NSIS](http://nsis.sourceforge.net/) to create packages.
### purplekarrot/mingw-w64-x86-64
Uses MinGW to target 64bit Windows. It uses [Wine](https://www.winehq.org/) as crosscompiling emulator and [NSIS](http://nsis.sourceforge.net/) to create packages.