Namespace
library
Image / Tag
mongo:4.0-windowsservercore-1809
Content Digest
sha256:679dee36449f50c877e1f482fc09d19e772b429f30861fd4c98107fa2dce5ca7
Details
Created

2022-11-09 18:58:09 UTC

Size

2.8 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

2e2afacac93df1c040d92eeb84917fe4fd50fd795094a807b0dc37bf922efd72

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-4.0.28-signed.msi

MONGO_VERSION

4.0.28


Layers

[#000] sha256:a48a3e4ae2de839d8e99bde16eb91d113fb2cf889bba472d0c4274851b5fb402 - 64.01% (1.79 GB)

[#001] sha256:c26cc6e4f9eb1ae415a5ead6f884cac597bbd57efa6cd042c878d5b54c9d2091 - 28.42% (815 MB)

[#002] sha256:99941fb33972e616b231a8aadd93463fdfd5de6aece4aa6c470d2feec31839be - 0.0% (1.3 KB)

[#003] sha256:b8f99b1c157b660ff1f61cb3601d8712ee188085d779a7386c1221a2166c27c1 - 0.0% (1.38 KB)

[#004] sha256:60596caa7209dcf2a6fbf5dea8a6c5747a5ba31e4e4b381e987d0165c8ee6fb4 - 0.0% (1.38 KB)

[#005] sha256:65f2c7c0cd5c98a36b537f56a790483f329244510fcc2ed0f8dd0cd96fe0cfa4 - 0.0% (1.4 KB)

[#006] sha256:882518db10335e4298f61bea3c668375a59928918988895828ac87cc81b4f938 - 7.58% (217 MB)

[#007] sha256:a9bbcd390330dbde136c4b3cd63d0664ab79860ab5ee504cd89bd4971b100b52 - 0.0% (1.4 KB)

[#008] sha256:975779ca8703186fb39292d6939c5cde5874e436286c55f4561f551869dcfe24 - 0.0% (1.26 KB)

[#009] sha256:68d21b4f32e84cd956b02ba5c24e0a672b40e7fd80da3a94d9326c24fd357cc6 - 0.0% (1.27 KB)


History
2022-04-22 01:27:13 UTC

Apply image 10.0.17763.2803

2022-11-05 18:29:26 UTC

Install update 10.0.17763.3650

2022-11-09 14:50:58 UTC

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

2022-11-09 18:55:27 UTC

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

2022-11-09 18:55:28 UTC

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

2022-11-09 18:55:29 UTC

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

2022-11-09 18:58:05 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', '/l*v', 'install.log', 'INSTALLLOCATION=C:\mongodb', 'ADDLOCAL=Client,ImportExportTools,MiscellaneousTools,MonitoringTools,Router,ServerNoService' ); if (-Not (Test-Path C:\mongodb\bin\mongod.exe -PathType Leaf)) { Write-Host 'Installer failed!'; Get-Content install.log; exit 1; }; Remove-Item install.log; $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:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2022-11-09 18:58:07 UTC

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

2022-11-09 18:58:08 UTC

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

2022-11-09 18:58:09 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