Namespace
library
Image / Tag
mongo:6.0.12-rc1-windowsservercore-ltsc2022
Content Digest
sha256:63ce8c18433fed9041ecff44d53f017acae6d6d36ec0a74f1f8db4d105cc9a6d
Details
Created

2023-11-16 03:38:53 UTC

Size

2.24 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

dd4805ac89139af9d161faad4bdf1c303c2ced6034a3f059d478fb7f42e0ef84

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

6.0.12-rc1


Layers

[#000] sha256:7c76e5cf7755ce357ffb737715b0da6799a50ea468cc252c094f4d915d426b3f - 57.73% (1.29 GB)

[#001] sha256:7989ef2c4cfb06d845746a3c3660481ea84d3f5c8216041855ce528f0ac4015c - 20.71% (475 MB)

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

[#003] sha256:f4a976490d9948590c0eefa0078a2c24c63e32ab8aaf20a4912e14237917269b - 0.0% (1.4 KB)

[#004] sha256:65af9b23bb4d63fbde343c4d70094aef61a8698039d276ab24bf34e633e59c53 - 0.0% (1.34 KB)

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

[#006] sha256:82b0cec21f5c9530b47459dd1f525f1dd8ae568897d982a17a560c641cb157ca - 21.56% (495 MB)

[#007] sha256:2f033e620035c69016a958403e20c3e44374b69c2170107bbc05512cb8384809 - 0.0% (1.4 KB)

[#008] sha256:468f0b3c7153541aa96f0a810279a458772cfe37580fbf981c1b96ca2259fbd7 - 0.0% (1.39 KB)

[#009] sha256:810d85d8aa8c5a43326d73debde2500614416797024296815f98d2fec12e3e77 - 0.0% (1.4 KB)


History
2023-06-08 12:55:20 UTC

Apply image 10.0.20348.1787

2023-11-09 06:47:20 UTC

Install update 10.0.20348.2113

2023-11-16 03:18:08 UTC

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

2023-11-16 03:36:50 UTC

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

2023-11-16 03:36:51 UTC

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

2023-11-16 03:36:52 UTC

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

2023-11-16 03:38:49 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.';

2023-11-16 03:38:51 UTC

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

2023-11-16 03:38:52 UTC

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

2023-11-16 03:38:53 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