dev container image for python, including features.
36
{
"name": "Python 3",
"image": "mcr.microsoft.com/devcontainers/python:1-3.10-bookworm",
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {},
"ghcr.io/meaningful-ooo/devcontainer-features/fish:1": {},
"ghcr.io/devcontainers-contrib/features/poetry:2": {}
}
}
devcontainer build --workspace-folder . --image-name dengmingcong/dev-python:3.10
docker push dengmingcong/dev-python:3.10
Content type
Image
Digest
sha256:ff85f98b8…
Size
577.2 MB
Last updated
over 2 years ago
docker pull dengmingcong/dev-python:3.10