Namespace
library
Image / Tag
mongo:5.0.0-rc1
Content Digest
sha256:012b2b1e661c67fba17018d908a6641216e5801c90e0cc91dceed5a3eff39cb7
Details
Created

2021-06-10 21:39:22 UTC

Size

183 MB

Content Digest
Environment
GOSU_VERSION

1.12

JSYAML_VERSION

3.13.1

MONGO_MAJOR

testing

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

5.0.0~rc1

PATH

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


Layers

[#000] sha256:345e3491a907bb7c6f1bdddcf4a94284b8b6ddd77eb7d93f09432b17b20f2bbe - 14.84% (27.2 MB)

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

[#002] sha256:5e9250ddb7d0fa6d13302c7c3e6a0aa40390e42424caed1e5289077ee4054709 - 0.0% (187 Bytes)

[#003] sha256:10fb70c91ec29d048396175b5b5ba5b098f5467154a4480860755db58cc01aef - 0.0% (1.71 KB)

[#004] sha256:db770e060a16a5c79c025c8dff867843df3f4cb462b6b1cb11a03a541af25955 - 1.59% (2.92 MB)

[#005] sha256:9a66b01311810b5efb0c2466695b53f3864d4e4bc41ebaf7acb3bfa945f2dfe5 - 3.38% (6.21 MB)

[#006] sha256:11724dbbe3bafb906fabb67d4b47f560db8e4d7303c707517c61db1658346137 - 0.0% (149 Bytes)

[#007] sha256:20b5f4c9dda6a644a29a41fcad149e254cffcad3af5fc21d4ed53ad1540e1d35 - 0.0% (4.53 KB)

[#008] sha256:df2ee2c0e1c4f07aa7a239429b91c73f42392465bb42fe0ad720418a57aa3ecf - 0.0% (239 Bytes)

[#009] sha256:c079eebb2b867a175ef1670e2df9643e790e38d572056a4d62a2b79869f0b0ec - 80.18% (147 MB)

[#010] sha256:211d4adabdb4ded202651ab22e2fa0bf1f864189147401e24812158efa7bb49c - 0.0% (168 Bytes)

[#011] sha256:50e62bc3d90ccb614e156309ae17e909db82a96e5a0948dac9ab2ee606e976b2 - 0.0% (4.37 KB)


History
2021-04-23 22:21:34 UTC

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

2021-04-23 22:21:35 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:21:36 UTC

/bin/sh -c [ -z "$(apt-get indextargets)" ]

2021-04-23 22:21:37 UTC

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

2021-04-23 22:21:37 UTC

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

2021-06-10 21:37:53 UTC

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

2021-06-10 21:38: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-06-10 21:38:15 UTC

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

2021-06-10 21:38:15 UTC

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

2021-06-10 21:38:46 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-10 21:38:48 UTC

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

2021-06-10 21:38:50 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5' '9DA31620334BD75D9DCB49F368818C72E52529D4' 'E162F504A20CDF15827F718D4B7C549A058F8B6B' 'F5679A222C647C87527C2F8CB00A0BD1E2C63C11'; for key; do gpg --batch --keyserver ha.pool.sks-keyservers.net --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-10 21:38:50 UTC

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

2021-06-10 21:38:50 UTC

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

2021-06-10 21:38:51 UTC

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

2021-06-10 21:38:51 UTC

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

2021-06-10 21:38:52 UTC

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

2021-06-10 21:38:53 UTC

/bin/sh -c #(nop) ENV MONGO_VERSION=5.0.0~rc1

2021-06-10 21:39: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-06-10 21:39:21 UTC

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

2021-06-10 21:39:22 UTC

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

2021-06-10 21:39:22 UTC

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

2021-06-10 21:39:22 UTC

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

2021-06-10 21:39:22 UTC

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

2021-06-10 21:39:22 UTC

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

Details
Created

2021-06-10 21:40:43 UTC

Size

2.73 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

95a544cac5279c485d634538dc8e09e31409b1fd4bbda9eecfd4db655ea70712

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.0-rc1-signed.msi

MONGO_VERSION

5.0.0-rc1


Layers

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

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

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

[#003] sha256:733362e7ca14b3487cc3a72ffa80e4c49876990d0488cf3d4d40bede3ae2baf4 - 0.0% (1.37 KB)

[#004] sha256:215938dec014e41d5ee612e1ebe4eb6778325d8a6ad2bf84db8ed3aea3267f14 - 0.0% (1.4 KB)

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

[#006] sha256:1060d1dfefa0f8169bc0332e6120d6a73e8391304a3f2287752eb0f4c2665f8a - 9.88% (276 MB)

[#007] sha256:979445fbcefc20b7fca8061bebbcdf3a8af3dcd94f5abec05984b29bf7b924b5 - 0.0% (1.41 KB)

[#008] sha256:cc8da9c52c5296ed9f6dc64042ccf0c8f784eaab2dcc7a9dc1643bcb1b6ca833 - 0.0% (1.37 KB)

[#009] sha256:8facd8f31f9b92f5ba06a782a390a19f5077ccfe1da6965362f0fff5a2f0fc02 - 0.0% (1.39 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-10 21:38:37 UTC

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

2021-06-10 21:38:39 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.0-rc1-signed.msi

2021-06-10 21:38:41 UTC

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

2021-06-10 21:40:33 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,MiscellaneousTools,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-10 21:40:37 UTC

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

2021-06-10 21:40:40 UTC

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

2021-06-10 21:40:43 UTC

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

Details
Created

2021-06-10 21:44:24 UTC

Size

6.11 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

95a544cac5279c485d634538dc8e09e31409b1fd4bbda9eecfd4db655ea70712

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.0-rc1-signed.msi

MONGO_VERSION

5.0.0-rc1


Layers

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

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

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

[#003] sha256:11ec67bff12bdf84c3c81c69945ece1669b5a190ecda735f8ed9a88f79a5f4d9 - 0.0% (1.37 KB)

[#004] sha256:65c7779465a402a198bcb9c4ddbb21fb4e64c2d0c2e3dee6e97e179670c7adad - 0.0% (1.4 KB)

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

[#006] sha256:0572a2cd760bb8f5af4c8958cb053267f10e693ca669ef1437d8076b5f961330 - 4.48% (280 MB)

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

[#008] sha256:0ed94ad056c9ca9fad9302bd8081a232cbf98231188919cb4bbd30402247e8a8 - 0.0% (1.3 KB)

[#009] sha256:4c8506c12dcc17c702790687f5704c086ccd50ebce23092f326dcff379e10bea - 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-10 21:41:04 UTC

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

2021-06-10 21:41:07 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.0-rc1-signed.msi

2021-06-10 21:41:10 UTC

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

2021-06-10 21:44:15 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,MiscellaneousTools,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-10 21:44:18 UTC

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

2021-06-10 21:44:21 UTC

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

2021-06-10 21:44:24 UTC

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

Details
Created

2021-06-10 20:40:54 UTC

Size

176 MB

Content Digest
Environment
GOSU_VERSION

1.12

JSYAML_VERSION

3.13.1

MONGO_MAJOR

testing

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

5.0.0~rc1

PATH

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


Layers

[#000] sha256:80bc30679ac1fd798f3241208c14accd6a364cb8a6224d1127dfb1577d10554f - 14.67% (25.9 MB)

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

[#002] sha256:ba4ad27543765699a5feb74058f25dff93de058fe2ccca9bd8f3f419d4c3d0bd - 0.0% (188 Bytes)

[#003] sha256:1019f430aa3023c91476c96a668f8402365edee1ed200e0d188be76b5018aaef - 0.0% (1.72 KB)

[#004] sha256:0fa4c0a99bb46029019f7a8fcbf320ee2b4393e32e0f9672c96789249f7bbce6 - 1.57% (2.78 MB)

[#005] sha256:d6fd2875628c823418b62a678d649550a431e7a7a4993629a871c6cf8a336933 - 3.46% (6.11 MB)

[#006] sha256:a662dde07b056bb1f97d3f256fb7f94d7570e0aa1044a698ad8672cd37c0a275 - 0.0% (149 Bytes)

[#007] sha256:e10821d7e9e3cd9589c1c5af898474437cc3b49c2ad408b0e1080afecefac4bb - 0.0% (4.53 KB)

[#008] sha256:3e1a733a0eb40b7b7a1c75d788d9725b83a5a647177098448e0b2f4539b60f96 - 0.0% (237 Bytes)

[#009] sha256:669bbe9237984fdfa8fd3c0f356fa609541cfc2ef288acd6b617a2ac22046f11 - 80.29% (142 MB)

[#010] sha256:1a2706e30339dd180171bb2369a2b14a10369e40bf42bcf29bcb11b921b1b938 - 0.0% (169 Bytes)

[#011] sha256:7e60b0979d25d714c6b40520aaa98ab8c21fb3941bc0d73d03d92c48d4a342d8 - 0.0% (4.37 KB)


History
2021-05-27 12:29:57 UTC

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

2021-05-27 12:29:58 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-05-27 12:29:59 UTC

/bin/sh -c [ -z "$(apt-get indextargets)" ]

2021-05-27 12:30:00 UTC

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

2021-05-27 12:30:00 UTC

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

2021-06-10 20:40:06 UTC

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

2021-06-10 20:40:13 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-10 20:40:14 UTC

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

2021-06-10 20:40:14 UTC

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

2021-06-10 20:40:27 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-10 20:40:28 UTC

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

2021-06-10 20:40:29 UTC

/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; set -- '20691EEC35216C63CAF66CE1656408E390CFB1F5' '9DA31620334BD75D9DCB49F368818C72E52529D4' 'E162F504A20CDF15827F718D4B7C549A058F8B6B' 'F5679A222C647C87527C2F8CB00A0BD1E2C63C11'; for key; do gpg --batch --keyserver ha.pool.sks-keyservers.net --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-10 20:40:29 UTC

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

2021-06-10 20:40:29 UTC

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

2021-06-10 20:40:29 UTC

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

2021-06-10 20:40:30 UTC

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

2021-06-10 20:40:30 UTC

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

2021-06-10 20:40:31 UTC

/bin/sh -c #(nop) ENV MONGO_VERSION=5.0.0~rc1

2021-06-10 20:40:51 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-10 20:40:53 UTC

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

2021-06-10 20:40:53 UTC

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

2021-06-10 20:40:53 UTC

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

2021-06-10 20:40:53 UTC

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

2021-06-10 20:40:53 UTC

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

2021-06-10 20:40:54 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