Namespace
library
Image / Tag
mongo:4.4.0-rc11-windowsservercore-1809
Content Digest
sha256:b9fd8a54bb5ffbffcfaa05a828828a499fef4f87bcb16ec27eff686f4cd85360
Details
Created

2020-06-26 19:51:17 UTC

Size

2.52 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

eab49031c9d606eb09ce47ad408b3758c4a1c594ce1935be4a39ddf5dc818015

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.0-rc11-signed.msi

MONGO_VERSION

4.4.0-rc11


Layers

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

[#001] sha256:666079ee04606f07f4a27dd98526f5049ef8fed93e347d8b4c447b0d5060c77d - 21.27% (549 MB)

[#002] sha256:b11029314f3c794dc51e43c915b3e62f6b44aeb96f84b8b92f453e61cf7a2cb3 - 0.0% (1.1 KB)

[#003] sha256:7bac1fa64d027299d04b2679d6f3d32c9e4df59bf1eecfd124beec75699946fe - 0.0% (1.12 KB)

[#004] sha256:764ab3e2b1fda8ecc55522029fe07adb858a9a8409540e2adb5bb82166f0a4b7 - 0.0% (1.1 KB)

[#005] sha256:cf93e78f281316e811675b55accb92d800c015548659e298713c676c09625038 - 0.0% (1.07 KB)

[#006] sha256:9dd206b2965e254e0cf4d95fd61cf16134042f46629bdf471fa6d263f446530b - 15.24% (393 MB)

[#007] sha256:4707cbc7096938d4a99b43bd951e218e5065a88c07d98451ca9d94de496cfe0a - 0.0% (1.11 KB)

[#008] sha256:2cb29d42048e8b5a226ef64ff0dc6f74353ca6b0ec8c63a70cee8fd6b259165a - 0.0% (1.15 KB)

[#009] sha256:a5e70942e97a5bd733990f59151369b0324331383903e1da8503ad52f7c8dc2f - 0.0% (1.13 KB)


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

Apply image 1809-RTM-amd64

2020-06-04 01:48:42 UTC

Install update 1809-amd64

2020-06-10 12:43:08 UTC

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

2020-06-26 19:32:58 UTC

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

2020-06-26 19:32:58 UTC

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

2020-06-26 19:32:59 UTC

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

2020-06-26 19:51:12 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', 'INSTALLLOCATION=C:\mongodb', 'ADDLOCAL=all' ); $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:\mongodb\bin\*.pdb -Force; Remove-Item C:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2020-06-26 19:51:14 UTC

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

2020-06-26 19:51:15 UTC

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

2020-06-26 19:51:17 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