Namespace
library
Image / Tag
mongo:4.4.17-rc2-windowsservercore-ltsc2022
Content Digest
sha256:b849a7f977dc9dbc94824fa08b67aaff4c92a6b20b0145d066b7e7225f863e3a
Details
Created

2022-09-23 00:18:14 UTC

Size

2.41 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

b29301e3f0858b1456b95f060b1dc38ea699b4facc064b1c905a4f2cb5927e18

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.17-rc2-signed.msi

MONGO_VERSION

4.4.17-rc2


Layers

[#000] sha256:97f65a0ec59e643faf84024aa713a9be059322380315fda829756bbbd96d6258 - 55.43% (1.34 GB)

[#001] sha256:4486102fd3820ed9527fa3e7bfefa8305c2f054e65b46dffe9675755e3d8f288 - 35.11% (868 MB)

[#002] sha256:a16438b2cffe7980c606769d49003f7f1c4d27549445f824511a81834513616a - 0.0% (1.39 KB)

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

[#004] sha256:9e18952c81c59b806913fc734b546e4faa57a069f4cc4b360e97f402c1af130c - 0.0% (1.4 KB)

[#005] sha256:17880bcd08fd9c6602bbed3dcb73b7cf254d4896d5a3932bec1ceaf217062294 - 0.0% (1.36 KB)

[#006] sha256:56a3c84a0a8c45ea391588a32f614b6c450440e745019b5523bb5ebd2e4deba9 - 9.47% (234 MB)

[#007] sha256:60c9ca3606637a45a1f9cbca1ff7e574d9c84819f304c56af5517b4bd256d314 - 0.0% (1.37 KB)

[#008] sha256:12f428211af23c8aba46c81a5e01b58b9309e7839ff9d42f92d04daded162b97 - 0.0% (1.39 KB)

[#009] sha256:b20654f463db133320e507f090e071bf7985e075cf1dd585eaf6d9d5acf84b2d - 0.0% (1.37 KB)


History
2022-04-22 01:12:09 UTC

Apply image 10.0.20348.643

2022-09-08 20:30:55 UTC

Install update 10.0.20348.1006

2022-09-14 13:31:04 UTC

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

2022-09-23 00:16:50 UTC

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

2022-09-23 00:16:50 UTC

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

2022-09-23 00:16:51 UTC

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

2022-09-23 00:18:10 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\mongod.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-09-23 00:18:11 UTC

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

2022-09-23 00:18:13 UTC

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

2022-09-23 00:18: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