Skip to content

Commit 261ae43

Browse files
authored
Merge pull request #99 from a5chin/feature/label
Add label
2 parents 9c7d7ea + 03df0ab commit 261ae43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ FROM ghcr.io/astral-sh/uv:$UV_VERSION AS uv
77
FROM mcr.microsoft.com/vscode/devcontainers/base:debian
88
LABEL maintainer="a5chin <[email protected]>"
99
LABEL org.opencontainers.image.description="Dev Container for Python development with uv-based dependency management and environment configuration."
10+
LABEL org.opencontainers.image.licenses=MIT
11+
LABEL org.opencontainers.image.source=https://github.com/a5chin/python-uv
1012

1113
ENV PYTHONDONTWRITEBYTECODE=True \
1214
PYTHONUNBUFFERED=True \

0 commit comments

Comments
 (0)