sha256:85c8543f98c94231aadca7079248c8e906143983c5050c5f807cf7ac61c7a92d
OS/ARCH
Compressed size
321.2 MB
Last pushed
about 1 month by svcmongodbofficalcontainerr587
Type
Image
Manifest digest
sha256:a8b391c7ee200ab080f105d74183f54c21ae27bf638846b8f5a17edf1e5a46d1
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.version=22.040 B4ADD file ... in / 26.34 MB5CMD ["/bin/bash"]0 B6LABEL name=MongoDB Base version=8.0.29 summary=MongoDB0 B7RUN /bin/sh -c export DEBIAN_FRONTEND=noninteractive71.53 MB8RUN /bin/sh -c rm -rf570 B9COPY install_base.sh /install_base.sh # buildkit583 B10RUN /bin/sh -c /install_base.sh https://downloads.mongodb.com/compass/mongosh-2.6.0-linux-arm64.tgz155.67 MB11COPY docker-entrypoint.py /usr/local/bin/docker-entrypoint.py # buildkit7.57 KB12LABEL name=MongoDB Standalone version=8.0.29 summary=MongoDB0 B13ARG HOST_UID0 B14ARG HOST_GID0 B15COPY install_mongotools.sh /install_mongotools.sh # buildkit305 B16RUN |2 HOST_UID= HOST_GID= /bin/sh67.65 MB17RUN |2 HOST_UID= HOST_GID= /bin/sh1.78 KB18RUN |2 HOST_UID= HOST_GID= /bin/sh32 B19RUN |2 HOST_UID= HOST_GID= /bin/sh139 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 BCommand
ARG RELEASE