UNCLASSIFIED

Commit 7e633257 authored by Jeffrey Weatherford's avatar Jeffrey Weatherford
Browse files

Update Dockerfile to remove label directive to clear the pre-flight warning.

parent 5aba0770
Pipeline #158877 failed with stages
in 30 seconds
...@@ -7,13 +7,6 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} ...@@ -7,13 +7,6 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
ARG VERSION ARG VERSION
LABEL name="Cluster Audit" \
maintainer="DSOP Container Hardening Team" \
vendor="Big Bang" \
version=${VERSION} \
release=${VERSION} \
description="Cluster Auditor Image for Big Bang"
ENV FLUENT_USER fluent ENV FLUENT_USER fluent
USER 0 USER 0
......
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