From 63a5a1edcee864d00397ca36f6c51c8243eb91cd Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 14 Mar 2023 19:38:14 +0100 Subject: [PATCH] Remove the "Docker" part in the name --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6345081..326c83e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ ENTRYPOINT ["crond", "-f", "-d", "5"] CMD [] # Add image labels -LABEL org.opencontainers.image.title="docker-backup-duplicity" +LABEL org.opencontainers.image.title="backup-duplicity" LABEL org.opencontainers.image.description="Backup solution for Docker volumes based on Duplicity" LABEL org.opencontainers.image.licenses="AGPL-3.0-or-later" LABEL org.opencontainers.image.url="https://github.com/Steffo99/docker-backup-duplicity"