From a9ffd35bbcf492223e3fe7329dd27cbb910ac12c Mon Sep 17 00:00:00 2001 From: Viktor Scharf Date: Wed, 15 Jan 2025 12:35:44 +0100 Subject: [PATCH] fix --- opencloud/docker/Dockerfile.linux.amd64 | 2 +- opencloud/docker/Dockerfile.linux.debug.amd64 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opencloud/docker/Dockerfile.linux.amd64 b/opencloud/docker/Dockerfile.linux.amd64 index f9f1f793e..b7b18e34f 100644 --- a/opencloud/docker/Dockerfile.linux.amd64 +++ b/opencloud/docker/Dockerfile.linux.amd64 @@ -6,7 +6,7 @@ ARG REVISION="" RUN apk add --no-cache attr bash ca-certificates curl inotify-tools libc6-compat mailcap tree vips patch && \ echo 'hosts: files dns' >| /etc/nsswitch.conf -LABEL maintainer="openCloud GmbH " \ +LABEL maintainer="openCloud GmbH " \ org.opencontainers.image.title="OpenCloud Pulse" \ org.opencontainers.image.vendor="OpenCloud GmbH" \ org.opencontainers.image.authors="OpenCloud GmbH" \ diff --git a/opencloud/docker/Dockerfile.linux.debug.amd64 b/opencloud/docker/Dockerfile.linux.debug.amd64 index 5c0ff1e4e..d679c92d4 100644 --- a/opencloud/docker/Dockerfile.linux.debug.amd64 +++ b/opencloud/docker/Dockerfile.linux.debug.amd64 @@ -6,7 +6,7 @@ ARG REVISION="" RUN apk add --no-cache attr bash ca-certificates curl delve inotify-tools libc6-compat mailcap tree vips patch && \ echo 'hosts: files dns' >| /etc/nsswitch.conf -LABEL maintainer="OpenCloud GmbH " \ +LABEL maintainer="OpenCloud GmbH " \ org.opencontainers.image.title="OpenCloud Pulse" \ org.opencontainers.image.vendor="OpenCloud GmbH" \ org.opencontainers.image.authors="OpenCloud GmbH" \