Namespace
library
Image / Tag
mongo:6.0.13-windowsservercore-1809
Content Digest
sha256:4fd1d99044bd045a6989a313d717323672cd32b83974565174c62a5316a0fad6
Details
Created

2024-02-14 20:05:16 UTC

Size

2.42 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

e47fa3e1ed73d1ea4fa4459efd2b36ee6d3b4c13b45403ce71db179aff53a7b4

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

6.0.13


Layers

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

[#001] sha256:dda007680e5cddfaf6f5428f70f8c514ac0b9dd099972b7d475cce4c5c899558 - 16.53% (410 MB)

[#002] sha256:e2b8c562adcbb50b960318021b2358c0f54137c4f3c537d721fbba49ec481268 - 0.0% (1.26 KB)

[#003] sha256:f3d2c89873cc42db4e29a6d6715543da2d3cc82c808f1b861752e7fe862737da - 0.0% (1.27 KB)

[#004] sha256:56e99b76838f5f86c86da07c09ea37622d9225611faf1193ee773ee5fa45fe3c - 0.0% (1.27 KB)

[#005] sha256:19bd6f286475c61c1dfeda9ac4186ddc8da04cee34a74367a28e377b7cebbd91 - 0.0% (1.26 KB)

[#006] sha256:a7f7f4c0cbcfc89c266d8d4247c5bef60ab1c1483815a107dc9a84227dd3bebc - 19.98% (495 MB)

[#007] sha256:902b39ea4d5509d17f93dc6d303cba6e4a1ee3396b5b4b4b3098aa5ac15a9236 - 0.0% (1.26 KB)

[#008] sha256:43916b8d1a7cb9abb9f68fd5e15a831cfcc546688774533af402d5bc6e9c826c - 0.0% (1.27 KB)

[#009] sha256:04d5cc9a3868f02cf75caee37703714064d2107de9d4bd411a761248be1ce57b - 0.0% (1.25 KB)


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

Apply image 10.0.17763.4499

2024-02-04 04:14:09 UTC

Install update 10.0.17763.5458

2024-02-14 20:02:25 UTC

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

2024-02-14 20:02:32 UTC

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

2024-02-14 20:02:33 UTC

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

2024-02-14 20:02:33 UTC

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

2024-02-14 20:05: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=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 ' mongod --version'; mongod --version; Write-Host 'Removing ...'; Remove-Item C:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2024-02-14 20:05:12 UTC

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

2024-02-14 20:05:14 UTC

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

2024-02-14 20:05:16 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