From e08b6305585b9b47c91a9d2669e4f27f804fc200 Mon Sep 17 00:00:00 2001 From: Al Fontaine Date: Mon, 29 Mar 2021 16:05:14 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7432707..8e40206 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,15 +12,6 @@ ARG MAILROOM_VERSION=0.0.9 ARG GITLAB_USER=git ARG DNF_OPTS -LABEL source="https://gitlab.com/gitlab-org/build/CNG/-/tree/master/gitlab-mailroom" \ - name="GitLab Mailroom" \ - maintainer="GitLab Distribution Team" \ - vendor="GitLab" \ - version=${MAILROOM_VERSION} \ - release=${MAILROOM_VERSION} \ - summary="A configuration based process that will idle on IMAP connections and execute a delivery method when a new message is received." \ - description="A configuration based process that will idle on IMAP connections and execute a delivery method when a new message is received." - ADD gitlab-mailroom.tar.gz / COPY scripts/ /scripts/ -- GitLab