Namespace
library
Image / Tag
mongo:3.6.17
Content Digest
sha256:a6fe698737b8b9560fa836cd659cfb331af7be6ccdb06973a21c83d023f8698f
Details
Created

2020-04-24 21:59:22 UTC

Size

158 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.17

PATH

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


Layers

[#000] sha256:e92ed755c008afc1863a616a5ba743b670c09c1698f7328f05591932452a425f - 26.69% (42.2 MB)

[#001] sha256:b9fd7cb1ff8f489cf082781b0e1fe0c13b840e20147e8fc8204b4592da7c2f70 - 0.0% (526 Bytes)

[#002] sha256:ee690f2d57a128744cf4c5b52646ad0ba7a5af113d9d7e0e02b62c06d35fd14c - 0.0% (853 Bytes)

[#003] sha256:53e3366ec435596bed2563cc882ba47ec25df6be2b1027e3243e83589c667c1e - 0.0% (170 Bytes)

[#004] sha256:2ef060c38165fe8e3bbd64fa5d00a9b1048a5f26720f798520783676e6da549f - 0.0% (1.94 KB)

[#005] sha256:a3640a82a5d85e12c636ee0b293ff9a4c0291adb4adb1b7b8fea5ddd7e21cab7 - 1.78% (2.81 MB)

[#006] sha256:9b7a110209be387d3a81e03bc924c9e46c91541946ca9e7092ec9881847eb348 - 0.79% (1.24 MB)

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

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

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

[#010] sha256:3badd8e9b88e08e33d981a4f83329a958887d5ee5033d295c0af17dc5ec248fd - 70.74% (112 MB)

[#011] sha256:8bacf7932167e7a884d497ee804415f373db3094787feb86d24405593fbd4f1d - 0.0% (138 Bytes)

[#012] sha256:da9063cfd3ee857c0422870e40076b70763289629802efaf7643ba0298b5394e - 0.0% (3.86 KB)


History
2020-04-24 01:08:29 UTC

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

2020-04-24 01:08:31 UTC

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

2020-04-24 01:08:33 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

2020-04-24 01:08:35 UTC

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

2020-04-24 01:08:35 UTC

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

2020-04-24 21:58:40 UTC

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

2020-04-24 21:58:48 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/*

2020-04-24 21:58:48 UTC

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

2020-04-24 21:58:48 UTC

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

2020-04-24 21:59:00 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

2020-04-24 21:59:00 UTC

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

2020-04-24 21:59:00 UTC

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

2020-04-24 21:59:01 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

2020-04-24 21:59:02 UTC

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

2020-04-24 21:59:02 UTC

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

2020-04-24 21:59:02 UTC

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

2020-04-24 21:59:02 UTC

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

2020-04-24 21:59:02 UTC

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

2020-04-24 21:59:03 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"

2020-04-24 21:59:20 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

2020-04-24 21:59:21 UTC

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

2020-04-24 21:59:21 UTC

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

2020-04-24 21:59:21 UTC

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

2020-04-24 21:59:21 UTC

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

2020-04-24 21:59:21 UTC

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

2020-04-24 21:59:22 UTC

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

Details
Created

2020-04-15 19:49:10 UTC

Size

5.42 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

b20b72d5366a7a00cb85245ebedd01b665bbac4f918dd5fac7a7c5eb68477c26

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

3.6.17


Layers

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

[#001] sha256:d0099407ec8ccaf0472e55152e38b262bdf0b2cf8dfd2e8afcc89d728ba3f5a0 - 28.48% (1.54 GB)

[#002] sha256:5171ed01a0687a59b2bdf59e2df29a8932abe0ee22a4a6ff6368f8a8295a97d1 - 0.0% (1.1 KB)

[#003] sha256:2a8e9fa0da56ade24c3e568bf7596673f57639c7ed6cbd088c0ed192fde3668c - 0.0% (1.12 KB)

[#004] sha256:5e27b8aa174553c5d6b83ed9c1f3829422e0730424c12945debd87be96177d6f - 0.0% (1.1 KB)

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

[#006] sha256:a7bc5318f6c07b8cb2f32c160d64179040f98f5c51bb63b437e2f4488137cb85 - 1.61% (89.2 MB)

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

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

[#009] sha256:6d670e752b94e4007002fde91c4f19432ea9f989c1201d858d92f738dc8dd55e - 0.0% (1.12 KB)


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

Apply image 1607-RTM-amd64

2020-04-07 17:30:00 UTC

Install update ltsc2016-amd64

2020-04-15 12:52:51 UTC

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

2020-04-15 19:36:32 UTC

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

2020-04-15 19:36:33 UTC

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

2020-04-15 19:36:33 UTC

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

2020-04-15 19:49:06 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', 'INSTALLLOCATION=C:\mongodb', 'ADDLOCAL=all' ); $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:\mongodb\bin\*.pdb -Force; Remove-Item C:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2020-04-15 19:49:07 UTC

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

2020-04-15 19:49:09 UTC

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

2020-04-15 19:49:10 UTC

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

Details
Created

2020-04-15 20:03:00 UTC

Size

2.2 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

b20b72d5366a7a00cb85245ebedd01b665bbac4f918dd5fac7a7c5eb68477c26

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

3.6.17


Layers

[#000] sha256:65014b3c312172f10bd6701a063f9b5aaf9a916c2d2cb843d406a6f77ded3f8d - 64.93% (1.43 GB)

[#001] sha256:eac6fba788c9781d6f989eb0932cb33bf72c2cce4eb234cc6decdcab89e183bc - 31.14% (702 MB)

[#002] sha256:442da5a04696895ce6580924a45188bbec9a9db9f81cb7dcef41fc1d4b119130 - 0.0% (1.12 KB)

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

[#004] sha256:d7c57468d4b7999565099de1a9c9f9cdb9161aae34989b35a90f9dc12817974e - 0.0% (1.1 KB)

[#005] sha256:a6507fbba7468665907ecbbf5780b006ad495da6e41c2af8ee7e0875bdf8f4d0 - 0.0% (1.12 KB)

[#006] sha256:eb6a89713dfdcb39ef8f35065173480d59ee8642e8a88eff0126e4a50c5640e5 - 3.93% (88.5 MB)

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

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

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


History
2018-09-15 09:10:26 UTC

Apply image 1809-RTM-amd64

2020-04-13 03:38:38 UTC

Install update 1809-amd64

2020-04-15 12:44:53 UTC

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

2020-04-15 19:49:17 UTC

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

2020-04-15 19:49:18 UTC

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

2020-04-15 19:49:19 UTC

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

2020-04-15 20:02:56 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', 'INSTALLLOCATION=C:\mongodb', 'ADDLOCAL=all' ); $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:\mongodb\bin\*.pdb -Force; Remove-Item C:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2020-04-15 20:02:57 UTC

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

2020-04-15 20:02:58 UTC

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

2020-04-15 20:03:00 UTC

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

Details
Created

2020-04-24 16:17:47 UTC

Size

148 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.17

PATH

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


Layers

[#000] sha256:ca96533948cdaf1fc84922a44248fcf915a3f526b46555bb96090bed658b00d7 - 25.76% (38.1 MB)

[#001] sha256:9c72780e1c95403020a1883a1054d9d48b7a5ad2d940ba2d57ae211369a19685 - 0.0% (472 Bytes)

[#002] sha256:0d962f0171bca79269769ac242507e3f65f2dcbb86de35ecaf164d37b8a89c9d - 0.0% (854 Bytes)

[#003] sha256:179f057dc5a95fd6368cf61fa48d9e2d85af21b750813b8dd17b7ad44752c342 - 0.0% (170 Bytes)

[#004] sha256:5d0a8e99e85782df175a29b1bde536a79db756966637facaf915cc8e16f38691 - 0.0% (1.94 KB)

[#005] sha256:a46d993ee733e416b83e56bc49a2736148b105b73cc7553c80fc2aaa7df313b1 - 1.6% (2.36 MB)

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

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

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

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

[#010] sha256:8f4372c45199d48239f882cd33086a7480f6645e6652b886e2558c1b60e68f9b - 71.84% (106 MB)

[#011] sha256:587f076de92d09903fc17a662bebb324abd1afa13dd10e89f23ff056ae0e3ead - 0.0% (171 Bytes)

[#012] sha256:cc10f27dd2024e92ff7f713da1de35c2fb0928ebe9405088ee2e73fa12bfa7cb - 0.0% (3.86 KB)


History
2020-04-24 00:20:42 UTC

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

2020-04-24 00:20:48 UTC

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

2020-04-24 00:20:53 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

2020-04-24 00:20:56 UTC

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

2020-04-24 00:20:58 UTC

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

2020-04-24 16:16:27 UTC

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

2020-04-24 16:16:42 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/*

2020-04-24 16:16:43 UTC

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

2020-04-24 16:16:43 UTC

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

2020-04-24 16:17:08 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

2020-04-24 16:17:10 UTC

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

2020-04-24 16:17:10 UTC

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

2020-04-24 16:17:12 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

2020-04-24 16:17:13 UTC

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

2020-04-24 16:17:14 UTC

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

2020-04-24 16:17:14 UTC

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

2020-04-24 16:17:15 UTC

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

2020-04-24 16:17:15 UTC

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

2020-04-24 16:17: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"

2020-04-24 16:17:41 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

2020-04-24 16:17:43 UTC

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

2020-04-24 16:17:44 UTC

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

2020-04-24 16:17:45 UTC

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

2020-04-24 16:17:45 UTC

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

2020-04-24 16:17:46 UTC

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

2020-04-24 16:17:47 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