Namespace
library
Image / Tag
mongo:8.0.0-rc9-windowsservercore-ltsc2022
Content Digest
sha256:6ac6696d384e53c748dba1b2442077a76af838d0faa255913823730b872cdc18
Details
Created

2024-06-22 01:04:58 UTC

Size

2.68 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

299093fd846b1c57de8c80cf5b37e83718604b9713d40281f423611ab378a806

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.0.0-rc9


Layers

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

[#001] sha256:eb373ec9afdfc5f09b9380d981e0c61f9c7b48537b887135c7c66810086e705e - 25.32% (696 MB)

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

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

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

[#005] sha256:05f0aa7b526e13d9056b418dbcfc242ea922134378b72e4ca05cec364b860f40 - 0.0% (1.29 KB)

[#006] sha256:49febc4b4e966ccf9054881904499a6aa76e88064f84fd73882dbb4108050e16 - 26.5% (728 MB)

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

[#008] sha256:42b5f4801fc3535b7ed0bbdb447582ec164c72b4d703d249e2ba6d40abccb59f - 0.0% (1.28 KB)

[#009] sha256:2993283c2c5bad992663fedada2e93603e969a99f05f8d33d12020dad812800b - 0.0% (1.25 KB)


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

Apply image 10.0.20348.1787

2024-06-19 19:58:05 UTC

Install update 10.0.20348.2529

2024-06-22 01:03:22 UTC

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

2024-06-22 01:03:22 UTC

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

2024-06-22 01:03:23 UTC

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

2024-06-22 01:03:24 UTC

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

2024-06-22 01:04:55 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-06-22 01:04:56 UTC

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

2024-06-22 01:04:57 UTC

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

2024-06-22 01:04: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