From 53b88b04e20477a301bb488b74963d332c3536ff Mon Sep 17 00:00:00 2001 From: Al Fontaine Date: Wed, 17 Mar 2021 19:01:38 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index afeddd4..2632cd1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,15 +12,6 @@ ARG GITLAB_SHELL_VERSION=v13.17.0 ARG GITLAB_USER=git ARG DNF_OPTS -LABEL source="https://gitlab.com/gitlab-org/build/CNG/-/tree/master/gitlab-shell" \ - name="GitLab Shell" \ - maintainer="GitLab Distribution Team" \ - vendor="GitLab" \ - version=${GITLAB_SHELL_VERSION} \ - release=${GITLAB_SHELL_VERSION} \ - summary="SSH access and repository management app for GitLab." \ - description="SSH access and repository management app for GitLab." - ADD gitlab-shell.tar.gz / ADD gitlab-logger.tar.gz /usr/local/bin -- GitLab