8000 Add instructions on how to use the dev container image from GHCR by brettcannon · Pull Request #1581 · python/devguide · GitHub
[go: up one dir, main page]

Skip to content

Add instructions on how to use the dev container image from GHCR #1581

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jun 26, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update getting-started/setup-building.rst
Co-authored-by: Petr Viktorin <encukou@gmail.com>
  • Loading branch information
brettcannon and encukou authored Jun 23, 2025
commit 7f75fab777b9a9ec7d7b9906c3986f82188df235
8 changes: 0 additions & 8 deletions getting-started/setup-building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1213,14 +1213,6 @@ Using the pre-built container image
are available from the
`GitHub Container Registry (GHCR) account for the Python org <https://github.com/orgs/python/packages>`__ .

You can download the latest version of the container image via:

.. code-block:: bash

docker pull ghcr.io/python/devcontainer:latest

(Substitute ``podman`` for ``docker`` if you use Podman.)

To run the container and launch a Bash shell, run one of the following commands
in a clone of the CPython repository.

Expand Down
Loading
0