Skip to content

Commit a4d1fdf

Browse files
authored
pythongh-124612: Good bye dockerfile and use GHCR package (pythongh-124626)
1 parent 7d3497f commit a4d1fdf

File tree

2 files changed

+1
-27
lines changed

2 files changed

+1
-27
lines changed

.devcontainer/Dockerfile

-24
This file was deleted.

.devcontainer/devcontainer.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
2-
"build": {
3-
"dockerfile": "Dockerfile"
4-
},
2+
"image": "ghcr.io/python/devcontainer:2024.09.25.11038928730",
53
"onCreateCommand": [
64
// Install common tooling.
75
"dnf",

0 commit comments

Comments
 (0)