2018-07-31 16:55:32 UTC
126 MB
1.10
GPG_KEYS2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5
JSYAML_VERSION3.10.0
MONGO_MAJOR3.6
MONGO_PACKAGEmongodb-org
MONGO_REPOrepo.mongodb.org
MONGO_VERSION3.6.6
PATH/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:5bba3ecb4cd6374a19da45f2a3db0a9c0804984358b3bb4b666c28944016e5ff - 22.79% (28.7 MB)
[#001] sha256:c9f47d82692cde614aa658782984a01c5130c4a7d2a1232bf8c0d4c42bd0ba2f - 0.0% (2.04 KB)
[#002] sha256:254ab97aaba698526568b72c72d15e9480931723be804e276c216e99fcb400d8 - 1.78% (2.24 MB)
[#003] sha256:1d7273ca6586c94f633591c4cea8ae8f70a5d231eaf02fea319c3b53b7c947c4 - 0.62% (797 KB)
[#004] sha256:995a5e99ca0fb514ba4656d11093bf984a05387a1ff1e0eaaa26f674b847a804 - 0.0% (115 Bytes)
[#005] sha256:6c160d1e2f5abf7e466a9ecfb1dd61cdf9daf14047ffa19297570c0940ab733c - 0.0% (1.4 KB)
[#006] sha256:3cec2f49d44b430b70ad05b6b1c3ee4efcc032a2c4e8ce807885dfef5afd5dcc - 0.0% (229 Bytes)
[#007] sha256:636dff54d1d223d3b4c48a5f27d5449fdd65a4ec527890cbe37406063f8842b3 - 74.81% (94.3 MB)
[#008] sha256:417470035472c232f9b092c88f1cf00ea29a95baf2a28e8e81b66dfa8e2ec4e0 - 0.0% (139 Bytes)
[#009] sha256:4950bb6ea81564f1b61f376869300b72b9e5c3fbc25710f2ee47563ca6362dcc - 0.0% (3.63 KB)
/bin/sh -c #(nop) ADD file:f41225557de4ad90c9325b91551c90e0262532b9270ea997ddf92d688387649e in /
2018-07-17 00:21:42 UTC/bin/sh -c #(nop) CMD ["bash"]
2018-07-17 04:06:52 UTC/bin/sh -c groupadd -r mongodb && useradd -r -g mongodb mongodb
2018-07-17 04:07:34 UTC/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates jq numactl && rm -rf /var/lib/apt/lists/*
2018-07-17 04:07:34 UTC/bin/sh -c #(nop) ENV GOSU_VERSION=1.10
2018-07-17 04:07:35 UTC/bin/sh -c #(nop) ENV JSYAML_VERSION=3.10.0
2018-07-31 16:51:04 UTC/bin/sh -c set -ex; apt-get update; apt-get install -y --no-install-recommends wget ; 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 --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-07-31 16:51:05 UTC/bin/sh -c mkdir /docker-entrypoint-initdb.d
2018-07-31 16:54:20 UTC/bin/sh -c #(nop) ENV GPG_KEYS=2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5
2018-07-31 16:54:29 UTC/bin/sh -c set -ex; export GNUPGHOME="$(mktemp -d)"; for key in $GPG_KEYS; do gpg --keyserver ha.pool.sks-keyservers.net --recv-keys "$key"; done; gpg --export $GPG_KEYS > /etc/apt/trusted.gpg.d/mongodb.gpg; command -v gpgconf && gpgconf --kill all || :; rm -r "$GNUPGHOME"; apt-key list
2018-07-31 16:54:29 UTC/bin/sh -c #(nop) ARG MONGO_PACKAGE=mongodb-org
2018-07-31 16:54:29 UTC/bin/sh -c #(nop) ARG MONGO_REPO=repo.mongodb.org
2018-07-31 16:54:30 UTC/bin/sh -c #(nop) ENV MONGO_PACKAGE=mongodb-org MONGO_REPO=repo.mongodb.org
2018-07-31 16:54:30 UTC/bin/sh -c #(nop) ENV MONGO_MAJOR=3.6
2018-07-31 16:54:30 UTC/bin/sh -c #(nop) ENV MONGO_VERSION=3.6.6
2018-07-31 16:54:31 UTC/bin/sh -c echo "deb http://$MONGO_REPO/apt/debian jessie/${MONGO_PACKAGE%-unstable}/$MONGO_MAJOR main" | tee "/etc/apt/sources.list.d/${MONGO_PACKAGE%-unstable}.list"
2018-07-31 16:55:21 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-07-31 16:55:31 UTC/bin/sh -c mkdir -p /data/db /data/configdb && chown -R mongodb:mongodb /data/db /data/configdb
2018-07-31 16:55:31 UTC/bin/sh -c #(nop) VOLUME [/data/db /data/configdb]
2018-07-31 16:55:31 UTC/bin/sh -c #(nop) COPY file:18c5d9b642a89adf49e037d95a9e7de6b60557c77e049c9652605cf9cba57df9 in /usr/local/bin/
2018-07-31 16:55:32 UTC/bin/sh -c #(nop) ENTRYPOINT ["docker-entrypoint.sh"]
2018-07-31 16:55:32 UTC/bin/sh -c #(nop) EXPOSE 27017/tcp
2018-07-31 16:55:32 UTC/bin/sh -c #(nop) CMD ["mongod"]
2018-08-17 09:39:40 UTC
5.2 GB
584bc98ce5755f419b7182c3abf1c632a4365e28577a4f498be2c291beeae7c2
MONGO_DOWNLOAD_URLhttps://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.6.6-signed.msi
MONGO_VERSION3.6.6
[#000] sha256:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 72.89% (3.79 GB)
[#001] sha256:6631c2d2a60cd7ee5b334c2725b03e4d4976abb9a19c8e8dc9b806b3752745a6 - 25.82% (1.34 GB)
[#002] sha256:b95dd3ea2455375b05a0040130b4b3f2bd839787743ff33b9d31af75610902b1 - 0.0% (1.17 KB)
[#003] sha256:f6f436657de382f7b588b03eef6d76b3b965ac8758fa1222657023cb2b56e1da - 0.0% (1.18 KB)
[#004] sha256:a8d3abf6f267c68c278861b646427f3334220b3e0e8a151360455433546ef302 - 0.0% (1.17 KB)
[#005] sha256:6c3e36bac5a6a459ee72e0122610c118083b25757239404ccb2112b7d6f86a05 - 0.0% (1.16 KB)
[#006] sha256:e7e87eac4209f28ddab87492a70ec110bf5352d439abe8de222c975fb15897f9 - 1.29% (68.5 MB)
[#007] sha256:ccd64f23b6590864e4acc8e53762465fabb7c4b582917bcc2d6b7df84978e1bd - 0.0% (1.17 KB)
[#008] sha256:b0ebf34cf3513c3ca600710940cfe9ad77c187bcf2e76cb4ccd76d3fdce77304 - 0.0% (1.18 KB)
[#009] sha256:b690bae0f9ca414f8f0a722ee9f77c37b1730d4fe6cac61aaa17fdef4aaa5c2f - 0.0% (1.16 KB)
Apply image 10.0.14393.0
2018-08-13 17:52:23 UTCInstall update 10.0.14393.2430
2018-08-17 09:21:39 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2018-08-17 09:31:57 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=3.6.6
2018-08-17 09:31:58 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.6.6-signed.msi
2018-08-17 09:31:59 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=584bc98ce5755f419b7182c3abf1c632a4365e28577a4f498be2c291beeae7c2
2018-08-17 09:39:35 UTCpowershell -Command $ErrorActionPreference = 'Stop'; Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); (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-08-17 09:39:38 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2018-08-17 09:39:39 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017/tcp
2018-08-17 09:39:40 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
2018-08-17 09:58:57 UTC
3.4 GB
584bc98ce5755f419b7182c3abf1c632a4365e28577a4f498be2c291beeae7c2
MONGO_DOWNLOAD_URLhttps://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.6.6-signed.msi
MONGO_VERSION3.6.6
[#000] sha256:5847a47b8593f7c39aa5e3db09e50b76d42aa8898c0440c70cc9c69747d4c479 - 62.3% (2.12 GB)
[#001] sha256:c4047f78756c2319eb99557ec7139906cf11af6c91aefcc0e44ac49a5481d8e4 - 22.95% (799 MB)
[#002] sha256:979b51c3a12a3db81990ebd92c5d5a3325e035f84c0503e987ede3bfd73f44df - 0.0% (1.16 KB)
[#003] sha256:6bf6816aaf59c0f07a4e05da584c6f7ffd5bb1b88857d1b2a24752229d722acd - 0.0% (1.17 KB)
[#004] sha256:dff2a77315c980fc8da6840e1600fa9d1142aa145cf7121dae87f69f08d30035 - 0.0% (1.16 KB)
[#005] sha256:afd5339b2551196f141fa5346a4108a2a3d4a100fb608d372c690a9e422b967f - 0.0% (1.18 KB)
[#006] sha256:c54ed76500887df1504bcf67fcb031298a1593ad861d92a6f79fcb4dcb6e2171 - 14.75% (513 MB)
[#007] sha256:0fb197b4854efcb4bbee22afc60cf1fb20a51bcc1b1cffc28e85c6888200e896 - 0.0% (1.17 KB)
[#008] sha256:729482620dd2198dab11438727cc50e717b1fddcad67d09fd4fffb500055d6e3 - 0.0% (1.17 KB)
[#009] sha256:d6adf24a0727d94d5d8cd3e44983c2e045c998176364da5a1bfb8517e81d0a3a - 0.0% (1.17 KB)
Apply image 10.0.16299.15
2018-08-08 23:20:54 UTCInstall update 10.0.16299.611
2018-08-17 09:24:21 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) SHELL [powershell -Command $ErrorActionPreference = 'Stop';]
2018-08-17 09:39:56 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=3.6.6
2018-08-17 09:39:57 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.6.6-signed.msi
2018-08-17 09:39:57 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=584bc98ce5755f419b7182c3abf1c632a4365e28577a4f498be2c291beeae7c2
2018-08-17 09:58:52 UTCpowershell -Command $ErrorActionPreference = 'Stop'; Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); (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-08-17 09:58:54 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) VOLUME [C:\data\db C:\data\configdb]
2018-08-17 09:58:56 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) EXPOSE 27017/tcp
2018-08-17 09:58:57 UTCpowershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]
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.