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

2021-09-02 00:23:12 UTC

Size

2.68 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

4d6ec5fdc74fa8b1dcb6f6b9378efee2312a3e0e2e780e732a02a6187189a307

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.0.27-rc0


Layers

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

[#001] sha256:c67ded6868b61d392a0c096f911563fd6bc0bc3ed4fe401d077b3718a1b0cdaf - 33.61% (923 MB)

[#002] sha256:985da5cbc0735e1c422e766af23125ba345f431cb337ea43ec32298d0bb8e4ea - 0.0% (1.26 KB)

[#003] sha256:175cd5f765bf198bcc11efc1123d3bd404f0d07798944285c5c2068421c619ee - 0.0% (1.4 KB)

[#004] sha256:f8904875c1b1d53e6b6bf28a4cca61f2f09eced4d1da88880c111c25bffa6829 - 0.0% (1.37 KB)

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

[#006] sha256:94099424cda97fcf48e4f26f87e8d5a6d2bdcd5af003869e9ccdb8a2653203b7 - 6.71% (184 MB)

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

[#008] sha256:47f102af66e4b65c27e715bda8382adad032d7ba13460f724be64c001b79add3 - 0.0% (1.36 KB)

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


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

Apply image 1809-RTM-amd64

2021-08-05 19:44:34 UTC

Install update 1809-amd64

2021-08-25 13:46:35 UTC

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

2021-09-02 00:21:05 UTC

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

2021-09-02 00:21:06 UTC

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

2021-09-02 00:21:07 UTC

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

2021-09-02 00:23:08 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,MiscellaneousTools,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.';

2021-09-02 00:23:10 UTC

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

2021-09-02 00:23:12 UTC

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

2021-09-02 00:23:12 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