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
105ee5f8
Commit
105ee5f8
authored
Aug 05, 2021
by
Olga O
Browse files
change permissions
parent
7415790e
Pipeline
#408363
failed with stages
in 7 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
Dockerfile
Dockerfile
+4
-1
No files found.
Dockerfile
View file @
105ee5f8
...
...
@@ -55,7 +55,10 @@ RUN set -x && \
&& gosu nobody true;
RUN
mkdir
-p
/data/db /data/configdb
\
&&
chown
-R
mongodb:mongodb /data/db /data/configdb
&&
chown
-R
mongodb:mongodb /data/db /data/configdb
&&
\
chmod
o-w licenses/LICENSE
&&
\
chmod
o-w /etc/pki/ca-trust/source/anchors/Certificates_PKCS7_v5.7_DoD.pem
&&
\
chmod
o-w /usr/local/bin/docker-entrypoint.sh
# Disable Ctrl+Alt+Del burst action
RUN
echo
CtrlAltDelBurstAction
=
none
>>
/etc/systemd/system.conf
...
...
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