sha256:67bdde80ebab35309563e00b67fa3d8bb03d1030ba03841afa61d6e5db6781b5
OS/ARCH
linux/amd64
Compressed size
912.61 MB
Last pushed
about 2 months by touv
Type
Image
Manifest digest
sha256:e4c7a49d1847108adaa44980449b8fe2c016c190cfa808fadc9e6cfe9dda72dd
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=22.040 B4ADD file ... in / 28.36 MB5CMD ["/bin/bash"]0 B6LABEL name=MongoDB Base version=8.3.7 summary=MongoDB0 B7RUN /bin/sh -c export DEBIAN_FRONTEND=noninteractive71.94 MB8RUN /bin/sh -c rm -rf563 B9COPY install_base.sh /install_base.sh # buildkit585 B10RUN /bin/sh -c /install_base.sh https://downloads.mongodb.com/compass/mongosh-2.6.0-linux-x64.tgz146.48 MB11COPY docker-entrypoint.py /usr/local/bin/docker-entrypoint.py # buildkit7.57 KB12LABEL name=MongoDB Standalone version=8.3.7 summary=MongoDB0 B13ARG HOST_UID0 B14ARG HOST_GID0 B15COPY install_mongotools.sh /install_mongotools.sh # buildkit305 B16RUN |2 HOST_UID= HOST_GID= /bin/sh68.63 MB17RUN |2 HOST_UID= HOST_GID= /bin/sh1.78 KB18RUN |2 HOST_UID= HOST_GID= /bin/sh32 B19RUN |2 HOST_UID= HOST_GID= /bin/sh138 B20VOLUME [/data/db /data/configdb]0 B21ENV HOME=/data/db0 B22USER mongodb0 B23ENV GLIBC_TUNABLES=glibc.pthread.rseq=00 B24ENTRYPOINT ["python3" "/usr/local/bin/docker-entrypoint.py"]0 B25EXPOSE map[27017/tcp:{}]0 B26CMD ["mongod"]0 B27USER root0 B28ARG S6_OVERLAY_VERSION=3.1.6.20 B29ADD https://github.com/just-containers/s6-overlay/releases/download/v3.1.6.2/s6-overlay-noarch.tar.xz /tmp/ # buildkit6.32 KB30ADD https://github.com/just-containers/s6-overlay/releases/download/v3.1.6.2/s6-overlay-x86_64.tar.xz /tmp/ # buildkit625.33 KB31RUN |1 S6_OVERLAY_VERSION=3.1.6.2 /bin/sh -c2.36 MB32COPY /mongot-community /mongot-community # buildkit297.11 MB33RUN |1 S6_OVERLAY_VERSION=3.1.6.2 /bin/sh -c297.11 MB34COPY mongod.conf /etc/mongod.conf # buildkit361 B35COPY init-mongo.sh /bin/ # buildkit682 B36COPY mongot.conf /mongot-community/config.default.yml # buildkit405 B37COPY pwfile /mongot-community/pwfile # buildkit168 B38COPY s6-config/s6-rc.d /etc/s6-overlay/s6-rc.d # buildkit903 B39RUN |1 S6_OVERLAY_VERSION=3.1.6.2 /bin/sh -c698 B40EXPOSE [27017/tcp 27028/tcp 8080/tcp 9946/tcp]0 B41RUN |1 S6_OVERLAY_VERSION=3.1.6.2 /bin/sh -c235 B42ENTRYPOINT ["/init"]0 BCommand
ARG RELEASE