diff --git a/Dockerfile b/Dockerfile index 74327075cadcfdafbdfbb4322a6c5d6b5610c2d7..8e402062c200a7fc519579036d7c8a70ebf5880a 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/