Namespace
library
Image / Tag
mongo:3.0.15-windowsservercore-ltsc2016
Content Digest
sha256:d92028729e5ddbba0ee8ffbdc7b18ed6f58a2399094d2e075c6db66037baef5b
Details
Created

2018-01-05 02:54:40 UTC

Size

5.05 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

0a10cb87da164df7a1d31180d2ea1f3b096dda6e3d7b9f95c184ef953a1677bb

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

3.0.15


Layers

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

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

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

[#003] sha256:1b9b11c943102bbbb5bcde72f98ffc0d66eace802a5ea5051bd84399beab497e - 0.0% (1.16 KB)

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

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

[#006] sha256:d74072e98626fe4174170eec84315ae8ea4dd1d49c375be4639f789ad88e4496 - 0.87% (44.9 MB)

[#007] sha256:553c4c321873a5049bb9785c44d235ae8fd10c8222d10f89b5b31edc542a9cf6 - 0.0% (1.18 KB)

[#008] sha256:7385460c2ec2093137223e1811463ac2083099b45e7567827a44fc19278982f6 - 0.0% (1.14 KB)

[#009] sha256:725672f336d71aa03c2b143222fded841af0217d937c87021ddc51eaff79ea80 - 0.0% (1.17 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:38:20 UTC

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

2018-01-05 02:38:21 UTC

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

2018-01-05 02:38:22 UTC

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

2018-01-05 02:54:36 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 02:54:37 UTC

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

2018-01-05 02:54:39 UTC

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

2018-01-05 02:54:40 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