Namespace
library
Image / Tag
mongo:8.0.1-rc0-windowsservercore-ltsc2022
Content Digest
sha256:6ceb8d65066add16e8aa383a9a228445bbfd7aabf3d41e71da4b47cf96bd36cf
Details
Created

2024-10-01 01:05:47 UTC

Size

2.08 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

b029528f106f4b443e0788b5dfd6f8a50277af93c9e314ad8e5c4a2d5a0e5ad5

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.0.1-rc0


Layers

[#000] sha256:2534953f34d35976fc44cd67bfdd39fdcd9e2eaae57ada0be53d5fb936cd3a0b - 65.61% (1.36 GB)

[#001] sha256:bc4400a552454a735b365aa2e2cd32049a0e018d5ad5dfd553e476319e129d4d - 0.0% (1.26 KB)

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

[#003] sha256:ceef4dc019ab0895744e06b402a8da5503231b423252b98ebaf0fa8c62785a56 - 0.0% (1.25 KB)

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

[#005] sha256:99697782c73e8d280a5b0ab885d6a1ad3ecfd3ff6cb3dc4fe45ba313021b0b43 - 34.39% (731 MB)

[#006] sha256:6d728b2bf3609c7fac8ce304cb9f4d43beeaa9223940ef1b19a5f908f1a05330 - 0.0% (1.26 KB)

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

[#008] sha256:28c596685475e931aaadf7aabab7b632f3aa81a9ddce977e093a7ed507d29130 - 0.0% (1.25 KB)


History
2024-09-06 00:01:38 UTC

Apply image 10.0.20348.2700

2024-10-01 01:02:54 UTC

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

2024-10-01 01:02:55 UTC

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

2024-10-01 01:02:56 UTC

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

2024-10-01 01:02:56 UTC

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

2024-10-01 01:05:45 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-10-01 01:05:46 UTC

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

2024-10-01 01:05:47 UTC

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

2024-10-01 01:05:47 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