Namespace
library
Image / Tag
mongo:8.0.0-rc15-windowsservercore-ltsc2022
Content Digest
sha256:16957cc5fb4632cc0c53e8c98244d5dca8ce4950b035a05f6dad322d5bdbbcbf
Details
Created

2024-08-02 14:34:54 UTC

Size

2.7 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

adb4fff847f895937519a50bfa54505f0cf83ae236174ef49360fcbb15ce26ca

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.0.0-rc15


Layers

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

[#001] sha256:5f0206d135152eb909f50159d6ca348a5aead199afacbafc000b770c1b0720f6 - 25.86% (716 MB)

[#002] sha256:f497418698a0cb49def12ebdc12744c8ea478b4627c311ae13ca7fbfb41e3362 - 0.0% (1.25 KB)

[#003] sha256:b9ef39169da2aca01dbe7c55c41e76461efd40fc873e7d5c3d1e6511dba8603e - 0.0% (1.26 KB)

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

[#005] sha256:e931c0f128abd07734970d9611325f19d3167b053bda8bb37fdfe9752662508f - 0.0% (1.28 KB)

[#006] sha256:b58bab7640d8477aab91e13beb586f41d8a00ce4198b46c3b4349f6b396b1195 - 26.33% (729 MB)

[#007] sha256:d791fac39ba79bb7ce03e45b947ad5e8ec25e02e04fb0d8940a0f3abad4eb856 - 0.0% (1.25 KB)

[#008] sha256:785e0a80a5d95e60b2044237c3f2a74fb069d7c8d419de1a00987e0905f1710c - 0.0% (1.25 KB)

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


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

Apply image 10.0.20348.1787

2024-07-03 10:07:02 UTC

Install update 10.0.20348.2582

2024-08-02 14:32:11 UTC

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

2024-08-02 14:32:12 UTC

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

2024-08-02 14:32:12 UTC

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

2024-08-02 14:32:13 UTC

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

2024-08-02 14:34:52 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-08-02 14:34:52 UTC

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

2024-08-02 14:34:53 UTC

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

2024-08-02 14:34:54 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