Namespace
library
Image / Tag
mongo:3.6.23
Content Digest
sha256:146c1fd999a660e697aac40bc6da842b005c7868232eb0b7d8996c8f3545b05d
Details
Created

2021-05-06 23:35:15 UTC

Size

162 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.23

PATH

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


Layers

[#000] sha256:92473f7ef45574f608989888a6cfc8187d3a1425e3a63f974434acab03fed068 - 27.23% (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.71% (2.77 MB)

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

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

[#008] sha256:2928038a60539dc0be050a03515200578116a63feb1a7cb2fea42f22ff015b15 - 0.0% (1.95 KB)

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

[#010] sha256:efec0f86077cfba84fc9ba3266319f50145c59a883f62b2fa73250ef81670078 - 70.29% (114 MB)

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

[#012] sha256:7c4062426e720d589a9b63fb138f0198937bf230b1371b4ded281368d28d40c8 - 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:14 UTC

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

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

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

2021-04-24 00:40:16 UTC

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

2021-04-24 00:40:16 UTC

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

2021-04-24 00:40:16 UTC

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

2021-04-24 00:40:16 UTC

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

2021-04-24 00:40:17 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:40:34 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:40:35 UTC

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

2021-04-24 00:40:35 UTC

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

2021-05-06 23:35:14 UTC

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

2021-05-06 23:35:14 UTC

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

2021-05-06 23:35:15 UTC

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

2021-05-06 23:35:15 UTC

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

Details
Created

2021-05-11 23:58:18 UTC

Size

2.52 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

ebc275ea0b2f69f2297e329877cb8174c69d2a5da3c41306b5b7a06aa45796e8

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

3.6.23


Layers

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

[#001] sha256:8116de3c91c3f1ef2d6c09b49ef5407c9b4d672896eb3af5182a997c3c5379c9 - 28.0% (721 MB)

[#002] sha256:c049a65ed9206719f5c04428cb853623400e8ab1668243872b1134775f752962 - 0.0% (1.4 KB)

[#003] sha256:af43e506c53440ad09d8e3d8d28da0572bdb5fb2585cff7c32f9150add8a2d9d - 0.0% (1.41 KB)

[#004] sha256:266d67fce156b20492d637ca414bcf724c7c49b5f51aeecefe126d091c474053 - 0.0% (1.4 KB)

[#005] sha256:a6412b8dff95bf66f633f13fcacc76cfc3792bfa527af4a705fe43ad2c5b9a49 - 0.0% (1.4 KB)

[#006] sha256:4b29c27943a96936fd7f9f3db2e7cd0a6b04b4d090e6be3e420237e61ea940b8 - 8.38% (216 MB)

[#007] sha256:9574d631beb757810238376cdfe620f7d6d1d9412711548bd6976b291889c138 - 0.0% (1.4 KB)

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

[#009] sha256:60cb35e6510407cbcbe7cb2b4edbf6ba2eadc69c3245b38b88cd432394c86c88 - 0.0% (1.41 KB)


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

Apply image 1809-RTM-amd64

2021-05-08 09:21:48 UTC

Install update 1809-amd64

2021-05-11 23:54:13 UTC

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

2021-05-11 23:54:14 UTC

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

2021-05-11 23:54:15 UTC

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

2021-05-11 23:54:17 UTC

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

2021-05-11 23:58:11 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-05-11 23:58:14 UTC

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

2021-05-11 23:58:16 UTC

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

2021-05-11 23:58:18 UTC

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

Details
Created

2021-05-12 00:02:54 UTC

Size

5.61 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

ebc275ea0b2f69f2297e329877cb8174c69d2a5da3c41306b5b7a06aa45796e8

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

3.6.23


Layers

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

[#001] sha256:7f532f88613ca85064b055f6b93f8517bd05feba8fdce495a6ad1421573e765e - 28.63% (1.61 GB)

[#002] sha256:50d0f4595a2bdc5dc0623fbee162be09d0631373eb9e82a0b1ec387ce1512c49 - 0.0% (1.4 KB)

[#003] sha256:596c5d1b769ad56f554cfdc9054daac0721d63847b03ba62f4a17c23cdfbf3c8 - 0.0% (1.4 KB)

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

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

[#006] sha256:84fa3ead545ee758764b89edc5be38cea416a1077955eae832ccd07a9a03126f - 3.84% (221 MB)

[#007] sha256:4937272dbd650948962febfb036ef9dad8bf8dbb2d32555a076aa55ebef6bd6d - 0.0% (1.4 KB)

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

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


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

Apply image 1607-RTM-amd64

2021-04-26 17:25:00 UTC

Install update ltsc2016-amd64

2021-05-11 23:58:33 UTC

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

2021-05-11 23:58:34 UTC

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

2021-05-11 23:58:36 UTC

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

2021-05-11 23:58:37 UTC

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

2021-05-12 00:02: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=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-05-12 00:02:50 UTC

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

2021-05-12 00:02:52 UTC

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

2021-05-12 00:02:54 UTC

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

Details
Created

2021-05-07 01:18:38 UTC

Size

151 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.23

PATH

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


Layers

[#000] sha256:ea68ed57e24afe569fc149143e2b3c46c597abcbb61449c3652998e4bb1b5440 - 25.95% (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.54% (2.32 MB)

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

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

[#008] sha256:314de618082ca7596a3ec4a34670c242bada578c9f5e9ee3ebf2dc6a58f30066 - 0.0% (1.95 KB)

[#009] sha256:38c764d07a252bab6a0202f60b5d24a8b7d9ef68860bb05855911409a1c057d4 - 0.0% (240 Bytes)

[#010] sha256:5923a419767af92edb639be1fc8a41b15bab4093b3431f56590dd46e3b1d469e - 71.72% (108 MB)

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

[#012] sha256:028ad5b7f9fb5f7da5701db59aa7005cca4935029ce3839d3f090b681358e678 - 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:48:08 UTC

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

2021-04-24 01:48:10 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:48:11 UTC

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

2021-04-24 01:48:12 UTC

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

2021-04-24 01:48:13 UTC

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

2021-04-24 01:48:14 UTC

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

2021-04-24 01:48:14 UTC

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

2021-04-24 01:48:22 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:48:50 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:48:54 UTC

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

2021-04-24 01:48:56 UTC

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

2021-05-07 01:18:34 UTC

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

2021-05-07 01:18:36 UTC

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

2021-05-07 01:18:37 UTC

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

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