Namespace
library
Image / Tag
mongo:8.0.0-rc19-windowsservercore-ltsc2022
Content Digest
sha256:812e5bc049d4a229268453a3fe4beb1cc6497c2cc81b0c316ec6222c6b72f9b3
Details
Created

2024-09-06 00:06:29 UTC

Size

2.71 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

9088a7b0c22a38f4919d79ab096936eccf15d73c48868bd5000c94be96f8506f

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.0.0-rc19


Layers

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

[#001] sha256:dcd649075383e8df03ea713dfe59e1205716fbaa14450c10ef0d0a24a7b63669 - 25.91% (718 MB)

[#002] sha256:72d3eef502b1ca3e86ecb219540b0e58d0158e1c9ed75a3ac048c79758092d0a - 0.0% (1.26 KB)

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

[#004] sha256:774e0f6c06e45eb8c6840be93b774256d331113fd6b6cc99569155023ac39a5e - 0.0% (1.26 KB)

[#005] sha256:bf0350c123abb3669f025d537a76d9b2c0b2e7d956f98f6eee3d23657fc1fb9f - 0.0% (1.26 KB)

[#006] sha256:01decf98ea70a0f7b0d5cd1c0f2311877fc3e2b544e8526649f5a7637c9a1169 - 26.33% (730 MB)

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

[#008] sha256:6aaf39075f7a99c9d3489e5c064ef4bbfb5c758480635583cb548cbedd8c0e17 - 0.0% (1.25 KB)

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


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

Apply image 10.0.20348.1787

2024-08-10 19:49:59 UTC

Install update 10.0.20348.2655

2024-09-06 00:03:25 UTC

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

2024-09-06 00:03:25 UTC

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

2024-09-06 00:03:26 UTC

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

2024-09-06 00:03:27 UTC

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

2024-09-06 00:06:26 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-09-06 00:06:27 UTC

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

2024-09-06 00:06:28 UTC

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

2024-09-06 00:06:29 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