Sign inSign up

sebsan89/coder

By sebsan89

Updated over 1 year ago

Ubuntu-based image with Node.js 22 LTS, Rust, and Python 3.13 pre-installed for development.

Image
0

213

sebsan89/coder repository overview

This Docker image is built upon codercom/enterprise-base:ubuntu and provides a ready-to-use development environment featuring:

  • Node.js 22 LTS (installed via NodeSource)
  • Rust (installed via rustup)
  • Python 3.13 (compiled from source)
✅ Features
  • Pre-configured for full-stack development with modern language runtimes.
  • Suitable for development, CI/CD pipelines, and educational purposes.
  • Based on a stable Ubuntu environment.
🚀 Quick Start
docker pull sebsan89/coder:lastest
docker run -it sebsan89/coder:lastest bash
node -v        # Check Node.js version
rustc --version  # Check Rust version
python3.13 --version  # Check Python version
🧱 Tags
  • latest – Includes Node.js 22, Rust stable, and Python 3.13.
  • dev – Variant with additional development tools (e.g., git, vim).
📚 Resources

Tag summary

Content type

Image

Digest

sha256:964c933c9

Size

844.5 MB

Last updated

over 1 year ago

docker pull sebsan89/coder