From bf6ff34fd95e37cbe760d6374e89ce68039732b9 Mon Sep 17 00:00:00 2001 From: Al Fontaine Date: Mon, 29 Mar 2021 16:06:19 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index 73f6390..efcde8e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,15 +12,6 @@ ARG GITLAB_EXPORTER_VERSION=10.0.0 ARG GITLAB_USER=git ARG DNF_OPTS -LABEL source="https://gitlab.com/gitlab-org/build/CNG/-/tree/master/gitlab-exporter" \ - name="GitLab Exporter" \ - maintainer="GitLab Distribution Team" \ - vendor="GitLab" \ - version=${GITLAB_EXPORTER_VERSION} \ - release=${GITLAB_EXPORTER_VERSION} \ - summary="Prometheus Web exporter for GitLab." \ - description="Prometheus Web exporter for GitLab." - ENV CONFIG_TEMPLATE_DIRECTORY=/var/opt/gitlab-exporter/templates ENV CONFIG_DIRECTORY=/etc/gitlab-exporter ENV CONFIG_FILENAME=gitlab-exporter.yml -- GitLab