From 587b48020068ac8bd49f61416338060b05993c01 Mon Sep 17 00:00:00 2001 From: Dmitry Prudnikov Date: Sat, 5 Sep 2026 22:29:38 +0300 Subject: [PATCH] chore(docker): name the maintainer as the image vendor --- packages/gitlab-mcp/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gitlab-mcp/Dockerfile b/packages/gitlab-mcp/Dockerfile index e31a66744..86dc85a3b 100644 --- a/packages/gitlab-mcp/Dockerfile +++ b/packages/gitlab-mcp/Dockerfile @@ -171,7 +171,7 @@ CMD ["sse"] # ============================================================================ LABEL org.opencontainers.image.title="GitLab MCP Server" LABEL org.opencontainers.image.description="Advanced GitLab MCP server" -LABEL org.opencontainers.image.vendor="sw.foundation" +LABEL org.opencontainers.image.vendor="Dmitry Prudnikov" LABEL org.opencontainers.image.authors="Dmitry Prudnikov " LABEL org.opencontainers.image.url="https://github.com/structured-world/gitlab-mcp" LABEL org.opencontainers.image.documentation="https://github.com/structured-world/gitlab-mcp/blob/main/README.md"