Namespace
library
Image / Tag
mongo:4.4.22-windowsservercore-ltsc2022
Content Digest
sha256:71039b4555b1febf8a8777072605d211d76a03c7302be13361400d697023ef65
Details
Created

2023-06-24 02:55:34 UTC

Size

1.56 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

95a021db597790008f2e7070fab4a7c3e0d30262f2305c615b95cb7b8afb4eed

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.22


Layers

[#000] sha256:0ce49598e7371c2c318cfa408f639c917d1f43843fb9e0a3316db1ba7fbb14db - 85.29% (1.33 GB)

[#001] sha256:369acdd1cf7c4d89f87cf3df6c1a935d83dad0afd57c96dcd7251a04481546a0 - 0.0% (1.26 KB)

[#002] sha256:bfd11f31f373b39a42ff34d0f481706e5a352b3d8a11cb23d9d3e3c9808ebac9 - 0.0% (1.38 KB)

[#003] sha256:6ee1bdfbd99967746079fcf41ee5a55b59a156c0e8340676ec73e514060adcb6 - 0.0% (1.36 KB)

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

[#005] sha256:37281e9a4a5cd347064b3b395f528c4b365084829dc8da00a701bd87ba450be0 - 14.71% (235 MB)

[#006] sha256:40032ac99bcf1511c44ef4c1931726e4f85831450d10d4f1db4096f6ba827988 - 0.0% (1.38 KB)

[#007] sha256:72d9d8c8716b1fbdac4032e7ce79308bd38857f2e58002578d3661e023e18be4 - 0.0% (1.38 KB)

[#008] sha256:77e72bc6920af8db69bd7c33978b8e30d09b5c56d036310cb59233e66f21691d - 0.0% (1.38 KB)


History
2023-06-21 08:51:34 UTC

Apply image 10.0.20348.1787

2023-06-24 02:25:59 UTC

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

2023-06-24 02:54:10 UTC

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

2023-06-24 02:54:11 UTC

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

2023-06-24 02:54:12 UTC

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

2023-06-24 02:55:29 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.';

2023-06-24 02:55:32 UTC

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

2023-06-24 02:55:33 UTC

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

2023-06-24 02:55:34 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