Namespace
library
Image / Tag
mongo:3.4.10
Content Digest
sha256:b84baeffd0f14bebaf057b36de9414ee41584a897351795f4a3889257cf19b6d
Details
Created

2017-12-21 01:20:56 UTC

Size

126 MB

Content Digest
Environment
GOSU_VERSION

1.10

GPG_KEYS

0C49F3730359A14518585931BC711F9BA15703C6

JSYAML_VERSION

3.10.0

MONGO_MAJOR

3.4

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

3.4.10

PATH

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


Layers

[#000] sha256:c4bb02b17bb4b034c95a948c99c762cf0486a45f45441a052208d7750f1b413b - 22.84% (28.7 MB)

[#001] sha256:3f58e3bb3be4bfc57e890138990e250f521d69af3a0c39c7d0394727c66dc676 - 0.0% (2.04 KB)

[#002] sha256:a229fb575a6e558f699a74bc9037d818b6d74c607e68ef6cf1c548daf10ebc52 - 1.82% (2.29 MB)

[#003] sha256:8f5ddc533743964c2e280d7a7e70667e892c29b518c04ee34aa56aa9449b59da - 0.62% (798 KB)

[#004] sha256:5e9d2af6e2069f3050614a5f983f7147427a7f4e907c67bbb070e346ab333ed5 - 0.0% (115 Bytes)

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

[#006] sha256:1723351cb8b477e49637a166a9f6e1392c8ecdcef5df971d33348e2aeaecd3e7 - 0.0% (225 Bytes)

[#007] sha256:78dd8437755a7eca2d118b41346592b0e55d4529d05aedc5180563d26b2c832e - 74.72% (94 MB)

[#008] sha256:61012c0435729d9c1eb7125e91a3db7ffa9492e1224ee9fe356415df24d11ad7 - 0.0% (139 Bytes)

[#009] sha256:76aeb242d479c37f92572a4077aba093f3433e0401c9a56d3391dff44861e370 - 0.0% (3.49 KB)

[#010] sha256:bdc8171e92f4532da660f8d79d2d40ea612c785860ae359be8f463e525f0230c - 0.0% (121 Bytes)


History
2017-12-12 01:41:34 UTC

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

2017-12-12 01:41:35 UTC

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

2017-12-12 02:36:34 UTC

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

2017-12-12 02:38:45 UTC

/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates jq numactl && rm -rf /var/lib/apt/lists/*

2017-12-21 01:16:42 UTC

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

2017-12-21 01:16:42 UTC

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

2017-12-21 01:17:01 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; 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

2017-12-21 01:17:02 UTC

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

2017-12-21 01:19:41 UTC

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

2017-12-21 01:19:44 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; rm -r "$GNUPGHOME"; apt-key list

2017-12-21 01:19:44 UTC

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

2017-12-21 01:19:44 UTC

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

2017-12-21 01:19:44 UTC

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

2017-12-21 01:19:44 UTC

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

2017-12-21 01:19:45 UTC

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

2017-12-21 01:19:45 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"

2017-12-21 01:20:03 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

2017-12-21 01:20:54 UTC

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

2017-12-21 01:20:54 UTC

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

2017-12-21 01:20:54 UTC

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

2017-12-21 01:20:55 UTC

/bin/sh -c ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh # backwards compat

2017-12-21 01:20:55 UTC

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

2017-12-21 01:20:56 UTC

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

2017-12-21 01:20:56 UTC

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

Details
Created

2018-01-05 03:00:06 UTC

Size

5.07 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

6b650bdf62792fb44445edfee2100b9a8d861710348c8bbd3b93f56d11d5e7ea

MONGO_DOWNLOAD_URL

http://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.4.10-signed.msi

MONGO_VERSION

3.4.10


Layers

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

[#001] sha256:449343c9d7e2919413898dc8a7e8780ef164b76a3b9dd19de104706edf05113a - 23.96% (1.21 GB)

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

[#003] sha256:02097f6a68c26f33c17204ffccb87065bb6c1dddf9292aabdc5d0cfd5e85f5ee - 0.0% (1.17 KB)

[#004] sha256:4556ca69527ee909f60b6fb4d531cafe45206281526cadcfde6f14335d9d68af - 0.0% (1.17 KB)

[#005] sha256:051995d82c52c619f43b898ff1617f3babffa147dbe1947c2c3d9d1b22ec837d - 0.0% (1.17 KB)

[#006] sha256:68069dd0d2b7ff3e611e3b0a6c0037abf1dc78e277089f153954918710519dd5 - 1.24% (64.6 MB)

[#007] sha256:8d0716c245a7299dc321097c8c2f74c8cd54ba39eb2336277d43eab2aaa4d188 - 0.0% (1.17 KB)

[#008] sha256:75e02cb68857161cbd6d8575fee89783ca7e13b497240a7f38e41f76f859ba6f - 0.0% (1.17 KB)

[#009] sha256:e03322bd68565b6e1b936ed40c538349761d037d248bd1cc710f927712f00c41 - 0.0% (1.16 KB)


History
2016-12-13 10:53:31 UTC

Apply image 10.0.14393.0

2018-01-04 20:07:32 UTC

Install update 10.0.14393.2007

2018-01-05 02:38:19 UTC

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

2018-01-05 02:57:44 UTC

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

2018-01-05 02:57:45 UTC

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

2018-01-05 02:57:46 UTC

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

2018-01-05 03:00:01 UTC

powershell -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-01-05 03:00:03 UTC

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

2018-01-05 03:00:05 UTC

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

2018-01-05 03:00:06 UTC

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

Details
Created

2017-12-13 03:04:56 UTC

Size

2.73 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

6b650bdf62792fb44445edfee2100b9a8d861710348c8bbd3b93f56d11d5e7ea

MONGO_DOWNLOAD_URL

http://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.4.10-signed.msi

MONGO_VERSION

3.4.10


Layers

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

[#001] sha256:e50cc21fbc56936f06a5d9dfe4559b7108a89064fcb39dfbe14150d5cfeb912b - 20.14% (562 MB)

[#002] sha256:a768329167a641833bde82301c06d629170e446fe0d207a2fe4a55c0a7aeb6ac - 0.0% (1.16 KB)

[#003] sha256:fe3897e104207f2d5fcfbeb59db966ec737475f376aaf98b3b77e20bd0d28a99 - 0.0% (1.17 KB)

[#004] sha256:dd3f909469ec493bd10b7bad5b5fb130796da35ceffdd10017495d139676f7cd - 0.0% (1.16 KB)

[#005] sha256:dc2306bda02ae76915dce1b47898ce5b4599e9cd01ef0dbe5abfa25fdeb461a1 - 0.0% (1.17 KB)

[#006] sha256:04b8495b3df676b97f4c3e13a85c40754d9e20c470e12801f3333501163338ed - 2.14% (59.9 MB)

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

[#008] sha256:ebecba35c2e569980a8b7b04578cf30e0d719bbb9a7dbbf5f6e103cae3d7fd2a - 0.0% (1.15 KB)

[#009] sha256:9286875f590bc8985af9b15c002756168e9695752fa557785aea4a360c886318 - 0.0% (1.17 KB)


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

Apply image 10.0.16299.15

2017-12-09 18:00:03 UTC

Install update 10.0.16299.125

2017-12-13 02:53:46 UTC

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

2017-12-13 03:03:04 UTC

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

2017-12-13 03:03:05 UTC

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

2017-12-13 03:03:05 UTC

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

2017-12-13 03:04:50 UTC

powershell -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.';

2017-12-13 03:04:53 UTC

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

2017-12-13 03:04:55 UTC

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

2017-12-13 03:04:56 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(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