From d29b1eb650d3d7268b5e1accb2295a47e6554458 Mon Sep 17 00:00:00 2001 From: Al Fontaine Date: Mon, 29 Mar 2021 16:02:28 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Dockerfile b/Dockerfile index 12f8f29..fe968f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,15 +12,6 @@ ARG GITLAB_USER=git ARG GITLAB_DATA=/var/opt/gitlab ARG DNF_OPTS -LABEL source="https://gitlab.com/gitlab-org/build/CNG/-/tree/master/gitlab-rails" \ - name="GitLab Rails" \ - maintainer="GitLab Distribution Team" \ - vendor="GitLab" \ - version=${GITLAB_VERSION} \ - release=${GITLAB_VERSION} \ - summary="Rails container for GitLab." \ - description="Rails container for GitLab." - RUN dnf clean all \ && rm -r /var/cache/dnf \ && dnf ${DNF_OPTS} install -by --nodocs \ -- GitLab