https://github.com/stablecoder/foe-build-images
https://github.com/stablecoder/foe-build-images
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stablecoder/foe-build-images
- Owner: StableCoder
- License: apache-2.0
- Created: 2020-10-25T23:43:12.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T23:20:26.000Z (10 months ago)
- Last Synced: 2025-02-25T00:25:23.336Z (10 months ago)
- Language: PowerShell
- Size: 84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FoE Build Images
[](https://git.stabletec.com/foe/build-images/commits/main)
[](https://github.com/StableCoder/foe-build-images/tree/main/LICENSE)
[](https://hub.docker.com/r/stabletec/build-foe/)
[](https://hub.docker.com/r/stabletec/build-foe/)
The Dockers images generated from this repository are used for building the FoE-Engine project.
## Supported tags and respective `Dockerfile` links
- [`arch` (Dockerfile)](https://github.com/StableCoder/foe-build-images/tree/main/arch/)
- [`debian` (Dockerfile)](https://github.com/StableCoder/foe-build-images/tree/main/debian/)
- [`fedora` (Dockerfile)](https://github.com/StableCoder/foe-build-images/tree/main/fedora/)
- [`msys-ltsc2022-clang64`, `msys-ltsc2022-mingw64`, `msys-ltsc2022-ucrt64` (Dockerfile)](https://github.com/StableCoder/foe-build-images/tree/main/msys-ltsc2022)
- [`msys-ltsc2025-clang64`, `msys-ltsc2025-mingw64`, `msys-ltsc2025-ucrt64` (Dockerfile)](https://github.com/StableCoder/foe-build-images/tree/main/msys-ltsc2025)
- [`opensuse` (Dockerfile)](https://github.com/StableCoder/foe-build-images/tree/main/opensuse/)
- [`ubuntu` (Dockerfile)](https://github.com/StableCoder/foe-build-images/tree/main/ubuntu/)
- [`windows-ltsc2022`, `windows-ltsc2022-vs2022`, `windows-ltsc2022-vs2019` (Dockerfile)](https://github.com/StableCoder/foe-build-images/tree/main/windows-ltsc2022/)
- [`windows`, `windows-ltsc2025`, `windows-ltsc2025-vs2022`, `windows-ltsc2025-vs2019` (Dockerfile)](https://github.com/StableCoder/foe-build-images/tree/main/windows-ltsc2025/)
## Architecture Support
| OS | amd64 | arm64 | ppc64le | s390x | riscv64 |
| -------------- | ----- | ----- | ------- | ----- | ------- |
| Arch (SteamOS) | X | | | | |
| Debian | X | X | X | X | |
| Fedora | X | X | X | X | |
| MSYS/MinGW | X | | | | |
| openSUSE | X | X | X | X | |
| Ubtuntu | X | X | X | X | X |
| Windows | X | | | | |
## Included Libraries
- [Assimp](https://github.com/assimp/assimp)
- [Bullet Physics](https://github.com/bulletphysics/bullet3)
- [Catch](https://github.com/catchorg/Catch2)
- [fmt](https://github.com/fmtlib/fmt)
- [freeimage](https://freeimage.sourceforge.io/)
- [GLFW3](https://glfw.org)
- [glm](https://github.com/g-truc/glm)
- [libevent](https://libevent.org/)
- [libsodium](https://doc.libsodium.org/)
- [OpenXR](https://www.khronos.org/OpenXR/)
- [Vulkan](https://www.khronos.org/vulkan/)
- [Yaml-cpp](https://github.com/jbeder/yaml-cpp)