Multi programming language container image built for interactive development environments like:
NOTE: This image is large, around 5GB in total. This makes it far too big for most large scale uses. But in small scale it seems to work quite well despite its size.
This image is based on Ubuntu (latest LTS)
Language Ecosystem | Version | Included Tools |
---|---|---|
Node | 22.16.0 | nvm, npm |
Python | 3.12.3 | poetry, pipenv, pipx |
Java | 21.0.7 | |
Dotnet | 8.0.117 | |
GO | 1.24.4 | |
Ruby | 3.2.3 | rbenv, gem |
Rust | 1.87.0 | |
Docker | 28.2.2 |
- You are running in a unix-like environment (Linux, MacOS)
- Docker Desktop
Builds the image.
make build
Starts a container form this image and drops you into a shell.
make shell
Attempts to build then publish the image to Docker Hub.
make publish