UNCLASSIFIED

Commit 86f9e3eb authored by Michael Simmons's avatar Michael Simmons
Browse files

Fixed ARG

parent 3cd7d43f
Pipeline #65675 passed with stages
in 13 minutes and 3 seconds
......@@ -2,8 +2,7 @@ ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_IMAGE=ironbank/redhat/ubi/ubi8
ARG BASE_TAG=8.2
# FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
FROM localhost/redhat/ubi/ubi8:8.2
FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG}
# add our user and group first to make sure their IDs get assigned consistently, regardless of whatever dependencies get added
RUN groupadd -r mongodb && useradd --no-log-init -r -g mongodb mongodb; \
......
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