{ "version": "3.2.2", "variants": [ "3.14-trixie", "3.13-trixie", "3.12-trixie", "3.11-trixie", "3.10-trixie", "3.14-bookworm", "3.13-bookworm", "3.12-bookworm", "3.11-bookworm", "3.10-bookworm" ], "build": { "latest": "3.14-trixie", "rootDistro": "debian", "architectures": { "3.14-trixie": [ "linux/amd64", "linux/arm64" ], "3.13-trixie": [ "linux/amd64", "linux/arm64" ], "3.12-trixie": [ "linux/amd64", "linux/arm64" ], "3.11-trixie": [ "linux/amd64", "linux/arm64" ], "3.10-trixie": [ "linux/amd64", "linux/arm64" ], "3.14-bookworm": [ "linux/amd64", "linux/arm64" ], "3.13-bookworm": [ "linux/amd64", "linux/arm64" ], "3.12-bookworm": [ "linux/amd64", "linux/arm64" ], "3.11-bookworm": [ "linux/amd64", "linux/arm64" ], "3.10-bookworm": [ "linux/amd64", "linux/arm64" ] }, "tags": [ "python:${VERSION}-${VARIANT}" ], "variantTags": { "3.14-trixie": [ "python:${VERSION}-3.14", "python:${VERSION}-3", "python:${VERSION}-3-trixie", "python:${VERSION}-trixie" ], "3.13-trixie": [ "python:${VERSION}-3.13" ], "3.12-trixie": [ "python:${VERSION}-3.12" ], "3.11-trixie": [ "python:${VERSION}-3.11" ], "3.10-trixie": [ "python:${VERSION}-3.10" ], "3.14-bookworm": [ "python:${VERSION}-3-bookworm", "python:${VERSION}-bookworm" ] } }, "dependencies": { "image": "python:${VARIANT}", "imageLink": "https://hub.docker.com/_/python", "apt": [ { "cgIgnore": false, "name": "yarn" } ], "git": { "Oh My Zsh!": "/home/vscode/.oh-my-zsh", "nvm": "/usr/local/share/nvm" }, "pipx": [ "pylint", "flake8", "autopep8", "black", "yapf", "mypy", "pydocstyle", "pycodestyle", "bandit", "virtualenv", "pipx" ], "pip": [ "setuptools", "gitpython", "jaraco.context", "wheel" ], "languages": { "Python": { "cgIgnore": true, "path": "/usr/local" } }, "other": { "git": {} } } }