Namespace
library
Image / Tag
mongo:4.0.18
Content Digest
sha256:2b3786afcf64e2c17a6c77dec6056f76fdf9a816119fb793ca14440abdc4e029
Details
Created

2020-04-24 21:59:49 UTC

Size

147 MB

Content Digest
Environment
GOSU_VERSION

1.12

GPG_KEYS

9DA31620334BD75D9DCB49F368818C72E52529D4

JSYAML_VERSION

3.13.1

MONGO_MAJOR

4.0

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.0.18

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:e92ed755c008afc1863a616a5ba743b670c09c1698f7328f05591932452a425f - 28.78% (42.2 MB)

[#001] sha256:b9fd7cb1ff8f489cf082781b0e1fe0c13b840e20147e8fc8204b4592da7c2f70 - 0.0% (526 Bytes)

[#002] sha256:ee690f2d57a128744cf4c5b52646ad0ba7a5af113d9d7e0e02b62c06d35fd14c - 0.0% (853 Bytes)

[#003] sha256:53e3366ec435596bed2563cc882ba47ec25df6be2b1027e3243e83589c667c1e - 0.0% (170 Bytes)

[#004] sha256:2ef060c38165fe8e3bbd64fa5d00a9b1048a5f26720f798520783676e6da549f - 0.0% (1.94 KB)

[#005] sha256:a3640a82a5d85e12c636ee0b293ff9a4c0291adb4adb1b7b8fea5ddd7e21cab7 - 1.92% (2.81 MB)

[#006] sha256:9b7a110209be387d3a81e03bc924c9e46c91541946ca9e7092ec9881847eb348 - 0.85% (1.24 MB)

[#007] sha256:b6711959a41df17809aefa497b493d4092d7552afc3cb06ca2041293cd672871 - 0.0% (115 Bytes)

[#008] sha256:a2ee1a54d416a025682b9866dddb1e1753ac8e873aa7a216610aab6905ee28e1 - 0.0% (1.39 KB)

[#009] sha256:656aceafd7b5e01602496c9ca4e55e425bb8138f102a862ad833830327b5bfb0 - 0.0% (235 Bytes)

[#010] sha256:1d2abb3b91b37e782d0d4af1e23858d1d13986772e778144f087552d6c950119 - 68.44% (100 MB)

[#011] sha256:a922c8a6198f43f9e23b9b0c3e4beb77a0b953f73bad8fe9abed435e242a443e - 0.0% (139 Bytes)

[#012] sha256:2ce025523c4e84a60fc8ddc6249e82195c5a24ddf34ea705e827a832edafc1ac - 0.0% (3.86 KB)


History
2020-04-24 01:08:29 UTC

/bin/sh -c #(nop) ADD file:4fe14d9555e739e4d006eecb273a2f4a53e6dbe93bd0db26d5f999168b5d4114 in /

2020-04-24 01:08:31 UTC

/bin/sh -c rm -rf /var/lib/apt/lists/*

2020-04-24 01:08:33 UTC

/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests

2020-04-24 01:08:35 UTC

/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container

2020-04-24 01:08:35 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2020-04-24 21:58:40 UTC

/bin/sh -c groupadd -r mongodb && useradd -r -g mongodb mongodb

2020-04-24 21:58:48 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates jq numactl ; if ! command -v ps > /dev/null; then apt-get install -y --no-install-recommends procps; fi; rm -rf /var/lib/apt/lists/*

2020-04-24 21:58:48 UTC

/bin/sh -c #(nop) ENV GOSU_VERSION=1.12

2020-04-24 21:58:48 UTC

/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.1

2020-04-24 21:59:00 UTC

/bin/sh -c set -ex; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends wget ; if ! command -v gpg > /dev/null; then apt-get install -y --no-install-recommends gnupg dirmngr; savedAptMark="$savedAptMark gnupg dirmngr"; elif gpg --version | grep -q '^gpg (GnuPG) 1\.'; then apt-get install -y --no-install-recommends gnupg-curl; fi; rm -rf /var/lib/apt/lists/*; dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')"; wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch"; wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.asc"; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4; gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc; wget -O /js-yaml.js "https://github.com/nodeca/js-yaml/raw/${JSYAML_VERSION}/dist/js-yaml.js"; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; chmod +x /usr/local/bin/gosu; gosu --version; gosu nobody true

2020-04-24 21:59:00 UTC

/bin/sh -c mkdir /docker-entrypoint-initdb.d

2020-04-24 21:59:26 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=9DA31620334BD75D9DCB49F368818C72E52529D4

2020-04-24 21:59:27 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; for key in $GPG_KEYS; do gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done; gpg --batch --export $GPG_KEYS > /etc/apt/trusted.gpg.d/mongodb.gpg; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME"; apt-key list

2020-04-24 21:59:27 UTC

/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org

2020-04-24 21:59:27 UTC

/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org

2020-04-24 21:59:27 UTC

/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org

2020-04-24 21:59:28 UTC

/bin/sh -c #(nop) ENV MONGO_MAJOR=4.0

2020-04-24 21:59:28 UTC

/bin/sh -c #(nop) ENV MONGO_VERSION=4.0.18

2020-04-24 21:59:29 UTC

/bin/sh -c echo "deb http://$MONGO_REPO/apt/ubuntu xenial/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR multiverse" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list"

2020-04-24 21:59:47 UTC

/bin/sh -c set -x && export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install -y ${MONGO_PACKAGE}=$MONGO_VERSION ${MONGO_PACKAGE}-server=$MONGO_VERSION ${MONGO_PACKAGE}-shell=$MONGO_VERSION ${MONGO_PACKAGE}-mongos=$MONGO_VERSION ${MONGO_PACKAGE}-tools=$MONGO_VERSION && rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/mongodb && mv /etc/mongod.conf /etc/mongod.conf.orig

2020-04-24 21:59:48 UTC

/bin/sh -c mkdir -p /data/db /data/configdb && chown -R mongodb:mongodb /data/db /data/configdb

2020-04-24 21:59:48 UTC

/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]

2020-04-24 21:59:48 UTC

/bin/sh -c #(nop) COPY file:c3beae20a29d6d69ecab76830068690f9c4f9d77d82eb60160db72670df64615 in /usr/local/bin/

2020-04-24 21:59:49 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2020-04-24 21:59:49 UTC

/bin/sh -c #(nop) EXPOSE 27017

2020-04-24 21:59:49 UTC

/bin/sh -c #(nop) CMD ["mongod"]

Details
Created

2020-06-10 18:58:17 UTC

Size

5.76 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

8f326aff375480941e48852314fbfd4e4e186de6556d753cf09b890ab9241ecf

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-4.0.18-signed.msi

MONGO_VERSION

4.0.18


Layers

[#000] sha256:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 65.83% (3.79 GB)

[#001] sha256:375fbabb84945635805b46a02a17ac15a3177bcaae7404cfab5f1ceb0460cb60 - 26.91% (1.55 GB)

[#002] sha256:30efe9163d37226b077b25cd93b088cebd2ddbaadf173d143b9fe0ddecaeae53 - 0.0% (1.12 KB)

[#003] sha256:2b51b25133003096cdbf8d61eae1277aa154b1b06a02fa39b59266aa2c680fa2 - 0.0% (1.12 KB)

[#004] sha256:f4fda980d923317dd70eaad93d08e1ab8d33dfa7655a269bce12ab9d8eccf49b - 0.0% (1.12 KB)

[#005] sha256:3569e5ab8b731ba3b5d5a8c1050ce3a9d7eb53a49fb95f599703b3326eee0fc2 - 0.0% (1.12 KB)

[#006] sha256:dbfe218ad24930c8f126ac4fc972a045e310a1615267df56cac11810520040ee - 7.26% (428 MB)

[#007] sha256:8c3b1f6ab7c2302b647413a99313a4f1b0bb811827be04716b90534693a38092 - 0.0% (1.1 KB)

[#008] sha256:fd667cce715896d9fb3e19e4ee143925e0760c1e4a832312ffbcbddeef1cd870 - 0.0% (1.12 KB)

[#009] sha256:0883248dc0f956c2b2f974cee3cddf85699a9bea3b1522ccf03cfd4593ced081 - 0.0% (1.09 KB)


History
2016-11-19 17:05:00 UTC

Apply image 1607-RTM-amd64

2020-06-01 18:53:00 UTC

Install update ltsc2016-amd64

2020-06-10 12:52:06 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]

2020-06-10 18:40:22 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.0.18

2020-06-10 18:40:23 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-4.0.18-signed.msi

2020-06-10 18:40:24 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=8f326aff375480941e48852314fbfd4e4e186de6556d753cf09b890ab9241ecf

2020-06-10 18:58:13 UTC

powershell -Command $ErrorActionPreference = 'Stop'; Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; (New-Object System.Net.WebClient).DownloadFile($env:MONGO_DOWNLOAD_URL, 'mongo.msi'); if ($env:MONGO_DOWNLOAD_SHA256) { Write-Host ('Verifying sha256 ({0}) ...' -f $env:MONGO_DOWNLOAD_SHA256); if ((Get-FileHash mongo.msi -Algorithm sha256).Hash -ne $env:MONGO_DOWNLOAD_SHA256) { Write-Host 'FAILED!'; exit 1; }; }; Write-Host 'Installing ...'; Start-Process msiexec -Wait -ArgumentList @( '/i', 'mongo.msi', '/quiet', '/qn', 'INSTALLLOCATION=C:\mongodb', 'ADDLOCAL=all' ); $env:PATH = 'C:\mongodb\bin;' + $env:PATH; [Environment]::SetEnvironmentVariable('PATH', $env:PATH, [EnvironmentVariableTarget]::Machine); Write-Host 'Verifying install ...'; Write-Host ' mongo --version'; mongo --version; Write-Host ' mongod --version'; mongod --version; Write-Host 'Removing ...'; Remove-Item C:\mongodb\bin\*.pdb -Force; Remove-Item C:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2020-06-10 18:58:14 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]

2020-06-10 18:58:15 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017

2020-06-10 18:58:17 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]

Details
Created

2020-06-10 19:13:47 UTC

Size

2.22 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

8f326aff375480941e48852314fbfd4e4e186de6556d753cf09b890ab9241ecf

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-4.0.18-signed.msi

MONGO_VERSION

4.0.18


Layers

[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 72.2% (1.6 GB)

[#001] sha256:666079ee04606f07f4a27dd98526f5049ef8fed93e347d8b4c447b0d5060c77d - 24.19% (549 MB)

[#002] sha256:b11029314f3c794dc51e43c915b3e62f6b44aeb96f84b8b92f453e61cf7a2cb3 - 0.0% (1.1 KB)

[#003] sha256:f5a6c6757672169735de76d2361cf43526efa3f59b42ed0c0bf9349236f396cb - 0.0% (1.09 KB)

[#004] sha256:8702ff0e4e4264583ea59113151c8c92cb38e6fb7b4be1653f24ba397f0498d9 - 0.0% (1.1 KB)

[#005] sha256:5f6946c6fcb48ec391635f0f84c483332bccd6436fba258f68146c276d36be81 - 0.0% (1.12 KB)

[#006] sha256:f2c661caccdf52623ffad942aaca710d66a35562447346a6ac8456f23b3eb413 - 3.61% (82 MB)

[#007] sha256:9610d1c4d22e4b5829fb6272cf781fc89780a5c2603fd24f37994be45a768513 - 0.0% (1.1 KB)

[#008] sha256:5d8266235afc3391a60252851ab7b09f7c46310c25a7692e51000a87ed5e7b23 - 0.0% (1.12 KB)

[#009] sha256:86bff72329cccc5687cdecee77fd065a971d8e65c7788cc8340f8d5274fd830f - 0.0% (1.16 KB)


History
2020-05-07 05:09:25 UTC

Apply image 1809-RTM-amd64

2020-06-04 01:48:42 UTC

Install update 1809-amd64

2020-06-10 12:43:08 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]

2020-06-10 18:58:25 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=4.0.18

2020-06-10 18:58:26 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-4.0.18-signed.msi

2020-06-10 18:58:27 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=8f326aff375480941e48852314fbfd4e4e186de6556d753cf09b890ab9241ecf

2020-06-10 19:13:44 UTC

powershell -Command $ErrorActionPreference = 'Stop'; Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; (New-Object System.Net.WebClient).DownloadFile($env:MONGO_DOWNLOAD_URL, 'mongo.msi'); if ($env:MONGO_DOWNLOAD_SHA256) { Write-Host ('Verifying sha256 ({0}) ...' -f $env:MONGO_DOWNLOAD_SHA256); if ((Get-FileHash mongo.msi -Algorithm sha256).Hash -ne $env:MONGO_DOWNLOAD_SHA256) { Write-Host 'FAILED!'; exit 1; }; }; Write-Host 'Installing ...'; Start-Process msiexec -Wait -ArgumentList @( '/i', 'mongo.msi', '/quiet', '/qn', 'INSTALLLOCATION=C:\mongodb', 'ADDLOCAL=all' ); $env:PATH = 'C:\mongodb\bin;' + $env:PATH; [Environment]::SetEnvironmentVariable('PATH', $env:PATH, [EnvironmentVariableTarget]::Machine); Write-Host 'Verifying install ...'; Write-Host ' mongo --version'; mongo --version; Write-Host ' mongod --version'; mongod --version; Write-Host 'Removing ...'; Remove-Item C:\mongodb\bin\*.pdb -Force; Remove-Item C:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2020-06-10 19:13:45 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]

2020-06-10 19:13:46 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017

2020-06-10 19:13:47 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]

Details
Created

2020-04-24 16:18:37 UTC

Size

137 MB

Content Digest
Environment
GOSU_VERSION

1.12

GPG_KEYS

9DA31620334BD75D9DCB49F368818C72E52529D4

JSYAML_VERSION

3.13.1

MONGO_MAJOR

4.0

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.0.18

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:ca96533948cdaf1fc84922a44248fcf915a3f526b46555bb96090bed658b00d7 - 27.89% (38.1 MB)

[#001] sha256:9c72780e1c95403020a1883a1054d9d48b7a5ad2d940ba2d57ae211369a19685 - 0.0% (472 Bytes)

[#002] sha256:0d962f0171bca79269769ac242507e3f65f2dcbb86de35ecaf164d37b8a89c9d - 0.0% (854 Bytes)

[#003] sha256:179f057dc5a95fd6368cf61fa48d9e2d85af21b750813b8dd17b7ad44752c342 - 0.0% (170 Bytes)

[#004] sha256:5d0a8e99e85782df175a29b1bde536a79db756966637facaf915cc8e16f38691 - 0.0% (1.94 KB)

[#005] sha256:a46d993ee733e416b83e56bc49a2736148b105b73cc7553c80fc2aaa7df313b1 - 1.73% (2.36 MB)

[#006] sha256:c1b49e909411104c2ebb353f5cd8c52434864e5d144971b58f81c3780a4cd037 - 0.86% (1.18 MB)

[#007] sha256:dcd9944fff526a6c05418546fe52dfcdcf7b391b22af046c09426b603f2e7154 - 0.0% (149 Bytes)

[#008] sha256:3c9cfbc7523eafd818f49310c0660145f99ef417b5e33fc14dde1a4e9c691e89 - 0.0% (1.4 KB)

[#009] sha256:176c609d312b2670f8da9e72294f1c225dafe5c5bacf1d01b76370affcf3a0ad - 0.0% (238 Bytes)

[#010] sha256:c8ebf85bcab66a237a422958c4176d323878d5a01f16373925994a14b03decbc - 69.52% (95 MB)

[#011] sha256:4a8e46255fbd40183c4b284dbe92b867b802541e61f0457464eb134faae1f4e8 - 0.0% (169 Bytes)

[#012] sha256:2fc8fcc8a0a1a416a06738f37c1af475d21581ce7f1d91a46f67b033ca21ea39 - 0.0% (3.86 KB)


History
2020-04-24 00:20:42 UTC

/bin/sh -c #(nop) ADD file:24038b6c5a9bab991785fab56202fc43de85e0749e57fcfc361de8aeff302309 in /

2020-04-24 00:20:48 UTC

/bin/sh -c rm -rf /var/lib/apt/lists/*

2020-04-24 00:20:53 UTC

/bin/sh -c set -xe && echo '#!/bin/sh' > /usr/sbin/policy-rc.d && echo 'exit 101' >> /usr/sbin/policy-rc.d && chmod +x /usr/sbin/policy-rc.d && dpkg-divert --local --rename --add /sbin/initctl && cp -a /usr/sbin/policy-rc.d /sbin/initctl && sed -i 's/^exit.*/exit 0/' /sbin/initctl && echo 'force-unsafe-io' > /etc/dpkg/dpkg.cfg.d/docker-apt-speedup && echo 'DPkg::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' > /etc/apt/apt.conf.d/docker-clean && echo 'APT::Update::Post-Invoke { "rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true"; };' >> /etc/apt/apt.conf.d/docker-clean && echo 'Dir::Cache::pkgcache ""; Dir::Cache::srcpkgcache "";' >> /etc/apt/apt.conf.d/docker-clean && echo 'Acquire::Languages "none";' > /etc/apt/apt.conf.d/docker-no-languages && echo 'Acquire::GzipIndexes "true"; Acquire::CompressionTypes::Order:: "gz";' > /etc/apt/apt.conf.d/docker-gzip-indexes && echo 'Apt::AutoRemove::SuggestsImportant "false";' > /etc/apt/apt.conf.d/docker-autoremove-suggests

2020-04-24 00:20:56 UTC

/bin/sh -c mkdir -p /run/systemd && echo 'docker' > /run/systemd/container

2020-04-24 00:20:58 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2020-04-24 16:16:27 UTC

/bin/sh -c groupadd -r mongodb && useradd -r -g mongodb mongodb

2020-04-24 16:16:42 UTC

/bin/sh -c set -eux; apt-get update; apt-get install -y --no-install-recommends ca-certificates jq numactl ; if ! command -v ps > /dev/null; then apt-get install -y --no-install-recommends procps; fi; rm -rf /var/lib/apt/lists/*

2020-04-24 16:16:43 UTC

/bin/sh -c #(nop) ENV GOSU_VERSION=1.12

2020-04-24 16:16:43 UTC

/bin/sh -c #(nop) ENV JSYAML_VERSION=3.13.1

2020-04-24 16:17:08 UTC

/bin/sh -c set -ex; savedAptMark="$(apt-mark showmanual)"; apt-get update; apt-get install -y --no-install-recommends wget ; if ! command -v gpg > /dev/null; then apt-get install -y --no-install-recommends gnupg dirmngr; savedAptMark="$savedAptMark gnupg dirmngr"; elif gpg --version | grep -q '^gpg (GnuPG) 1\.'; then apt-get install -y --no-install-recommends gnupg-curl; fi; rm -rf /var/lib/apt/lists/*; dpkgArch="$(dpkg --print-architecture | awk -F- '{ print $NF }')"; wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch"; wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$dpkgArch.asc"; export GNUPGHOME="$(mktemp -d)"; gpg --batch --keyserver hkps://keys.openpgp.org --recv-keys B42F6819007F00F88E364FD4036A9C25BF357DD4; gpg --batch --verify /usr/local/bin/gosu.asc /usr/local/bin/gosu; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME" /usr/local/bin/gosu.asc; wget -O /js-yaml.js "https://github.com/nodeca/js-yaml/raw/${JSYAML_VERSION}/dist/js-yaml.js"; apt-mark auto '.*' > /dev/null; apt-mark manual $savedAptMark > /dev/null; apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false; chmod +x /usr/local/bin/gosu; gosu --version; gosu nobody true

2020-04-24 16:17:10 UTC

/bin/sh -c mkdir /docker-entrypoint-initdb.d

2020-04-24 16:17:59 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=9DA31620334BD75D9DCB49F368818C72E52529D4

2020-04-24 16:18:00 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; for key in $GPG_KEYS; do gpg --batch --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done; gpg --batch --export $GPG_KEYS > /etc/apt/trusted.gpg.d/mongodb.gpg; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME"; apt-key list

2020-04-24 16:18:01 UTC

/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org

2020-04-24 16:18:02 UTC

/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org

2020-04-24 16:18:02 UTC

/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org

2020-04-24 16:18:03 UTC

/bin/sh -c #(nop) ENV MONGO_MAJOR=4.0

2020-04-24 16:18:04 UTC

/bin/sh -c #(nop) ENV MONGO_VERSION=4.0.18

2020-04-24 16:18:05 UTC

/bin/sh -c echo "deb http://$MONGO_REPO/apt/ubuntu xenial/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR multiverse" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list"

2020-04-24 16:18:31 UTC

/bin/sh -c set -x && export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install -y ${MONGO_PACKAGE}=$MONGO_VERSION ${MONGO_PACKAGE}-server=$MONGO_VERSION ${MONGO_PACKAGE}-shell=$MONGO_VERSION ${MONGO_PACKAGE}-mongos=$MONGO_VERSION ${MONGO_PACKAGE}-tools=$MONGO_VERSION && rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/mongodb && mv /etc/mongod.conf /etc/mongod.conf.orig

2020-04-24 16:18:34 UTC

/bin/sh -c mkdir -p /data/db /data/configdb && chown -R mongodb:mongodb /data/db /data/configdb

2020-04-24 16:18:34 UTC

/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]

2020-04-24 16:18:35 UTC

/bin/sh -c #(nop) COPY file:c3beae20a29d6d69ecab76830068690f9c4f9d77d82eb60160db72670df64615 in /usr/local/bin/

2020-04-24 16:18:36 UTC

/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]

2020-04-24 16:18:36 UTC

/bin/sh -c #(nop) EXPOSE 27017

2020-04-24 16:18:37 UTC

/bin/sh -c #(nop) CMD ["mongod"]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete