https://github.com/kunitoki/cxx-docker-images
Docker images for building C++ powered apps
https://github.com/kunitoki/cxx-docker-images
Last synced: over 1 year ago
JSON representation
Docker images for building C++ powered apps
- Host: GitHub
- URL: https://github.com/kunitoki/cxx-docker-images
- Owner: kunitoki
- License: mit
- Created: 2019-02-27T08:32:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T22:30:08.000Z (over 2 years ago)
- Last Synced: 2023-12-16T22:51:45.490Z (over 2 years ago)
- Language: Dockerfile
- Size: 126 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker images for building C++ powered apps
Available images:
- gcc 7, 8, 9, 10, 11, 12, 13, 14
- clang 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18
- android-ndk
* 18, 19, 20, 21, 22 (java11 - SDK 29, 30 - Build Tools 30.0.3)
* 23, 24, 25, 26, 27 (java17 - SDK 34 - Build Tools 33.0.3)
- emscripten 2.0, 3.1
- juce (docker image for building JUCE X11 applications)
- python (docker image for building CPython from source)
## Installed software
All images come with the following packages:
- cmake 3.29.2
- ninja
- ccache
- curl
- git
- python3
## Links
- https://github.com/kunitoki/cxx-docker-images
- https://hub.docker.com/search?q=kunitoki