Namespace
library
Image / Tag
mongo:5.0.21-rc0-windowsservercore-1809
Content Digest
sha256:1afcd8b7f179c6b7127669978f25ff37cd0ffac2a08f8e0d2ee9f4b23095ccf5
Details
Created

2023-09-13 04:21:17 UTC

Size

2.17 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

efab08f548170a216cfa6b4dde02683c0cd10a71890597c662cf7e3a18ec6fcf

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

5.0.21-rc0


Layers

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

[#001] sha256:179757339e051b99f9a62375fed8f87ffcc4df0eeedb984d20b485bdd089ad08 - 15.7% (349 MB)

[#002] sha256:5b21bbf840142288ae2bce3465085b591133cf10f78f7dda43277db4838332d8 - 0.0% (1.34 KB)

[#003] sha256:92d3ba865f82e060ee7f435e6547acd227fd3e0518cf9cf2ce35d92100280e2e - 0.0% (1.28 KB)

[#004] sha256:f89c4a79e6120a5224a498ab746cc3662f127b75d490bd6724b8b76601cdd3b4 - 0.0% (1.25 KB)

[#005] sha256:1700680aa77e1b1a6dc14687f5dccfd6e4d4a0b1e6c41423944e13efcd513711 - 0.0% (1.29 KB)

[#006] sha256:5e22d863cd0fd5048a82082b5a3dcdb29ee45c89cb008a49bedeac40b2f74513 - 13.45% (299 MB)

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

[#008] sha256:fc52625ca5cd4c06d079c8d66c0754252d2f679aa61934fcb43fbebacca37715 - 0.0% (1.26 KB)

[#009] sha256:d9f3c4e7aad028e0fccdbfaec6aa0cb2c593ab2a1e6fcd880d3ed70796b7b3ec - 0.0% (1.26 KB)


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

Apply image 10.0.17763.4499

2023-08-29 17:09:18 UTC

Install update 10.0.17763.4851

2023-09-13 03:56:42 UTC

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

2023-09-13 04:19:14 UTC

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

2023-09-13 04:19:14 UTC

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

2023-09-13 04:19:15 UTC

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

2023-09-13 04:21:14 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-09-13 04:21:15 UTC

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

2023-09-13 04:21:16 UTC

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

2023-09-13 04:21: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