From 812fee67cccfe654bc10beba714d7e077980a2fa Mon Sep 17 00:00:00 2001 From: Al Fontaine Date: Thu, 1 Apr 2021 18:10:55 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index dcb69ca..ba0e7a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,15 +12,6 @@ ARG GITLAB_VERSION ARG GITLAB_USER=git ARG DNF_OPTS -LABEL source="https://gitlab.com/gitlab-org/build/CNG/-/tree/master/gitlab-sidekiq" \ - name="GitLab Sidekiq" \ - maintainer="GitLab Distribution Team" \ - vendor="GitLab" \ - version=${GITLAB_VERSION} \ - release=${GITLAB_VERSION} \ - summary="Sidekiq daemon." \ - description="Sidekiq daemon." - ENV SIDEKIQ_CONCURRENCY=25 ENV SIDEKIQ_TIMEOUT=4 -- GitLab