diff options
author | Victor Näslund <victor@sunet.se> | 2022-11-16 19:09:46 +0100 |
---|---|---|
committer | Victor Näslund <victor@sunet.se> | 2022-11-16 19:09:46 +0100 |
commit | 43e87d84b15d12d52a4dcde6e80426cbd17e3d6f (patch) | |
tree | 18cef29b77973053522a67677121789ebe032285 /data/mongodb_container | |
parent | 4a56b3aae4114db731eff725e2c6292371a9b8ae (diff) |
auth and CLI done
Diffstat (limited to 'data/mongodb_container')
-rw-r--r-- | data/mongodb_container/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/mongodb_container/Dockerfile b/data/mongodb_container/Dockerfile index f37d2a3..e163593 100644 --- a/data/mongodb_container/Dockerfile +++ b/data/mongodb_container/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bullseye-20221024-slim@sha256:76cdda8fe5eb597ef5e712e4c9a9f5f1fb119e69f353daaa7bd6d0f6e66e541d +FROM debian:bullseye-20221114-slim@sha256:df172d92d287ec4d4a538e5db8026fcde5f91f5f90061423d69d6148ff05cc47 EXPOSE 27017 @@ -20,7 +20,7 @@ RUN find / -xdev -perm /6000 -type f -exec chmod a-s {} \; || true COPY ./data/mongodb_entrypoint.sh /mongodb_entrypoint.sh COPY ./data/init-mongodb.js /init-mongodb.js COPY ./data/healthcheck-mongodb.js /healthcheck-mongodb.js -COPY ./src/collector/healthcheck.sh /healthcheck.sh +COPY ./src/soc_collector/healthcheck.sh /healthcheck.sh USER mongodb |