diff --git a/Dockerfile b/Dockerfile index 0ff418cfd021894573fb83a5ce45a7916ebd7a62..1b96c5819a1954a4770ca02e332e2875ab225e40 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,15 +12,6 @@ ARG MAILROOM_VERSION=0.0.8 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/