Commit graph

6 commits

Author SHA1 Message Date
Miss Islington (bot)
357618266b
[3.14] Drop explicit tool installation in the dev container (GH-138211) (GH-138212)
Drop explicit tool installation in the dev container (GH-138211)

This is now handled upstream in the dev container image itself.
(cherry picked from commit d910b93f78)

Co-authored-by: Brett Cannon <brett@python.org>
2025-10-07 21:38:31 +00:00
Brett Cannon
c7326813f5
[3.14] Always use the latest dev container image in devcontainer.json (GH-138003)
This is a manual backport of 14319a99e5 .
2025-10-07 12:07:36 -07:00
Donghee Na
a4d1fdfb15
gh-124612: Good bye dockerfile and use GHCR package (gh-124626) 2024-09-26 12:58:15 -07:00
Brett Cannon
08888650aa
Fix umask test failures under Codespaces (#104913)
Also turn on the Python extension for Python code completions and bump the installed versions of wasmtime and the WASI SDK.
2023-05-25 13:03:55 -07:00
Brett Cannon
c71756fa65
Specify more settings for the C extension of VS Code for dev containers (GH-103229)
Should help with auto-complete.
2023-04-03 16:47:48 -07:00
Brett Cannon
0b1d9c44f1
GH-102973: add a dev container (GH-102975)
On content update, builds `python` and the docs. Also adds a Dockerfile that should include everything but autoconf 2.69 that's necessary to build CPython and the entire stdlib on Fedora.

Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
Co-authored-by: Dusty Phillips <dusty@phillips.codes>
2023-03-29 13:28:08 -07:00