Namespace
library
Image / Tag
mongo:6.0.9-rc0-windowsservercore-ltsc2022
Content Digest
sha256:643fc6a379bfaa6e9977a32a899c9f836376cfe9bb3b9b6c3e5c2d5be6632c29
Details
Created

2023-08-03 00:34:58 UTC

Size

2.1 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

f1df92ccc0508e5c2e2c3ad8afc595aa425a98b20b99f545d44ea344b618ab12

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

6.0.9-rc0


Layers

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

[#001] sha256:c84a7416e1317a892f4786a89c62493b21df55e0e06b82a4bb007cc79df0f949 - 15.46% (333 MB)

[#002] sha256:1b2bae42a1ce047820c1f128e4587a430377ba56a110db0d98ec3ccfbd3de58a - 0.0% (1.4 KB)

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

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

[#005] sha256:55ecdcdbdfcb21177fe0febc190eaab44ce901e4426fdb8660d9714929253703 - 0.0% (1.35 KB)

[#006] sha256:8836857b6b3a1e21de220a9f64ed430ef98a4a517e0727263576d3778292ef74 - 22.97% (494 MB)

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

[#008] sha256:0661a5f40411548d5d03cdbca763a6a1aa515a3668eaed5c00185454ef501c7a - 0.0% (1.38 KB)

[#009] sha256:42be3624d538573747ebd8c69f5beeb5ee669c4fff3fe4845229b12a4213448a - 0.0% (1.4 KB)


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

Apply image 10.0.20348.1787

2023-07-07 21:29:32 UTC

Install update 10.0.20348.1850

2023-07-13 22:35:15 UTC

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

2023-08-03 00:32:39 UTC

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

2023-08-03 00:32:40 UTC

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

2023-08-03 00:32:40 UTC

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

2023-08-03 00:34:54 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-08-03 00:34:56 UTC

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

2023-08-03 00:34:57 UTC

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

2023-08-03 00:34:58 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