UNCLASSIFIED

Commit 207cf26a authored by Jeffrey Weatherford's avatar Jeffrey Weatherford
Browse files

Update Dockerfile to remove the comment line that was causing the pre-flight to throw a warning.

parent 98934c66
Pipeline #148674 failed with stages
in 13 minutes and 42 seconds
...@@ -4,8 +4,6 @@ ARG BASE_TAG=1.8.0 ...@@ -4,8 +4,6 @@ ARG BASE_TAG=1.8.0
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
### Required Atomic/OpenShift Labels - https://github.com/projectatomic/ContainerApplicationGenericLabels
USER root USER root
### add licenses to this directory ### add licenses to this directory
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment