sha256:da8854e39ced5ba96db69d5c53fbb445a53b5ebedbbc86fb6ec82620b290f9ee
OS/ARCH
linux/amd64
Compressed size
269.57 MB
Last pushed
11 months by iraa
Type
Image
Manifest digest
sha256:da8854e39ced5ba96db69d5c53fbb445a53b5ebedbbc86fb6ec82620b290f9ee
Image Layers
1# debian.sh --arch 'amd64' out/28.86 MB2ARG MONGO_MAJOR=7.00 B3ARG MONGO_DIST=bullseye0 B4ENV DEBIAN_FRONTEND=noninteractive0 B5RUN |2 MONGO_MAJOR=7.0 MONGO_DIST=bullseye /bin/sh240.71 MB6COPY backend/mongodb/mongod.conf /etc/mongod.conf # buildkit293 B7COPY backend/mongodb/entrypoint.sh /usr/local/bin/docker-entrypoint.sh # buildkit1.36 KB8COPY backend/mongodb/init-alpha.js /docker-entrypoint-initdb.d/10_memory_alpha.js # buildkit834 B9RUN |2 MONGO_MAJOR=7.0 MONGO_DIST=bullseye /bin/sh1.37 KB10VOLUME [/data/db /data/configdb]0 B11EXPOSE map[27017/tcp:{}]0 B12ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]0 B13CMD ["mongod" "--config" "/etc/mongod.conf"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bullseye' '@1759104000'