Namespace
library
Image / Tag
mongo:8.0.0-rc8-windowsservercore-ltsc2022
Content Digest
sha256:b1927708c2994e1105d513cf6099ef6a43ab5fc3c5058941512fc9476aa29d4c
Details
Created

2024-06-15 00:05:29 UTC

Size

2.68 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

506da64873388ac79cf8b08f6158014b5fb6bba123ef9ebe75c6aa1c8af9e8af

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.0.0-rc8


Layers

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

[#001] sha256:cedf08888525e83e4a050655b4ec0d81647e59a69f7007a560df774a656da9bb - 25.31% (696 MB)

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

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

[#004] sha256:68a545c2ef6af611471cc8c197108a7ce6d1f8c858ad6edc573324bdba033fb6 - 0.0% (1.3 KB)

[#005] sha256:75ef74de21217e0807691c0410d42fe24f9d6ab8ca5f7a7371df5a4e4a3d96bb - 0.0% (1.25 KB)

[#006] sha256:9bc85deef28e66addaf2ff0e323263052f1e866bcc056403e35a34e3ac14df5f - 26.51% (729 MB)

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

[#008] sha256:8b05561e862d40332fc9c75014140175d6a4753d56f9d9204b15411f53de0ac0 - 0.0% (1.25 KB)

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


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

Apply image 10.0.20348.1787

2024-06-07 09:02:12 UTC

Install update 10.0.20348.2527

2024-06-15 00:03:44 UTC

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

2024-06-15 00:03:45 UTC

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

2024-06-15 00:03:45 UTC

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

2024-06-15 00:03:46 UTC

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

2024-06-15 00:05:27 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-15 00:05:28 UTC

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

2024-06-15 00:05:29 UTC

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

2024-06-15 00:05: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