Namespace
library
Image / Tag
mongo:4.0.27-windowsservercore-1809
Content Digest
sha256:df9ecb2c8ef31cef61933a6b192466b0a558c5ef5b4453c4ad100388a7889ad6
Details
Created

2022-01-25 00:01:10 UTC

Size

2.74 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

44e49f5f15aec8f0a9792c48038b59a3faaf85946edcd51f021f8fd7e34edce5

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.0.27


Layers

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

[#001] sha256:567fd00846e9a9f44eea5925b497356dda00fe89b8335d2a3b2a8b9d84b0bb69 - 33.83% (949 MB)

[#002] sha256:1e63a09e013659f9cb51a44694cf1487fd0ea2ae5528ca387357386508f2b93c - 0.0% (1.41 KB)

[#003] sha256:bb14f8a658d58c6a1dd353f0033b3b47d48dc78207084767a3c9f5a03ac9df24 - 0.0% (1.39 KB)

[#004] sha256:68e290037b50cd2f251200727eb225b2f953d7647c32315ae399644c201c5207 - 0.0% (1.39 KB)

[#005] sha256:85835c0f2bd14f714ae41b95f3e76b32e3e159e764bd725f888b82d076a6e7c8 - 0.0% (1.4 KB)

[#006] sha256:896324d48289176c7f780f871f4f70d99eb4f06e92acfae609cac16bc66221b4 - 7.74% (217 MB)

[#007] sha256:0eaf24dc18cba780c876163b2fca66b59785ebdbc874dfbb6916844670be0db3 - 0.0% (1.39 KB)

[#008] sha256:7751d07ef3f5429c2a120f525ec57f40fca153dd9814eabff186c7ffb5bee89e - 0.0% (1.41 KB)

[#009] sha256:228fdad88fe6ebf8788fa077e502c55280cb06ed1fd52958686c27ebadbfc672 - 0.0% (1.39 KB)


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

Apply image 1809-RTM-amd64

2022-01-18 01:52:23 UTC

Install update 1809-amd64

2022-01-24 23:18:10 UTC

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

2022-01-24 23:58:07 UTC

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

2022-01-24 23:58:08 UTC

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

2022-01-24 23:58:09 UTC

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

2022-01-25 00:01: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\mongo.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-01-25 00:01:07 UTC

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

2022-01-25 00:01:08 UTC

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

2022-01-25 00:01:10 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