Namespace
library
Image / Tag
mongo:4.0.13-windowsservercore-ltsc2016
Content Digest
sha256:88512bbbcaf78f65528b014cb2cfe3ba289650b1d1313708003898dfb4496226
Details
Created

2019-12-11 23:16:52 UTC

Size

5.41 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

3d81d6214017e66343be94109aa36147a684be43b2731c37e52dd14518501ec0

MONGO_DOWNLOAD_URL

https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-4.0.13-signed.msi

MONGO_VERSION

4.0.13


Layers

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

[#001] sha256:55d044e60c8959ce88aee467913bb11827c1ec057a2fd108a293e274dbd74f1d - 28.45% (1.54 GB)

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

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

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

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

[#006] sha256:790eee007f25e4655a64d552a089ab2542b6916e4c115b3e4f589ed7357f07d6 - 1.49% (82.6 MB)

[#007] sha256:b96cb717f3e92ad0c4c894b9a76338096035b38cdbf6493d617da34a5f6c4748 - 0.0% (1.15 KB)

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

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


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

Apply image 1607-RTM-amd64

2019-11-27 14:43:00 UTC

Install update ltsc2016-amd64

2019-12-11 15:47:05 UTC

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

2019-12-11 23:07:06 UTC

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

2019-12-11 23:07:07 UTC

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

2019-12-11 23:07:09 UTC

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

2019-12-11 23:16:47 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.';

2019-12-11 23:16:49 UTC

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

2019-12-11 23:16:51 UTC

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

2019-12-11 23:16:52 UTC

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

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