diff --git a/opencloud/docker/Dockerfile.linux.amd64 b/opencloud/docker/Dockerfile.linux.amd64 index b7b18e34f..17f07fac0 100644 --- a/opencloud/docker/Dockerfile.linux.amd64 +++ b/opencloud/docker/Dockerfile.linux.amd64 @@ -7,10 +7,10 @@ RUN apk add --no-cache attr bash ca-certificates curl inotify-tools libc6-compat echo 'hosts: files dns' >| /etc/nsswitch.conf LABEL maintainer="openCloud GmbH " \ - org.opencontainers.image.title="OpenCloud Pulse" \ + org.opencontainers.image.title="OpenCloud" \ org.opencontainers.image.vendor="OpenCloud GmbH" \ org.opencontainers.image.authors="OpenCloud GmbH" \ - org.opencontainers.image.description="opencloud - OpenCloud Pulse is a modern file-sync and share platform" \ + org.opencontainers.image.description="OpenCloud is a modern file-sync and share platform" \ org.opencontainers.image.licenses="Apache-2.0" \ org.opencontainers.image.documentation="https://github.com/opencloud-eu/opencloud" \ org.opencontainers.image.url="https://hub.docker.com/r/opencloud-eu/opencloud" \ diff --git a/opencloud/docker/Dockerfile.linux.arm64 b/opencloud/docker/Dockerfile.linux.arm64 index 3d0d4ce7b..16fb50073 100644 --- a/opencloud/docker/Dockerfile.linux.arm64 +++ b/opencloud/docker/Dockerfile.linux.arm64 @@ -7,10 +7,10 @@ RUN apk add --no-cache attr bash ca-certificates curl inotify-tools libc6-compat echo 'hosts: files dns' >| /etc/nsswitch.conf LABEL maintainer="openCloud GmbH " \ - org.opencontainers.image.title="OpenCloud Pulse" \ + org.opencontainers.image.title="OpenCloud" \ org.opencontainers.image.vendor="OpenCloud GmbH" \ org.opencontainers.image.authors="OpenCloud GmbH" \ - org.opencontainers.image.description="OpenCloud - OpenCloud Pulse is a modern file-sync and share platform" \ + org.opencontainers.image.description="OpenCloud a modern file-sync and share platform" \ org.opencontainers.image.licenses="Apache-2.0" \ org.opencontainers.image.documentation="https://github.com/opencloud-eu/opencloud" \ org.opencontainers.image.url="https://hub.docker.com/r/opencloud-eu/opencloud" \ diff --git a/opencloud/docker/Dockerfile.linux.debug.amd64 b/opencloud/docker/Dockerfile.linux.debug.amd64 index d679c92d4..baf67c89b 100644 --- a/opencloud/docker/Dockerfile.linux.debug.amd64 +++ b/opencloud/docker/Dockerfile.linux.debug.amd64 @@ -7,10 +7,10 @@ RUN apk add --no-cache attr bash ca-certificates curl delve inotify-tools libc6- echo 'hosts: files dns' >| /etc/nsswitch.conf LABEL maintainer="OpenCloud GmbH " \ - org.opencontainers.image.title="OpenCloud Pulse" \ + org.opencontainers.image.title="OpenCloud" \ org.opencontainers.image.vendor="OpenCloud GmbH" \ org.opencontainers.image.authors="OpenCloud GmbH" \ - org.opencontainers.image.description="OpenCloud - OpenCloud Pulse is a modern file-sync and share platform" \ + org.opencontainers.image.description="OpenCloud is a modern file-sync and share platform" \ org.opencontainers.image.licenses="Apache-2.0" \ org.opencontainers.image.documentation="https://github.com/opencloud-eu/opencloud" \ org.opencontainers.image.url="https://hub.docker.com/r/opencloud-eu/opencloud" \