{ "id": "postgres", "version": "3.0.0", "name": "Python 3 & PostgreSQL", "description": "Develop applications with Python 3 and PostgreSQL. Includes a Python application container and PostgreSQL server.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/postgres", "publisher": "Dev Container Spec Maintainers", "licenseURL": "https://github.com/devcontainers/templates/blob/main/LICENSE", "options": { "imageVariant": { "type": "string", "description": "Python version (use -trixie, -bookworm, or -bullseye variants on local arm64/Apple Silicon):", "proposals": [ "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" ], "default": "3.14-trixie" } }, "platforms": ["Python"], "optionalPaths": [ ".github/*" ] }