Namespace
library
Image / Tag
mongo:4.1.6
Content Digest
sha256:b4d60ab4f4987d06fb749f98654f012191ab736bd17ec9ad9f898ed7f4277229
Details
Created

2018-12-29 00:58:08 UTC

Size

132 MB

Content Digest
Environment
GOSU_VERSION

1.10

GPG_KEYS

E162F504A20CDF15827F718D4B7C549A058F8B6B

JSYAML_VERSION

3.10.0

MONGO_MAJOR

4.1

MONGO_PACKAGE

mongodb-org-unstable

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.1.6

PATH

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


Layers

[#000] sha256:b849b56b69e770db0ae9e71f818f5be89ba0e30c14133c8a0c7b2ca0eeac15b4 - 31.48% (41.4 MB)

[#001] sha256:42986ef25bcd19ccfcb5964cdffc5704dcb663c9c7bbb494707c9aa7b1c4f1d5 - 0.0% (845 Bytes)

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

[#003] sha256:15b86ea202330d8a60b52809277c566a318663dc824319ddfca663e6c90ae7bd - 0.0% (170 Bytes)

[#004] sha256:95dc958d65c64a9847dfe14ddd2f1cfe2382db0c61fadbefa2ebe86c1847110e - 0.0% (1.94 KB)

[#005] sha256:aec60d69dd505861f372c1e7d291790863d676d6e1b63e4e0319eda2e66b904f - 2.13% (2.81 MB)

[#006] sha256:bf92a668191371e9f0f7526943b68233cb7a996c83e9077aaf58921717d692f8 - 0.54% (733 KB)

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

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

[#009] sha256:6ab3ae87a4d188430258d7b46b077e737b0f12bde8d7e30398d1420f5654bbd9 - 0.0% (236 Bytes)

[#010] sha256:252f3f7a51329d3afedb27f4217c36d69a54ee94fae7f5705a9695db144c457f - 65.83% (86.6 MB)

[#011] sha256:a480ce52ef9a553d663f6955dee68ab6fca6d54e2a11349729c0ce9cebb7cc51 - 0.0% (139 Bytes)

[#012] sha256:4f6c601f0e15441f49372c20c4e8edc1d72a23460461e325dd420b51535f2072 - 0.0% (3.7 KB)


History
2018-12-28 23:25:34 UTC

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

2018-12-28 23:25:38 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

2018-12-28 23:25:39 UTC

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

2018-12-28 23:25:40 UTC

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

2018-12-28 23:25:40 UTC

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

2018-12-29 00:56:45 UTC

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

2018-12-29 00:56:56 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/*

2018-12-29 00:56:56 UTC

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

2018-12-29 00:56:57 UTC

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

2018-12-29 00:57:04 UTC

/bin/sh -c set -ex; 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; 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 ha.pool.sks-keyservers.net --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; chmod +x /usr/local/bin/gosu; gosu nobody true; wget -O /js-yaml.js "https://github.com/nodeca/js-yaml/raw/${JSYAML_VERSION}/dist/js-yaml.js"; apt-get purge -y --auto-remove wget

2018-12-29 00:57:05 UTC

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

2018-12-29 00:57:46 UTC

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

2018-12-29 00:57:47 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

2018-12-29 00:57:47 UTC

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

2018-12-29 00:57:48 UTC

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

2018-12-29 00:57:48 UTC

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

2018-12-29 00:57:48 UTC

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

2018-12-29 00:57:48 UTC

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

2018-12-29 00:57:49 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"

2018-12-29 00:58:05 UTC

/bin/sh -c set -x && 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

2018-12-29 00:58:06 UTC

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

2018-12-29 00:58:07 UTC

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

2018-12-29 00:58:07 UTC

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

2018-12-29 00:58:08 UTC

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

2018-12-29 00:58:08 UTC

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

2018-12-29 00:58:08 UTC

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

Details
Created

2018-12-25 19:43:16 UTC

Size

5.32 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

c777df7816bb8c9a760fdea782113949408b6f39d72be29a2551fa51e2fe0473

MONGO_DOWNLOAD_URL

https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.1.6-signed.msi

MONGO_VERSION

4.1.6


Layers

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

[#001] sha256:bf261bf8d7bc7faa62a55474c337e0c2bf6e7d24df25e7737fa97ace46a2cd9a - 27.41% (1.46 GB)

[#002] sha256:5b92498775bef108bcee0d3239688e91da8acbfcaec62c8b5e05f78b04c70602 - 0.0% (1.18 KB)

[#003] sha256:f76f53febd3573929323f4d94f36bf70eb649d45f3d5fd903d4e9a307d7ea917 - 0.0% (1.19 KB)

[#004] sha256:eec4939fcbf001b93e9729e4a0419aaaf640bf734f5d9afaee6a7532df820bd8 - 0.0% (1.18 KB)

[#005] sha256:19c5a8be8561ec4ede55f41b7f0ccf94c39a6cee561e1e05e564d84408030e88 - 0.0% (1.18 KB)

[#006] sha256:054f4470d480746bb1804b388c0199a11c9db4affe60fc756d15a377e839e5db - 1.3% (70.8 MB)

[#007] sha256:1642b37b0db71dca5ccd8bac784770861c263a56977ff3375fb53d77670f7c99 - 0.0% (1.18 KB)

[#008] sha256:dc720cc82aa78c96701768496872aa61f6d3492f0f5d59c0da168d6fbb5a8932 - 0.0% (1.18 KB)

[#009] sha256:8467e44a378697425b1091bbedc71fb57432f81980b4b0788c8ea82db1a0cdc1 - 0.0% (1.19 KB)


History
2018-09-18 20:20:50 UTC

Apply image 10.0.14393.0

2018-12-10 22:22:29 UTC

Install update 10.0.14393.2665

2018-12-25 19:01:19 UTC

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

2018-12-25 19:32:36 UTC

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

2018-12-25 19:32:37 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.1.6-signed.msi

2018-12-25 19:32:39 UTC

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

2018-12-25 19:43: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'); 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.';

2018-12-25 19:43:13 UTC

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

2018-12-25 19:43:15 UTC

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

2018-12-25 19:43:16 UTC

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

Details
Created

2018-12-25 20:31:43 UTC

Size

2.6 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

c777df7816bb8c9a760fdea782113949408b6f39d72be29a2551fa51e2fe0473

MONGO_DOWNLOAD_URL

https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.1.6-signed.msi

MONGO_VERSION

4.1.6


Layers

[#000] sha256:d9e8b01179bfc94a5bdb1810fbd76b999aa52016001ace2d3a4c4bc7065a9601 - 59.41% (1.55 GB)

[#001] sha256:4a716b198c71b782955b21f1eed303f89f487eaef823ebccdeb452b764512b3b - 20.9% (557 MB)

[#002] sha256:edcb8af516ba153b07675737209648bd886ef5c8b56e7c912ead73de6e7b2b28 - 0.0% (1.18 KB)

[#003] sha256:e384ba70d4fc9ee039bf4623e817b4cb0dd52b65f637554148ef09f6be4ecaad - 0.0% (1.18 KB)

[#004] sha256:717858d1829265b83a87a5947ded40c8e9afc91a89711fe8bd51547683fdb010 - 0.0% (1.19 KB)

[#005] sha256:e22921f35abbb34acd9b0f30015ab24f4a2b24b247b1c8fd39f5e802183eccf5 - 0.0% (1.18 KB)

[#006] sha256:09406dc137ff6766f4e8d4c3be28fcbd1d44386bbc530c99b8cc127c69f2290d - 19.69% (525 MB)

[#007] sha256:9f4cc2fd82ad1e983ff2dc387dc6abb250eb91ab1172bbcbf6d667f41a09e159 - 0.0% (1.17 KB)

[#008] sha256:8ba34c5f2550ab48d56f70d695d590e3c8b3e56cdb1c6fdfd76be413014d17d6 - 0.0% (1.17 KB)

[#009] sha256:ed4cd7f4fdf286fa440733e37adfe9fa20e7e5505287ef52ff600da117716fb3 - 0.0% (1.18 KB)


History
2018-04-12 09:20:54 UTC

Apply image 10.0.17134.1

2018-12-06 19:45:44 UTC

Install update 10.0.17134.469

2018-12-25 19:28:55 UTC

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

2018-12-25 20:07:55 UTC

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

2018-12-25 20:07:56 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.1.6-signed.msi

2018-12-25 20:07:58 UTC

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

2018-12-25 20:31:36 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'); 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.';

2018-12-25 20:31:39 UTC

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

2018-12-25 20:31:41 UTC

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

2018-12-25 20:31:43 UTC

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

Details
Created

2018-12-25 20:07:37 UTC

Size

3.47 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

c777df7816bb8c9a760fdea782113949408b6f39d72be29a2551fa51e2fe0473

MONGO_DOWNLOAD_URL

https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.1.6-signed.msi

MONGO_VERSION

4.1.6


Layers

[#000] sha256:5847a47b8593f7c39aa5e3db09e50b76d42aa8898c0440c70cc9c69747d4c479 - 61.05% (2.12 GB)

[#001] sha256:10167262a01401a5b7cd880ca2abdb5a43d0cdb288b23e2bbda0cd16760064e7 - 23.56% (837 MB)

[#002] sha256:f9dda4685a777cd79d2b2657bd58c66d7d630dd04d91295e2867ebf816d48dc0 - 0.0% (1.17 KB)

[#003] sha256:f1b29654ce40032d91697ac38afa703bf88e3407f91e9d9a4d0f0af14739fc7b - 0.0% (1.18 KB)

[#004] sha256:804d5f45af69ac4832789c905db5b43c9320c962c70003aad38c8a7e4e155368 - 0.0% (1.18 KB)

[#005] sha256:ac46c4ff6496fe2d5c3511593ca1588f1c07a7bdd00da91d872dad9ea08e3ac3 - 0.0% (1.18 KB)

[#006] sha256:c99d3cc849c85207f13ab06dade87a90cee58038b4d8449889288cfc154ea91a - 15.39% (547 MB)

[#007] sha256:7a3e8b079ed1ca33e18890bdae0327934ed39834aa5df626361744b0ba079648 - 0.0% (1.16 KB)

[#008] sha256:294115dae51ad405923bb87aaff45f93713241edc7c21a7f1a5df6a339d47576 - 0.0% (1.17 KB)

[#009] sha256:cd2267a51998e6f990e4ae36209a01d60be732d5453fa93fbcf86c0a97913400 - 0.0% (1.18 KB)


History
2017-09-29 14:43:28 UTC

Apply image 10.0.16299.15

2018-12-05 22:40:26 UTC

Install update 10.0.16299.846

2018-12-25 19:04:16 UTC

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

2018-12-25 19:43:35 UTC

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

2018-12-25 19:43:37 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.1.6-signed.msi

2018-12-25 19:43:38 UTC

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

2018-12-25 20:07: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'); 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.';

2018-12-25 20:07:34 UTC

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

2018-12-25 20:07:36 UTC

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

2018-12-25 20:07:37 UTC

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

Details
Created

2018-12-29 12:13:46 UTC

Size

112 MB

Content Digest
Environment
GOSU_VERSION

1.10

GPG_KEYS

E162F504A20CDF15827F718D4B7C549A058F8B6B

JSYAML_VERSION

3.10.0

MONGO_MAJOR

4.1

MONGO_PACKAGE

mongodb-org-unstable

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

4.1.6

PATH

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


Layers

[#000] sha256:e10919c546c28d8a8c8c44475b76a37bfedf17e31643d49ee9fa25a5c16005f7 - 33.72% (37.7 MB)

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

[#002] sha256:473e207e8cf0baa97b8ecc6ece8e9aaf5fa82528f07a23dcb346db8ae2306238 - 0.0% (471 Bytes)

[#003] sha256:0deecc1ceca24413e3c79e611c8ddfe78239b447ab29b5ce389b8b931fdc53ce - 0.0% (170 Bytes)

[#004] sha256:3a2becb684c7c6e9dc2a2ceafa1517761b2a42b2044498c69ce9e28045f191f2 - 0.0% (1.96 KB)

[#005] sha256:b632039574c2a768c4270ad1c0a44ef0c7be506303b8b15eccaf7ace4dadc008 - 2.11% (2.36 MB)

[#006] sha256:4a4adf5411e1cac983757e61dee87b5bbaf5ceaac4c46c7d1867471ef9b5c0a8 - 0.61% (701 KB)

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

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

[#009] sha256:8467370cf134aab0ccf35655c565770194bc75afbfef3e8231573c032c229370 - 0.0% (240 Bytes)

[#010] sha256:33a203ac6511169f27ec9b7afb0f82accb772bd10bb6e1c50e7a42618dd13fb6 - 63.55% (71 MB)

[#011] sha256:57dd0fddeaf05a7d3d3778bbe30d431e146a6c9693839849da39efa98729128f - 0.0% (140 Bytes)

[#012] sha256:0e63901a486871a346d6bf40f83b3a410866001f111453556f630f5e143c16d0 - 0.0% (3.71 KB)


History
2018-12-29 10:13:02 UTC

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

2018-12-29 10:13:04 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

2018-12-29 10:13:07 UTC

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

2018-12-29 10:13:09 UTC

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

2018-12-29 10:13:09 UTC

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

2018-12-29 12:07:54 UTC

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

2018-12-29 12:08:29 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/*

2018-12-29 12:08:30 UTC

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

2018-12-29 12:08:33 UTC

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

2018-12-29 12:09:20 UTC

/bin/sh -c set -ex; 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; 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 ha.pool.sks-keyservers.net --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; chmod +x /usr/local/bin/gosu; gosu nobody true; wget -O /js-yaml.js "https://github.com/nodeca/js-yaml/raw/${JSYAML_VERSION}/dist/js-yaml.js"; apt-get purge -y --auto-remove wget

2018-12-29 12:09:23 UTC

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

2018-12-29 12:11:51 UTC

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

2018-12-29 12:11:59 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

2018-12-29 12:12:00 UTC

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

2018-12-29 12:12:02 UTC

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

2018-12-29 12:12:03 UTC

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

2018-12-29 12:12:04 UTC

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

2018-12-29 12:12:06 UTC

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

2018-12-29 12:12:13 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"

2018-12-29 12:13:32 UTC

/bin/sh -c set -x && 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

2018-12-29 12:13:35 UTC

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

2018-12-29 12:13:36 UTC

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

2018-12-29 12:13:37 UTC

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

2018-12-29 12:13:42 UTC

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

2018-12-29 12:13:44 UTC

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

2018-12-29 12:13:46 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