Namespace
library
Image / Tag
mongo:3.6.21
Content Digest
sha256:3cff2069adb34a330552695659c261bca69148e325863763b78b0285dd1a25c9
Details
Created

2021-01-21 10:21:49 UTC

Size

160 MB

Content Digest
Environment
GOSU_VERSION

1.12

GPG_KEYS

2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5

JSYAML_VERSION

3.13.1

MONGO_MAJOR

3.6

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

3.6.21

PATH

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


Layers

[#000] sha256:4007a89234b4f56c03e6831dc220550d2e5fba935d9f5f5bcea64857ac4f4888 - 27.34% (43.8 MB)

[#001] sha256:5dfa26c6b9c9d1ccbcb1eaa65befa376805d9324174ac580ca76fdedc3575f54 - 0.0% (852 Bytes)

[#002] sha256:0ba7bf18aa406cb7dc372ac732de222b04d1c824ff1705d8900831c3d1361ff5 - 0.0% (527 Bytes)

[#003] sha256:4c6ec688ebe374ea7d89ce967576d221a177ebd2c02ca9f053197f954102e30b - 0.0% (169 Bytes)

[#004] sha256:6e27db06de4cbd883f7f8a71875553c592acab09881993b9bfcea34c13fc3324 - 0.0% (1.94 KB)

[#005] sha256:bbecf0ce3761b56377a68abeb11e96c614b1e5258a335f7cb391884cd66f8cb1 - 1.74% (2.78 MB)

[#006] sha256:ce97543d924d1319df58ac30e0739ca83f56c801effbb8a432fa8922772f4618 - 0.78% (1.25 MB)

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

[#008] sha256:e5fda94ce451d72c56874ac855ff0705d50e79d18529cafeb62f9fa58de95cf5 - 0.0% (1.94 KB)

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

[#010] sha256:abe1fc6762a1396f2367d67a28c34fbf08a64a48cd692cf5e5fd636015bc0673 - 70.13% (112 MB)

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

[#012] sha256:be4005fc549570ef20efc0d68961844194b3de3f8b46425d5c1c9b535fc211b2 - 0.0% (4.31 KB)


History
2021-01-21 03:39:31 UTC

/bin/sh -c #(nop) ADD file:925571658dd8453e5c80d862f5791d6b26b3c2a8688937b11741f2f2c5cdbfd7 in /

2021-01-21 03:39:32 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

2021-01-21 03:39:34 UTC

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

2021-01-21 03:39:35 UTC

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

2021-01-21 03:39:36 UTC

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

2021-01-21 10:21:05 UTC

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

2021-01-21 10:21:14 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/*

2021-01-21 10:21:14 UTC

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

2021-01-21 10:21:14 UTC

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

2021-01-21 10:21:26 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

2021-01-21 10:21:27 UTC

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

2021-01-21 10:21:28 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5

2021-01-21 10:21:29 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

2021-01-21 10:21:29 UTC

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

2021-01-21 10:21:29 UTC

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

2021-01-21 10:21:29 UTC

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

2021-01-21 10:21:30 UTC

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

2021-01-21 10:21:30 UTC

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

2021-01-21 10:21:31 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"

2021-01-21 10:21: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

2021-01-21 10:21:48 UTC

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

2021-01-21 10:21:48 UTC

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

2021-01-21 10:21:49 UTC

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

2021-01-21 10:21:49 UTC

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

2021-01-21 10:21:49 UTC

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

2021-01-21 10:21:49 UTC

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

Details
Created

2021-01-14 00:26:33 UTC

Size

2.48 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

0b64db8d8a615976b76617c3425c9fc0500e18324be0de878a6c6143d1e8b5e2

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

3.6.21


Layers

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

[#001] sha256:4dcc9a9b9e680514ef3fdfcc2ce08a3768f9e412703faa137f4a7c8297600052 - 26.92% (684 MB)

[#002] sha256:9f84df50d9e20cf852bfd3555d4e56feabf7b9c735e48c613fc461146876bc03 - 0.0% (1.13 KB)

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

[#004] sha256:f2aba66b27badd60988ea21849d80f19e3f28b4080ffd73805391ca19c5bf778 - 0.0% (1.13 KB)

[#005] sha256:ab85149e414b449654dd5b08293f608a73339af0c086a53ae28e3ec4ee296993 - 0.0% (1.1 KB)

[#006] sha256:2d4117320dac41affb2064d4240581dffafef75e7410a142e5e77e8afe47d36e - 8.6% (218 MB)

[#007] sha256:7c75afd4919400223446e1015339379353adf3f813ea3c0ae8f68c6d7e552558 - 0.0% (1.12 KB)

[#008] sha256:d9b7f817577d9539c1162a17c17eb4eebacbda2a6663cb25441975af618cec8a - 0.0% (1.1 KB)

[#009] sha256:ada28003068dbc8c3ca86d83fc6da89b2b8b5c332684bbeeeb7f2dd7cdda6649 - 0.0% (1.1 KB)


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

Apply image 1809-RTM-amd64

2021-01-08 08:50:52 UTC

Install update 1809-amd64

2021-01-13 15:20:56 UTC

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

2021-01-14 00:23:09 UTC

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

2021-01-14 00:23:09 UTC

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

2021-01-14 00:23:10 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=0b64db8d8a615976b76617c3425c9fc0500e18324be0de878a6c6143d1e8b5e2

2021-01-14 00:26:31 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', '/l*v', 'install.log', 'INSTALLLOCATION=C:\mongodb', 'ADDLOCAL=Server,Client,Router,MiscellaneousTools,MonitoringTools,ImportExportTools' ); if (-Not (Test-Path C:\mongodb\bin\mongo.exe -PathType Leaf)) { Write-Host 'Installer failed!'; Get-Content install.log; exit 1; }; Remove-Item install.log; $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:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2021-01-14 00:26:32 UTC

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

2021-01-14 00:26:32 UTC

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

2021-01-14 00:26:33 UTC

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

Details
Created

2021-01-14 00:30:54 UTC

Size

5.61 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

0b64db8d8a615976b76617c3425c9fc0500e18324be0de878a6c6143d1e8b5e2

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

3.6.21


Layers

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

[#001] sha256:bd091f41e44cabc11504b7e130c74a7ef654f58840ba102e3507c4fdf2bae994 - 28.62% (1.61 GB)

[#002] sha256:3b5ee02f83739eef6745d432d63363ce5f490820d4b3e39ae83aa4e3771c4073 - 0.0% (1.11 KB)

[#003] sha256:92d389be6d2b8ed20cd152cea9411d21a4d5234844204ee0fd90f9479072198e - 0.0% (1.1 KB)

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

[#005] sha256:d74af836ee8356e23ea2f57b2f34a678f2896d65398558032248d3bf4062ba94 - 0.0% (1.19 KB)

[#006] sha256:57ea8f8ef27e8c66533eb49ba20bf1a04fd5dba5b9e7be779210d066c891c08c - 3.82% (219 MB)

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

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

[#009] sha256:85f7b388ccf640debaf4477f3b825f6594e108d18d61068ea7264786b58a9297 - 0.0% (1.16 KB)


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

Apply image 1607-RTM-amd64

2021-01-07 11:30:00 UTC

Install update ltsc2016-amd64

2021-01-13 15:29:26 UTC

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

2021-01-14 00:26:51 UTC

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

2021-01-14 00:26:51 UTC

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

2021-01-14 00:26:52 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=0b64db8d8a615976b76617c3425c9fc0500e18324be0de878a6c6143d1e8b5e2

2021-01-14 00:30:52 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', '/l*v', 'install.log', 'INSTALLLOCATION=C:\mongodb', 'ADDLOCAL=Server,Client,Router,MiscellaneousTools,MonitoringTools,ImportExportTools' ); if (-Not (Test-Path C:\mongodb\bin\mongo.exe -PathType Leaf)) { Write-Host 'Installer failed!'; Get-Content install.log; exit 1; }; Remove-Item install.log; $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:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2021-01-14 00:30:53 UTC

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

2021-01-14 00:30:54 UTC

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

2021-01-14 00:30:54 UTC

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

Details
Created

2021-01-21 05:52:32 UTC

Size

149 MB

Content Digest
Environment
GOSU_VERSION

1.12

GPG_KEYS

2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5

JSYAML_VERSION

3.13.1

MONGO_MAJOR

3.6

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

3.6.21

PATH

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


Layers

[#000] sha256:79186a4c5361c6b018fe75c9bba66c9bf717db8d7d4a6ddb18fb86171f277b61 - 26.11% (39 MB)

[#001] sha256:b96f901e8ebcf64a42ec369549f6269ec96cd97b424389ca99a8ebb722c59c12 - 0.0% (852 Bytes)

[#002] sha256:36fd1545244608cb9ef92efa528b6e8c3229f1b01ca414ee8717219145cdff7d - 0.0% (468 Bytes)

[#003] sha256:d978c0f55122642ba1a22cc67abf7af2e898bfb42933b1879c2dd91fd987147d - 0.0% (168 Bytes)

[#004] sha256:780b26ef0aeab8022d5431105a8f1035fe0257b2ffcdb47d8001991d16f78c23 - 0.0% (1.95 KB)

[#005] sha256:62c5cced802180d13930db9529191cf993e09f92c58d488c439d2f857665b2fb - 1.56% (2.33 MB)

[#006] sha256:e191641f00320db17c756575cca7186902b376a68bd5bd8d594b72aa43b6b323 - 0.79% (1.18 MB)

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

[#008] sha256:88bdd40f932aa2d4c7c7c4c7caefe9424acf19474a68099912de7b7e65e8c9ca - 0.0% (1.95 KB)

[#009] sha256:01594579b2917ebbf8d75bf5e04b7e3323d7628998ceb6caf71e19bb019ec37f - 0.0% (238 Bytes)

[#010] sha256:af3e3e146ea59379808e302cccaffddee09bf024591db1f7a9bb354c80c2c9a3 - 71.53% (107 MB)

[#011] sha256:5ee19bd675819baac4e15697f45116c97ca6920499a3d7f021e0627c38352c17 - 0.0% (169 Bytes)

[#012] sha256:54a05bfdf189395ad97d4bee21218e828247af2171c960e7c5fff530c99dc332 - 0.0% (4.32 KB)


History
2021-01-21 03:51:12 UTC

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

2021-01-21 03:51:17 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

2021-01-21 03:51:19 UTC

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

2021-01-21 03:51:21 UTC

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

2021-01-21 03:51:22 UTC

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

2021-01-21 05:50:49 UTC

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

2021-01-21 05:51:06 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/*

2021-01-21 05:51:08 UTC

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

2021-01-21 05:51:10 UTC

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

2021-01-21 05:51:48 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

2021-01-21 05:51:51 UTC

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

2021-01-21 05:51:54 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5

2021-01-21 05:51:56 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

2021-01-21 05:51:57 UTC

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

2021-01-21 05:51:58 UTC

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

2021-01-21 05:52:00 UTC

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

2021-01-21 05:52:00 UTC

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

2021-01-21 05:52:01 UTC

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

2021-01-21 05:52:04 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"

2021-01-21 05:52:26 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

2021-01-21 05:52:29 UTC

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

2021-01-21 05:52:30 UTC

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

2021-01-21 05:52:30 UTC

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

2021-01-21 05:52:31 UTC

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

2021-01-21 05:52:32 UTC

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

2021-01-21 05:52:32 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