Namespace
library
Image / Tag
mongo:4.0.24
Content Digest
sha256:a02cd0534d31c43ccd25b326297c5fca7f55526adb47c5e23ee259c29b93749f
Details
Created

2021-05-06 23:35:19 UTC

Size

149 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.24

PATH

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


Layers

[#000] sha256:92473f7ef45574f608989888a6cfc8187d3a1425e3a63f974434acab03fed068 - 29.57% (44.1 MB)

[#001] sha256:fb52bde70123ac7f3a1b88fee95e74f4bdcdbd81917a91a35b56a52ec7671947 - 0.0% (851 Bytes)

[#002] sha256:64788f86be3fd71809b5de602deff9445f3de18d2f44a49d0a053dfc9a2008ae - 0.0% (527 Bytes)

[#003] sha256:33f6d5f2e001ababe3ddac4731d9c33121e1148ef32a87a83a5b470cb401abef - 0.0% (169 Bytes)

[#004] sha256:570e566566088ce28562fe7f49c1b8aff253759e0b5eb68127893c93a45d3788 - 0.0% (1.94 KB)

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

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

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

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

[#009] sha256:56d352d41835817fffacf5d96d0b6d1afdee3ee892bc9ad273caff8f70e41279 - 0.0% (239 Bytes)

[#010] sha256:fd0577d10f34f2ffee96c318d2b0acb294bbf1395e9646555793763812e3e9ec - 67.74% (101 MB)

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

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


History
2021-04-23 22:22:16 UTC

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

2021-04-23 22:22: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-04-23 22:22:18 UTC

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

2021-04-23 22:22:19 UTC

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

2021-04-23 22:22:19 UTC

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

2021-04-24 00:39:31 UTC

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

2021-04-24 00:39:43 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-04-24 00:39:43 UTC

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

2021-04-24 00:39:43 UTC

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

2021-04-24 00:40:13 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-04-24 00:40:14 UTC

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

2021-04-24 00:40:42 UTC

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

2021-04-24 00:40:43 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-04-24 00:40:43 UTC

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

2021-04-24 00:40:43 UTC

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

2021-04-24 00:40:43 UTC

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

2021-04-24 00:40:44 UTC

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

2021-04-24 00:40:44 UTC

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

2021-04-24 00:40:45 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-04-24 00:41:00 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-04-24 00:41:02 UTC

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

2021-04-24 00:41:02 UTC

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

2021-05-06 23:35:19 UTC

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

2021-05-06 23:35:19 UTC

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

2021-05-06 23:35:19 UTC

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

2021-05-06 23:35:19 UTC

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

Details
Created

2021-06-09 20:55:22 UTC

Size

2.67 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

e17a25bc51b6bdcf6da0fe6b0ba22075b43566119c656b454542735133cd9f1e

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.0.24


Layers

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

[#001] sha256:639bb6bb2beb4cfdcacb9f0844344448fe26494665d5fe78a494419f86fbb18f - 32.19% (880 MB)

[#002] sha256:ae7d2dc4b590128efeafd375d02122e65a2525623ac2be100c1a390caf8a4b49 - 0.0% (1.37 KB)

[#003] sha256:4994139d06c26964fac50754c10e2f00fff97232629adeb7653774a93a46b756 - 0.0% (1.33 KB)

[#004] sha256:30b0e93ab5565c87b004d09280122611bb6d73ce6b012e3f16dc691ef7bb7765 - 0.0% (1.39 KB)

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

[#006] sha256:72e53f8cfafb5da47c3408c7b09cf400e814848aae9cb269596c090c6f000dcf - 7.91% (216 MB)

[#007] sha256:3b0b8afde49521fb799848ca0c85193f224212d2d392e5c2300eacd0484e47cd - 0.0% (1.39 KB)

[#008] sha256:27897c0b24319705e260bf06135f435621881e884b4472f00f7565915303fa3a - 0.0% (1.36 KB)

[#009] sha256:22f80336606d8d76917526ab6967949ea187daf345958070d813cfb58c9abf12 - 0.0% (1.4 KB)


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

Apply image 1809-RTM-amd64

2021-06-06 04:28:43 UTC

Install update 1809-amd64

2021-06-09 13:15:43 UTC

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

2021-06-09 20:53:12 UTC

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

2021-06-09 20:53:14 UTC

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

2021-06-09 20:53:17 UTC

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

2021-06-09 20:55: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-06-09 20:55:17 UTC

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

2021-06-09 20:55:19 UTC

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

2021-06-09 20:55:22 UTC

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

Details
Created

2021-06-09 20:58:55 UTC

Size

6.05 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

e17a25bc51b6bdcf6da0fe6b0ba22075b43566119c656b454542735133cd9f1e

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.0.24


Layers

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

[#001] sha256:2f52abeee6d6f4a925ad418b5e6200d4fca9bf92834ffc918b8bbaccd34251db - 33.8% (2.04 GB)

[#002] sha256:fa4e6085e5538e957ef06561fe1e62dff898da7f4bb577e81da74323aecab2d7 - 0.0% (1.26 KB)

[#003] sha256:8091bddc8d2a26ae1a5ea6a96955c07e1b00c202c6ceaf527741d365b3622cde - 0.0% (1.36 KB)

[#004] sha256:e5d2f61fcd9c4402bab869f93c3cf0b8093d7a887489723c3cddb15cd198551e - 0.0% (1.39 KB)

[#005] sha256:303a5777ebfdaf8d17ec137b34cc288af48385fbbeb881c8d128d2de1fadd901 - 0.0% (1.41 KB)

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

[#007] sha256:8e5f7dfc5881728736cd634aaa8b4c4993791efc93696c6148d2ce1bd03c686d - 0.0% (1.37 KB)

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

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


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

Apply image 1607-RTM-amd64

2021-06-06 15:37:00 UTC

Install update ltsc2016-amd64

2021-06-09 13:26:15 UTC

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

2021-06-09 20:55:40 UTC

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

2021-06-09 20:55:42 UTC

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

2021-06-09 20:55:45 UTC

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

2021-06-09 20:58:47 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-06-09 20:58:50 UTC

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

2021-06-09 20:58:52 UTC

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

2021-06-09 20:58:55 UTC

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

Details
Created

2021-05-07 01:18:50 UTC

Size

138 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.24

PATH

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


Layers

[#000] sha256:ea68ed57e24afe569fc149143e2b3c46c597abcbb61449c3652998e4bb1b5440 - 28.29% (39.1 MB)

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

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

[#003] sha256:e1af45b45bb6a5e3119ffb671a33eb4a934675de944eee38f1aba43f3967c533 - 0.0% (171 Bytes)

[#004] sha256:1d0f5b64b9a877ccee2dbda84065dfa1b6b1e8092aa7412bdd2de314a14427a5 - 0.0% (1.94 KB)

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

[#006] sha256:46ee0eaefdfeee135c1dcf57f11ad9310b82d75191b23bbe26720bd446ae7416 - 0.85% (1.17 MB)

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

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

[#009] sha256:ef359208b6dd08bd9fc4031c7d113add560e3ee71fe5c1285d6e26c5cb8338dd - 0.0% (239 Bytes)

[#010] sha256:c085d22d7b01be33b64ec53036ecc7b5add3584a5cfc603ca653a6169e0f7f01 - 69.18% (95.7 MB)

[#011] sha256:200c8a635a1ea8a0686be9debbfb64216fa3452d894bcf3a5eb1ead703707f55 - 0.0% (170 Bytes)

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


History
2021-04-23 22:49:13 UTC

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

2021-04-23 22:49: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-04-23 22:49:20 UTC

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

2021-04-23 22:49:23 UTC

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

2021-04-23 22:49:24 UTC

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

2021-04-24 01:47:17 UTC

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

2021-04-24 01:47:34 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-04-24 01:47:36 UTC

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

2021-04-24 01:47:37 UTC

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

2021-04-24 01:48:05 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-04-24 01:48:07 UTC

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

2021-04-24 01:49:23 UTC

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

2021-04-24 01:49:26 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-04-24 01:49:27 UTC

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

2021-04-24 01:49:28 UTC

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

2021-04-24 01:49:29 UTC

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

2021-04-24 01:49:31 UTC

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

2021-04-24 01:49:36 UTC

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

2021-04-24 01:49:46 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-04-24 01:50:20 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-04-24 01:50:38 UTC

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

2021-04-24 01:50:39 UTC

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

2021-05-07 01:18:46 UTC

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

2021-05-07 01:18:48 UTC

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

2021-05-07 01:18:49 UTC

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

2021-05-07 01:18:50 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