8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LABEL
1 parent f700d73 commit 281d19dCopy full SHA for 281d19d
devcontainer/Dockerfile
@@ -1,5 +1,11 @@
1
FROM docker.io/library/fedora:41
2
3
+LABEL org.opencontainers.image.base.name="docker.io/library/fedora:41"
4
+LABEL org.opencontainers.image.source="https://github.com/python/cpython-devcontainers"
5
+LABEL org.opencontainers.image.title="CPython development container"
6
+LABEL org.opencontainers.image.description="CPython development container with the tooling to work on Linux or WASI builds."
7
+LABEL org.opencontainers.image.authors="Brett Cannon"
8
+
9
ARG TARGETARCH
10
11
ENV CC=clang
0 commit comments