Namespace
library
Image / Tag
mongo:4.4.9-rc0-windowsservercore-1809
Content Digest
sha256:d6417d0074dba3713c739ff236c9996c68166507e5af58c6961fdeb8555815b1
Details
Created

2021-08-31 23:17:46 UTC

Size

2.72 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

2908cfc0f9c125d25e18f6507fd1658569ad307482aa1931c3deb0d9ee91b47f

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.9-rc0-signed.msi

MONGO_VERSION

4.4.9-rc0


Layers

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

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

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

[#003] sha256:a1fe82084adee4c575e862cc019f6a2dcb64a92d11fce4f66ff8bdebc35cd48c - 0.0% (1.35 KB)

[#004] sha256:80000d3b3fedf177cf5901643ccf991450c83e818d624d8b1143fa73969728ea - 0.0% (1.4 KB)

[#005] sha256:293293ad50035be583991590fe1d4a5c609218ee0bc8a92fe2776ff5a341c624 - 0.0% (1.39 KB)

[#006] sha256:9cedbaa174abe093157acd63bbf5387f4fd7b59369446138a3fce99e5c042fd7 - 7.96% (222 MB)

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

[#008] sha256:ef2a65b9540ed61a2e76d4e8e0b6c53bd4788dc93efd1ae55d1d0811187b60a1 - 0.0% (1.37 KB)

[#009] sha256:e8f60e0d024cbe1af32c107e9f294445f9d7cc38826da9fab4405a3a2fecbc2c - 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-08-31 23:15:34 UTC

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

2021-08-31 23:15:35 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.9-rc0-signed.msi

2021-08-31 23:15:35 UTC

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

2021-08-31 23:17:42 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-08-31 23:17:44 UTC

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

2021-08-31 23:17:45 UTC

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

2021-08-31 23:17:46 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