From bddb35daea659c9c0a8e7f6935816342fa9984d2 Mon Sep 17 00:00:00 2001 From: likegears <30487484+likegears@users.noreply.github.com> Date: Fri, 12 Dec 2025 10:30:55 +0800 Subject: [PATCH] feat: Add OCI label to link package to repository MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 14517e2..ddb45cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,8 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags="-w -s" -o /app/serv # 运行阶段 FROM alpine:3.18 +LABEL org.opencontainers.image.source="https://gitea.likegears.com/likegears/material_texture" + WORKDIR /app # 安装必要的运行时依赖