diff --git a/Dockerfile b/Dockerfile index cc79e10dca36ae2d2ceda55326bc5d50dc0f41c0..c41fe154f8e4bbeb8ae71ff2d7e63fa9630f9f3d 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