From 6ae8a7ccee76eba4d61f6cc5586a91c85abb8a7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erwan=20Herv=C3=A9?= <62173453+Erwan-loot@users.noreply.github.com> Date: Fri, 24 Apr 2026 08:46:53 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20remove=20image.vendor=20label=20?= =?UTF-8?q?=E2=80=94=20nextcloud/docker=20is=20community-maintained?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Erwan Hervé <62173453+Erwan-loot@users.noreply.github.com> --- Dockerfile-debian.template | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile-debian.template b/Dockerfile-debian.template index ee38eb56..41159b0a 100644 --- a/Dockerfile-debian.template +++ b/Dockerfile-debian.template @@ -169,7 +169,6 @@ LABEL org.opencontainers.image.title="Nextcloud" \ org.opencontainers.image.url="https://nextcloud.com" \ org.opencontainers.image.source="https://github.com/nextcloud/docker" \ org.opencontainers.image.documentation="https://hub.docker.com/_/nextcloud" \ - org.opencontainers.image.vendor="Nextcloud GmbH" \ org.opencontainers.image.licenses="AGPL-3.0-or-later" \ org.opencontainers.image.version="%%VERSION%%"