Namespace
library
Image / Tag
mongo:3.4.22-windowsservercore
Content Digest
sha256:a828a27e3c61f4d35deadf8d6e8c73193c21b722eb944acce3cffb09715157f4
Details
Created

2019-09-11 23:32:27 UTC

Size

5.41 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

323292cec6c414af30ce0cb4f4a706d08471674a80fbe5bd7e718dec5e420adb

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

3.4.22


Layers

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

[#001] sha256:921b2cb8ef3f601b774ce4ed84167533b39452ad2cd00bfc96e0a8246b85067d - 28.36% (1.53 GB)

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

[#003] sha256:9b9575c966ae54e309511570d7bce85a13beb854a4307482fe55903bf6ed23a5 - 0.0% (1.15 KB)

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

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

[#006] sha256:d78197c4dea2adc39a9ae08e779a2c013d108d6234e615194e842b4968f06eda - 1.58% (87.8 MB)

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

[#008] sha256:379f2cddc756d3a723d83cf337fd954087d543331398fabb6c02b8b28fadf925 - 0.0% (1.16 KB)

[#009] sha256:75b32e5fdf86b789da4b22419e44252fdda67688065728086a38ac45f7d918cb - 0.0% (1.15 KB)


History
2016-11-22 23:24:34 UTC

Apply image 1607-RTM-amd64

2019-08-30 15:00:00 UTC

Install update ltsc2016-amd64

2019-09-11 15:00:14 UTC

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

2019-09-11 23:29:29 UTC

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

2019-09-11 23:29:30 UTC

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

2019-09-11 23:29:32 UTC

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

2019-09-11 23:32:21 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-09-11 23:32:23 UTC

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

2019-09-11 23:32:25 UTC

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

2019-09-11 23:32:27 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