UNCLASSIFIED

Commit d3102334 authored by Gerard Fulton's avatar Gerard Fulton
Browse files

Merge branch 'pending-approval' into 'master'

Changing "notapproved" to "pending-approval"...

See merge request !3
parents 887ea635 36ea3e24
......@@ -2,7 +2,7 @@ ARG BASE_REGISTRY=registry.access.redhat.com
ARG BASE_IMAGE=ubi7
ARG BASE_TAG=7.7
FROM $BASE_REGISTRY/$BASE_IMAGE:$BASE_TAG
LABEL dcar_status="notapproved"
LABEL dcar_status="pending-approval"
RUN yum install -y --disableplugin=subscription-manager --nogpgcheck java-1.8.0-openjdk-devel curl git unzip && rm -rf /var/cache/yum/*
......
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