#418 · Primary category: AI Coding Assistants
codex-universal
Base docker image used in Codex environments
Project last updated:05/02/26
GitHub Stars
1.0K
Forks
277
Contributors
17
License
Other
Why we included this project
OpenAI publishes this Docker image as a reference for the base environment Codex runs in, so you can pull it locally and inspect the setup instead of treating the cloud as a black box. It is close to the real thing, though not identical, which makes it useful for debugging why a Codex session behaves differently from your own machine. The image reads CODEX_ENV_* variables to install specific versions of Python, Node, Rust, Go, Swift, Ruby, PHP, or Java, and it bundles common tooling like pyenv, poetry, uv, ruff, and bazelisk. If you want a reproducible container for AI-assisted coding, or plan to build a custom base image that matches your team's language and tooling preferences, this is a solid reference to start from.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.