Namespace
library
Image / Tag
mongo:4.2.7-windowsservercore-1809
Content Digest
sha256:a2557c1e77031161eb1a8e02a1272ee02834e1b13a4fac614015f1d8e363df01
Details
Created

2020-06-10 19:52:01 UTC

Size

2.56 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

d085db55ea34452617e73a5d7ad80fbc4b9eaf75990e49080a7c3ced13fbb42c

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.7-signed.msi

MONGO_VERSION

4.2.7


Layers

[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 62.44% (1.6 GB)

[#001] sha256:666079ee04606f07f4a27dd98526f5049ef8fed93e347d8b4c447b0d5060c77d - 20.91% (549 MB)

[#002] sha256:b11029314f3c794dc51e43c915b3e62f6b44aeb96f84b8b92f453e61cf7a2cb3 - 0.0% (1.1 KB)

[#003] sha256:bf06d0ea6b59b7ed927cfc2d1015230e9e95bda7bfc80f297878880b126162f4 - 0.0% (1.1 KB)

[#004] sha256:4730881db54360d7cd92c5af46fb536dfff33659c5d6d69bd8db3c71a2844f32 - 0.0% (1.12 KB)

[#005] sha256:7070782e951460b20909be58236b6757425812caba69bb700708ccaab90f3b5b - 0.0% (1.14 KB)

[#006] sha256:c5a5f955fe6870efc8b0bb32dec11b13d4031de342cd63852174bf47dfb5088f - 16.65% (437 MB)

[#007] sha256:2a023862b17e1578235588291fb7ccc64c972f970a06f7c32cbd9a1f385b27ea - 0.0% (1.1 KB)

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

[#009] sha256:8b3101ed2271ecfed7b4a66770e3490b7c15bdaa8a3d54b067e0c64fb651915a - 0.0% (1.11 KB)


History
2020-05-07 05:09:25 UTC

Apply image 1809-RTM-amd64

2020-06-04 01:48:42 UTC

Install update 1809-amd64

2020-06-10 12:43:08 UTC

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

2020-06-10 19:32:44 UTC

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

2020-06-10 19:32:44 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.7-signed.msi

2020-06-10 19:32:45 UTC

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

2020-06-10 19:51:56 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'); if ($env:MONGO_DOWNLOAD_SHA256) { 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.';

2020-06-10 19:51:58 UTC

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

2020-06-10 19:51:59 UTC

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

2020-06-10 19:52:01 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