UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
O
Opensource
MongoDB
MongoDB
Commits
86f9e3eb
Commit
86f9e3eb
authored
Oct 30, 2020
by
Michael Simmons
Browse files
Fixed ARG
parent
3cd7d43f
Pipeline
#65675
passed with stages
in 13 minutes and 3 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
Dockerfile
Dockerfile
+1
-2
No files found.
Dockerfile
View file @
86f9e3eb
...
...
@@ -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
;
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment