📦 Docker image with installed compilers, interpreters and sandbox.
1.4K
A high-performance, modernized Docker image containing compilers, interpreters, and the Isolate sandbox. Designed for competitive programming platforms and online judges.
docker build -t yozuru/judge0-compilers:latest .
Run the included test suite to verify all compilers are compiling and executing code correctly:
bin/run-tests
Expect output:
--- C (Clang 21) ---
Hello, Yozuru
--- C++ (GCC 15.2) ---
Hello, Yozuru
...
| Language | Version | Source | Standards |
|---|---|---|---|
| C | GCC 15.2 / Clang 21 | Official Docker Images | C23 (-std=c23) |
| C++ | GCC 15.2 / Clang 21 | Official Docker Images | C++23 (-std=c++23) |
| Java | 21 / 25 | Eclipse Temurin | OpenJDK |
| Python | 3.14.2 | Official Slim Image | Standard |
| Node.js | 24.13.0 | Official Slim Image | Standard |
| Kotlin | 1.9.0 / 2.3.0 | GitHub Releases | JVM |
| Bash | 5.2.37 | Debian Bookworm | Standard |
The project includes a generate_json.py script to generate a db.json configuration file for use with Judge0 or compatible systems.
This project is licensed under the GNU General Public License v3.0.
Original work Copyright (C) 2017 Herman Zvonimir Došilović.
Modifications Copyright (C) 2026 Yozuru.
See LICENSE for details.
Content type
Image
Digest
sha256:ad3334128…
Size
1.1 GB
Last updated
8 months ago
docker pull yozuru/judge0-compilers