Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit281d19d

Browse files
authored
AddLABEL data to the devcontainer (#49)
1 parentf700d73 commit281d19d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎devcontainer/Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
FROM docker.io/library/fedora:41
22

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+
39
ARG TARGETARCH
410

511
ENV CC=clang

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp