Docker image for OpenAI Codex environments
Top 62.4% on sourcepulse
This repository provides a reference Docker image for the OpenAI Codex environment, enabling developers to customize and debug their setups locally. It aims to replicate the core components of the Codex development environment, facilitating a smoother workflow for users of OpenAI's coding tools.
How It Works
The image utilizes environment variables (e.g., CODEX_ENV_PYTHON_VERSION
, CODEX_ENV_NODE_VERSION
) to dynamically configure and install specified language runtimes and associated tools like pyenv
, poetry
, corepack
, and yarn
. This approach allows for flexible customization of the development environment, mirroring the capabilities of the actual Codex platform.
Quick Start & Requirements
docker pull ghcr.io/openai/codex-universal:latest
docker run --rm -it -e CODEX_ENV_PYTHON_VERSION=3.12 ... ghcr.io/openai/codex-universal:latest
Highlighted Details
pyenv
, poetry
, uv
, ruff
, black
, mypy
, pyright
, isort
for Python; corepack
, yarn
, pnpm
, npm
for Node.js.Maintenance & Community
No specific community links or maintenance details are provided in the README.
Licensing & Compatibility
The repository does not explicitly state a license in the provided README.
Limitations & Caveats
This image is a reference implementation and not an identical environment to OpenAI Codex. Specific version support for languages is limited to those listed in the documentation.
2 months ago
Inactive