From 586d17eeb190f0b6614ff62b4b9a2f07507d2926 Mon Sep 17 00:00:00 2001 From: Al Fontaine Date: Wed, 17 Mar 2021 19:03:18 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index ca92670..40934fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,15 +12,6 @@ ARG GITALY_SERVER_VERSION=v13.9.3 ARG GITLAB_USER=git ARG DNF_OPTS -LABEL source="https://gitlab.com/gitlab-org/build/CNG/-/tree/master/gitaly" \ - name="Gitaly" \ - maintainer="GitLab Distribution Team" \ - vendor="GitLab" \ - version=${GITALY_SERVER_VERSION} \ - release=${GITALY_SERVER_VERSION} \ - summary="Gitaly is a Git RPC service for handling all the git calls made by GitLab." \ - description="Gitaly is a Git RPC service for handling all the git calls made by GitLab." - ADD gitaly.tar.gz / COPY scripts/ /scripts/ -- GitLab