From 462f67fa0836998e2c614e2acc5b83958c0d89a5 Mon Sep 17 00:00:00 2001 From: Al Fontaine Date: Tue, 30 Mar 2021 21:10:22 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index 90d6c45..63c6f16 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,15 +12,6 @@ ARG GITALY_SERVER_VERSION=v13.10.0 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