Namespace
library
Image / Tag
mongo:5.0.22-windowsservercore-1809
Content Digest
sha256:7cd18e869259abdc0ed7e9e81d05dbeef46f20458244e82f5525fa6ba41f370e
Details
Created

2023-11-16 04:03:12 UTC

Size

2.21 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

ce6c6b3365e23ffc2245dce2030523ef4440fd154b6965ac5d4e19bc86e86a4d

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

5.0.22


Layers

[#000] sha256:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 69.61% (1.54 GB)

[#001] sha256:4f7bb9e009deb881cb90e8b4318258e03882de9bc9b312b763654b59cd13d0bb - 17.16% (388 MB)

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

[#003] sha256:31b287795870409224b3637f9b24d3ac3ffc125824005e277c669008943ffd45 - 0.0% (1.39 KB)

[#004] sha256:3cb2050effc7f1c0397324a75b54dda1de3afc7c27bd1c62aac9a26d5285b0bb - 0.0% (1.39 KB)

[#005] sha256:93ed26961aa8cc225f4b35955c2ed163c29f27118702c71fa8e2bccc5d4f8137 - 0.0% (1.37 KB)

[#006] sha256:0dbb3498f36b9672418b442abcf8789dbb31b2f4d61db78f8382410027a554dd - 13.24% (299 MB)

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

[#008] sha256:40b04fc3bf97c43de49d011debbacd9949220da1d7e3f809b8b6dd122b269f57 - 0.0% (1.39 KB)

[#009] sha256:7070c6dba1d86fb8e66f69eded1334cf092cec1f5140627496b0d5b834f1fc41 - 0.0% (1.41 KB)


History
2023-06-08 12:58:24 UTC

Apply image 10.0.17763.4499

2023-11-09 17:56:40 UTC

Install update 10.0.17763.5122

2023-11-16 03:20:52 UTC

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

2023-11-16 04:00:31 UTC

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

2023-11-16 04:00:32 UTC

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

2023-11-16 04:00:33 UTC

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

2023-11-16 04:03: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\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-11-16 04:03:09 UTC

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

2023-11-16 04:03:11 UTC

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

2023-11-16 04:03:12 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