From 03df0abf14fe2e44272334a61f586ed7772593cf Mon Sep 17 00:00:00 2001 From: a5chin <81167661+a5chin@users.noreply.github.com> Date: Sun, 24 Aug 2025 00:38:49 +0900 Subject: [PATCH] add: label --- .devcontainer/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 9cbd80e9..53e58147 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -7,6 +7,8 @@ FROM ghcr.io/astral-sh/uv:$UV_VERSION AS uv FROM mcr.microsoft.com/vscode/devcontainers/base:debian LABEL maintainer="a5chin " LABEL org.opencontainers.image.description="Dev Container for Python development with uv-based dependency management and environment configuration." +LABEL org.opencontainers.image.licenses=MIT +LABEL org.opencontainers.image.source=https://github.com/a5chin/python-uv ENV PYTHONDONTWRITEBYTECODE=True \ PYTHONUNBUFFERED=True \