From f010001c4772d780d145577a957edf0f748d2d86 Mon Sep 17 00:00:00 2001 From: Al Fontaine Date: Mon, 29 Mar 2021 16:04:00 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index e344557..f21e7f6 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