From 207cf26a27bffe14a0c70396cebd39f70bfda43a Mon Sep 17 00:00:00 2001 From: Jeffrey Weatherford Date: Mon, 1 Feb 2021 17:17:29 +0000 Subject: [PATCH] Update Dockerfile to remove the comment line that was causing the pre-flight to throw a warning. --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 47750b7..18e7754 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,8 +4,6 @@ ARG BASE_TAG=1.8.0 FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} -### Required Atomic/OpenShift Labels - https://github.com/projectatomic/ContainerApplicationGenericLabels - USER root ### add licenses to this directory -- GitLab