Namespace
library
Image / Tag
mongo:4.4.7-rc0-windowsservercore-1809
Content Digest
sha256:2e6418765ff1e0bc0490755e5751e1b49cb5bd4127b752dc575381534792eb9f
Details
Created

2021-06-24 00:24:14 UTC

Size

2.68 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

41bf1acc2908f41da0e31bbdab67a88f2aac8283acfd033e90c0ef50a897bd91

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.7-rc0


Layers

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

[#001] sha256:639bb6bb2beb4cfdcacb9f0844344448fe26494665d5fe78a494419f86fbb18f - 32.13% (880 MB)

[#002] sha256:ae7d2dc4b590128efeafd375d02122e65a2525623ac2be100c1a390caf8a4b49 - 0.0% (1.37 KB)

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

[#004] sha256:2f042b73b6db4ed3929882820dca38de523513c289047985476621fa54a257d6 - 0.0% (1.39 KB)

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

[#006] sha256:2bee36f8198e7663e901450ee2f33cd608a7f02c885b143a4c1675da1511632a - 8.07% (221 MB)

[#007] sha256:530509dd89d266f744210e12bd18933ea5b78750f960322906f4830d2a39357b - 0.0% (1.38 KB)

[#008] sha256:5ecac84f672d9f7c7987fd373ffe57c25e8e924838a927d871072e3cc4b59ee8 - 0.0% (1.41 KB)

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


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

Apply image 1809-RTM-amd64

2021-06-06 04:28:43 UTC

Install update 1809-amd64

2021-06-09 13:15:43 UTC

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

2021-06-24 00:22:11 UTC

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

2021-06-24 00:22:13 UTC

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

2021-06-24 00:22:16 UTC

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

2021-06-24 00:24:07 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-06-24 00:24:09 UTC

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

2021-06-24 00:24:12 UTC

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

2021-06-24 00:24:14 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