Namespace
library
Image / Tag
mongo:3.3.11-windowsservercore
Content Digest
sha256:0bade270d4a9704c71580a0527e264928fb7afc0db0f1007388b18b55519bc7b
Details
Created

2016-08-17 22:22:29 UTC

Size

3.53 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

cea09e54b6540bfd4f6c55a058f81d96a543557eb023289cad36d577424bd079

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

3.3.11


Layers

[#000] sha256:1239394e5a8ab79fbd3b751dc5d98decf5886f14339958fdf5c1f96c89da58a7 - 91.24% (3.22 GB)

[#001] sha256:be0175dbdd12c150c89a273c6ae8a093858f186a1b130670b81917d39cfc62c3 - 0.0% (1.32 KB)

[#002] sha256:dfe883eff4994fbceb894d01dd7cc6bd7e3ab5903f730c7144ea2e799aa566a5 - 0.11% (3.87 MB)

[#003] sha256:3d768733f545203f7654131870f54e268d5c6d47a55e61c3a05a3bf76bedaed1 - 0.0% (1.32 KB)

[#004] sha256:a431787fb500f6e46498deb6bc95437acb053a60a4d71b89dbaee30bfe32ea56 - 0.0% (1.32 KB)

[#005] sha256:15a5f0966cb831bc7d3df78f5d77117f7f7efce1c2af6fb2647fcf8887779437 - 0.0% (1.31 KB)

[#006] sha256:c193529328724b2aaa35451e718bf996e6e4d4a162b8bec016119a6f8248d723 - 8.66% (313 MB)

[#007] sha256:9074caf4c240939e606dc17880aa4c30183caeaaf49e1031580d0eba42a79783 - 0.0% (1.32 KB)

[#008] sha256:d9f62fee337b6463a6155f663e611326007446abfc7374c4ba3f2c60236178b0 - 0.0% (1.32 KB)

[#009] sha256:5726fd3a2ca87ad03ad924a5c334768fbbb6e14051b70e5236d50a729def9d57 - 0.0% (1.31 KB)


History
2016-08-12 17:01:50 UTC

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

2016-08-17 20:30:21 UTC

powershell -Command $ErrorActionPreference = 'Stop'; [Environment]::SetEnvironmentVariable('PATH', 'C:\mongodb\bin;' + $env:PATH, [EnvironmentVariableTarget]::Machine);

2016-08-17 22:16:39 UTC

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

2016-08-17 22:16:50 UTC

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

2016-08-17 22:17:19 UTC

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

2016-08-17 22:22:17 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' ); Write-Host 'Verifying install ...'; Write-Host ' mongo --version'; mongo --version; Write-Host ' mongod --version'; mongod --version; Write-Host 'Removing ...'; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2016-08-17 22:22:21 UTC

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

2016-08-17 22:22:26 UTC

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

2016-08-17 22:22:29 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