Namespace
library
Image / Tag
mongo:3.2.16
Content Digest
sha256:6a0061a32c34bc8004ed69c9d9331a0695bda9430e24bea7fb4b331864394d7f
Details
Created

2017-09-13 21:17:28 UTC

Size

99.6 MB

Content Digest
Environment
GOSU_VERSION

1.7

GPG_KEYS

DFFA3DCF326E302C4787673A01C4E7FAAAB2461C 42F3E95A2C4F08279C4960ADD68FA50FEA312927

MONGO_MAJOR

3.2

MONGO_PACKAGE

mongodb-org

MONGO_REPO

repo.mongodb.org

MONGO_VERSION

3.2.16

PATH

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


Layers

[#000] sha256:065132d9f7059b525640520932c776949f4d0d744b65429f1026f3d4d9b3615a - 28.83% (28.7 MB)

[#001] sha256:0804fbd93397b69eb5743a54bff7523238dc68dda7a2c9b73a226eca5bc25cc2 - 0.0% (2.04 KB)

[#002] sha256:2017979d193f1a628fb4cf72fc1e3249b3276377ba970ecba6458815a4c9202d - 2.3% (2.29 MB)

[#003] sha256:1d21d92a41771207e33e7b7b64e4b2393c60ed7687d7b4bf7d5a2dffa4d3409c - 1.06% (1.06 MB)

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

[#005] sha256:c034b34661ee5208f49c7eb0c0c6e598a6e5526d05b5163057585beb53b97c11 - 0.0% (3 KB)

[#006] sha256:f9199b5efbcce9e2d92b5c8684876dcf7ad6fcf6163fcbf997b6a8bf7991e6df - 0.0% (226 Bytes)

[#007] sha256:42c2318c947cfb64ddb484cc7a9bc8cab823766bbbdacd1a6b6a287adbdf2636 - 67.8% (67.5 MB)

[#008] sha256:3155ef795942434d8417738d31a9b76f0d2e9648fe1cd81a07e3648ae921d8b5 - 0.0% (138 Bytes)

[#009] sha256:5d7ad9295b911f259c9136d9109eb94daa5e2f07a91992ebfc59fb7bf097acdf - 0.0% (3.04 KB)

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


History
2017-09-13 08:40:50 UTC

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

2017-09-13 08:40:50 UTC

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

2017-09-13 21:16:06 UTC

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

2017-09-13 21:16:27 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-09-13 21:16:27 UTC

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

2017-09-13 21:16:54 UTC

/bin/sh -c set -x && apt-get update && apt-get install -y --no-install-recommends wget && rm -rf /var/lib/apt/lists/* && wget -O /usr/local/bin/gosu "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture)" && wget -O /usr/local/bin/gosu.asc "https://github.com/tianon/gosu/releases/download/$GOSU_VERSION/gosu-$(dpkg --print-architecture).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 && apt-get purge -y --auto-remove wget

2017-09-13 21:16:54 UTC

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

2017-09-13 21:16:54 UTC

/bin/sh -c #(nop) ENV GPG_KEYS=DFFA3DCF326E302C4787673A01C4E7FAAAB2461C 42F3E95A2C4F08279C4960ADD68FA50FEA312927

2017-09-13 21:17:00 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-09-13 21:17:00 UTC

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

2017-09-13 21:17:00 UTC

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

2017-09-13 21:17:00 UTC

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

2017-09-13 21:17:00 UTC

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

2017-09-13 21:17:01 UTC

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

2017-09-13 21:17:01 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-09-13 21:17:25 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-09-13 21:17:26 UTC

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

2017-09-13 21:17:26 UTC

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

2017-09-13 21:17:26 UTC

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

2017-09-13 21:17:27 UTC

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

2017-09-13 21:17:27 UTC

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

2017-09-13 21:17:27 UTC

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

2017-09-13 21:17:28 UTC

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

Details
Created

2017-09-15 16:41:38 UTC

Size

5.02 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

d27765ea1042f83b8a34cd60758c7ebf037520b9fb0e7c0c972e8256ee717829

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

3.2.16


Layers

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

[#001] sha256:da87b55a9b6358a65462540faeaa97505b0a12e1a2c14f08893589181d32d00d - 23.49% (1.18 GB)

[#002] sha256:d9a80234ea5aa1b3fdb0960fc47b11cc20b357170851b348ddd413a7be726094 - 0.0% (1.2 KB)

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

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

[#005] sha256:45615bb4a4cc20c13dc72181c18ffcf62812e1f4e75cb6518010a771b3416e12 - 0.0% (1.19 KB)

[#006] sha256:a56d02846b0c63207289181524b861a8ca50ef98472d56cd928a637784309f39 - 0.98% (50.5 MB)

[#007] sha256:07312e9a0086b03372b14b033adc9871ad759358452a607748835cd5e8eb6714 - 0.0% (1.19 KB)

[#008] sha256:5bddbeab99ad6cc55e9cc855825f4bbb205a02fea6077a8d4475e0ab41e14aff - 0.0% (1.19 KB)

[#009] sha256:4d29076ec36e7aef6fcfe1e9519a9be0405aba0b03efebeef58552d1a6945528 - 0.0% (1.19 KB)


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

Apply image 10.0.14393.0

2017-09-12 22:02:46 UTC

Install update 10.0.14393.1715

2017-09-14 16:25:09 UTC

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

2017-09-15 16:40:21 UTC

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

2017-09-15 16:40:26 UTC

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

2017-09-15 16:40:29 UTC

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

2017-09-15 16:41:25 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-09-15 16:41:30 UTC

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

2017-09-15 16:41:35 UTC

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

2017-09-15 16:41:38 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