diff --git a/Dockerfile b/Dockerfile index 90d6c4596bd38dff4194dfb4712f08d0939feabc..63c6f16e262acf2ce7e8d57f60842b63321793a8 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/