UNCLASSIFIED

Commit 51c94502 authored by Hunter Stevens's avatar Hunter Stevens
Browse files

Merge branch 'development' into 'master'

Development

See merge request !23
parents 40dd2b4e 367abb4c
Pipeline #434054 failed with stages
in 50 minutes and 46 seconds
...@@ -55,12 +55,15 @@ RUN set -x && \ ...@@ -55,12 +55,15 @@ RUN set -x && \
&& gosu nobody true; && gosu nobody true;
RUN mkdir -p /data/db /data/configdb \ 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 /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 # Disable Ctrl+Alt+Del burst action
RUN echo CtrlAltDelBurstAction=none >> /etc/systemd/system.conf RUN echo CtrlAltDelBurstAction=none >> /etc/systemd/system.conf
COPY LICENSE /licenses/ COPY LICENSE /licenses/
RUN chmod o-w /licenses/LICENSE
USER mongodb:mongodb USER mongodb:mongodb
ENTRYPOINT ["docker-entrypoint.sh"] ENTRYPOINT ["docker-entrypoint.sh"]
......
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