Namespace
library
Image / Tag
mongo:4.0.25
Content Digest
sha256:f94649abaf24fe75c696af6276b634265c7ffec8d3f745f875ac2ac57a34ed6d
Details
Created

2021-06-24 08:54:04 UTC

Size

149 MB

Content Digest
Environment
GOSU_VERSION

1.12

JSYAML_VERSION

3.13.1

MONGO_MAJOR

4.0

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.0.25

PATH

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


Layers

[#000] sha256:61e03ba1d4149ac4eb681c6bf75aef8ac4b3f0d6fbb08e9623c4089889396fc8 - 29.7% (44.3 MB)

[#001] sha256:4afb39f216bd4e336f9b78584bae0f6bcb77150107471d8d67d3b8abfbdea46a - 0.0% (849 Bytes)

[#002] sha256:e489abdc9f902f737bfef2c0c7ff5c35ca9b3ca11e73405a472f31a25f2dcc69 - 0.0% (528 Bytes)

[#003] sha256:999fff7bcc2450fcf1210182802f3907e35cd7cf7569568bd2a179b9144d9c57 - 0.0% (169 Bytes)

[#004] sha256:9882337389c204b8b5dc79037a2ed7b335a6a83d440b1a90abd993400fe85300 - 0.0% (1.94 KB)

[#005] sha256:9e345827aa49baf60b0d679848d5cc38219c3e18d59fcb6f920c30c48f130f14 - 1.86% (2.77 MB)

[#006] sha256:08e805f97f2d7fa3eb4015871ab527d68711f46e73b74638662e3861b70858c5 - 0.83% (1.24 MB)

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

[#008] sha256:1404821b286091c7c637af6ad2d8199736a024c078adb259c1068494b02ead77 - 0.0% (1.4 KB)

[#009] sha256:52ce048855fed8a6219427d75e9c4bccdb24cd689df442b7bfbe8d282a11c35c - 0.0% (238 Bytes)

[#010] sha256:dfc1846dba880964ccf980f15b911645a75ce6126ed68dd511f779f6ef3a5139 - 67.6% (101 MB)

[#011] sha256:6bc7c093488e6b051e3defe703751226ebfcc3c9b50e8862aa5c1689383c607e - 0.0% (169 Bytes)

[#012] sha256:f4f071cc311d5edd1c00f35ac78c4b6e8b93aa3ade9ba1e5b2cfa9c76b490a17 - 0.0% (4.37 KB)


History
2021-06-17 23:32:06 UTC

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

2021-06-17 23:32:07 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-06-17 23:32:08 UTC

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

2021-06-17 23:32:09 UTC

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

2021-06-17 23:32:09 UTC

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

2021-06-18 01:13:28 UTC

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

2021-06-18 01:13:39 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-06-18 01:13:39 UTC

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

2021-06-18 01:13:39 UTC

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

2021-06-18 01:13:51 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-06-18 01:13:52 UTC

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

2021-06-24 08:52:53 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '9DA31620334BD75D9DCB49F368818C72E52529D4'; for key; do gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key"; done; gpg --batch --export "$@" > /etc/apt/trusted.gpg.d/mongodb.gpg; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME"; apt-key list

2021-06-24 08:52:53 UTC

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

2021-06-24 08:52:54 UTC

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

2021-06-24 08:52:54 UTC

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

2021-06-24 08:52:54 UTC

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

2021-06-24 08:52:55 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-06-24 08:52:55 UTC

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

2021-06-24 08:54:02 UTC

/bin/sh -c set -x && export DEBIAN_FRONTEND=noninteractive && apt-get update && ln -s /bin/true /usr/local/bin/systemctl && 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 -f /usr/local/bin/systemctl && rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/mongodb && mv /etc/mongod.conf /etc/mongod.conf.orig

2021-06-24 08:54:03 UTC

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

2021-06-24 08:54:03 UTC

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

2021-06-24 08:54:04 UTC

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

2021-06-24 08:54:04 UTC

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

2021-06-24 08:54:04 UTC

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

2021-06-24 08:54:04 UTC

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

Details
Created

2021-07-14 01:55:41 UTC

Size

2.71 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

6d4525afbf17d6d9f54323f8d95c73019e3cb0fa57163683a164f3c403aa451f

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.0.25


Layers

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

[#001] sha256:f143c6fed32d477c35b660b2e108ea62e3593c03e44bd9ced208ce52b26b0841 - 33.2% (922 MB)

[#002] sha256:adcec6ff907307155c0652222cc9b95a0cc964d4c371e02767e72a5c90472192 - 0.0% (1.39 KB)

[#003] sha256:6e50cbb7036c8d4bf194614f3a62c5fcac42cdbaddbe09602c1047559a5acc1e - 0.0% (1.39 KB)

[#004] sha256:77e546f6860283c5c4a964bd3806fc9dfa5220a9595125912ffff91e95c5fd50 - 0.0% (1.4 KB)

[#005] sha256:d7272136dd6e1a6651464d925cf48f428e3081332dd0684640c1305aac6b5a79 - 0.0% (1.39 KB)

[#006] sha256:2d06fbec0586802dcf98ae0f8812d5a3a0ff6c4fd0624d3a5399041975852657 - 7.8% (217 MB)

[#007] sha256:959ba02de39777b27554951f4fbf2c7d3a9de60b8e28dbbe7c79ab3699b3c2f7 - 0.0% (1.39 KB)

[#008] sha256:e31b24df1136ddfb1fad0490e6365ad3343ffb7cf42fc92c97b77b0c26c87d51 - 0.0% (1.41 KB)

[#009] sha256:7cad40b530d0a917771c311f21ebcedd53e6681b95893fb9c93ea1959476526f - 0.0% (1.4 KB)


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

Apply image 1809-RTM-amd64

2021-07-06 20:34:18 UTC

Install update 1809-amd64

2021-07-14 01:07:27 UTC

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

2021-07-14 01:52:39 UTC

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

2021-07-14 01:52:42 UTC

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

2021-07-14 01:52:45 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=6d4525afbf17d6d9f54323f8d95c73019e3cb0fa57163683a164f3c403aa451f

2021-07-14 01:55: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=Client,ImportExportTools,MiscellaneousTools,MonitoringTools,Router,ServerNoService' ); 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-07-14 01:55:35 UTC

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

2021-07-14 01:55:38 UTC

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

2021-07-14 01:55:41 UTC

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

Details
Created

2021-07-14 01:59:24 UTC

Size

6.05 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

6d4525afbf17d6d9f54323f8d95c73019e3cb0fa57163683a164f3c403aa451f

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.0.25


Layers

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

[#001] sha256:a567de41cc349380b25967f180fb1b6b2431bda61ccaaf69d78a33bc9523614a - 33.83% (2.05 GB)

[#002] sha256:fed351b78c876c55ec9c7e75d3b9d1b146c5c5dfeb4b5480c0a7c384322df98c - 0.0% (1.41 KB)

[#003] sha256:ff86279d1d84b10286990b5484629358f86cff7cd657d2422303bbabc8b98742 - 0.0% (1.42 KB)

[#004] sha256:a6c3614115c6fb6d206a365d706c59cd25b0ed4597b864d5e70a9efed227cbc4 - 0.0% (1.36 KB)

[#005] sha256:5111740826706220595e382eeb69c226114a37a6ef4650d19fa7f427cee39229 - 0.0% (1.38 KB)

[#006] sha256:ba3acb63f3086fa4f8103a41311264a14d5ee7674be57bf0637326a2a345e301 - 3.56% (221 MB)

[#007] sha256:c455f5394e126089c6c754a4dbdceca618ed33025d52fb0616b32d8a48a6a78b - 0.0% (1.43 KB)

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

[#009] sha256:b2cdd61bcb37b755b1cee6f9830607c7e557bba119bdebe9269173edde6691d6 - 0.0% (1.39 KB)


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

Apply image 1607-RTM-amd64

2021-07-09 05:02:00 UTC

Install update ltsc2016-amd64

2021-07-14 01:14:25 UTC

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

2021-07-14 01:55:52 UTC

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

2021-07-14 01:55:56 UTC

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

2021-07-14 01:55:59 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=6d4525afbf17d6d9f54323f8d95c73019e3cb0fa57163683a164f3c403aa451f

2021-07-14 01:59:14 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=Client,ImportExportTools,MiscellaneousTools,MonitoringTools,Router,ServerNoService' ); 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-07-14 01:59:18 UTC

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

2021-07-14 01:59:21 UTC

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

2021-07-14 01:59:24 UTC

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

Details
Created

2021-06-24 01:43:39 UTC

Size

138 MB

Content Digest
Environment
GOSU_VERSION

1.12

JSYAML_VERSION

3.13.1

MONGO_MAJOR

4.0

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.0.25

PATH

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


Layers

[#000] sha256:e2a24739a48e2c634f94c2cb69ead6b0ff1c84cedd9624eb29560b83c3eb6e0e - 28.42% (39.3 MB)

[#001] sha256:e6732798425e9389fa6bd92caa59cd7de853b4cf01a7166724e26a430ec7211f - 0.0% (848 Bytes)

[#002] sha256:6d0af2bd04c3cb9d221318d494c05b29dd4b7c46886de97baee11fbd40723ab8 - 0.0% (470 Bytes)

[#003] sha256:835469060484e7130eb258c8dfae8e4b1f8035c63bba23ab6e4f3e9b53a6cf1e - 0.0% (169 Bytes)

[#004] sha256:903b1ed16064ca442d7fda107d0cbb56ec65751b698139db4ee952b7090a86ac - 0.0% (1.94 KB)

[#005] sha256:58b2e300dc3c22d56ee6093d142e180a9b575049efc75987dbe384d923e415bc - 1.68% (2.32 MB)

[#006] sha256:321bdbc31076de39cf2e75dfb798e8ede54780e2a79bf81c10ca2f967e796d2f - 0.85% (1.18 MB)

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

[#008] sha256:68115b6f1bb506b522a1036890678d0ac4f190ec24f828c9795530c215056a2b - 0.0% (1.4 KB)

[#009] sha256:5446f4f533d1517514c361e940c14b1628fb22b80e1aedbeac187aab67e7e327 - 0.0% (236 Bytes)

[#010] sha256:567494c63f11e162697f2476da5ea37094f98248cae7a4539bbcf0e844d2d757 - 69.05% (95.6 MB)

[#011] sha256:2ee5e702a88a64c45e8c35f8143ede8492f3194a68e31bb2c2d8ed0a707b1fcb - 0.0% (170 Bytes)

[#012] sha256:42de838bb7f830c5adc10754bc6b798bc6e3a6f6bd78caf0c3d1a4957fbc593d - 0.0% (4.37 KB)


History
2021-06-17 23:54:40 UTC

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

2021-06-17 23:54:41 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-06-17 23:54:42 UTC

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

2021-06-17 23:54:43 UTC

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

2021-06-17 23:54:43 UTC

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

2021-06-18 00:41:55 UTC

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

2021-06-18 00:42:03 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-06-18 00:42:03 UTC

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

2021-06-18 00:42:03 UTC

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

2021-06-18 00:42:17 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-06-18 00:42:17 UTC

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

2021-06-24 01:43:17 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '9DA31620334BD75D9DCB49F368818C72E52529D4'; for key; do gpg --batch --keyserver keyserver.ubuntu.com --recv-keys "$key"; done; gpg --batch --export "$@" > /etc/apt/trusted.gpg.d/mongodb.gpg; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME"; apt-key list

2021-06-24 01:43:17 UTC

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

2021-06-24 01:43:17 UTC

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

2021-06-24 01:43:17 UTC

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

2021-06-24 01:43:18 UTC

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

2021-06-24 01:43:18 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-06-24 01:43:19 UTC

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

2021-06-24 01:43:37 UTC

/bin/sh -c set -x && export DEBIAN_FRONTEND=noninteractive && apt-get update && ln -s /bin/true /usr/local/bin/systemctl && 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 -f /usr/local/bin/systemctl && rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/mongodb && mv /etc/mongod.conf /etc/mongod.conf.orig

2021-06-24 01:43:38 UTC

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

2021-06-24 01:43:38 UTC

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

2021-06-24 01:43:38 UTC

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

2021-06-24 01:43:39 UTC

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

2021-06-24 01:43:39 UTC

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

2021-06-24 01:43:39 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