Namespace
library
Image / Tag
mongo:8.0.0-rc5-windowsservercore-1809
Content Digest
sha256:f154524406af7e910e316708fcc056c61c96af4bf246b62fda634f22cb5d95f2
Details
Created

2024-05-29 22:03:26 UTC

Size

2.74 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

7de06b16e2fd93b2fe5ff1b6378f98eeb67a0d55723873d21a3547f296fcd202

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.0.0-rc5


Layers

[#000] sha256:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 56.13% (1.54 GB)

[#001] sha256:e00cc2568ad51f25eabe6bb19ba6248a040d7622594b0d09ee77dec571d7280a - 17.99% (505 MB)

[#002] sha256:08a63810330d4f50084e6842cded0c1719d7321fbb783fb5b16650ff01fd1ab7 - 0.0% (1.29 KB)

[#003] sha256:e0bbad6e84f53ff89c213e5eb4781d01ef76a0c00a69bbabf12a818b35e7bcfd - 0.0% (1.27 KB)

[#004] sha256:8f9fe9b11ae5674461c50b6d94f799ce5f268caecb4e8cdc9b12c1ac4b15d9b9 - 0.0% (1.27 KB)

[#005] sha256:c5c1f88fe9be85a6daed116e68e6333d1f58a1b70818188cd2724949732b0353 - 0.0% (1.27 KB)

[#006] sha256:743f7e82ed24df0e6c4deb1ab030a8fe77ba98d701f742c6a491215e88a2e702 - 25.88% (726 MB)

[#007] sha256:8b3e0aec164d2b220182991167201a764b494e91ae355019f67b9ea9b8fb57a9 - 0.0% (1.26 KB)

[#008] sha256:43be8148bb91c121a423a3320cc5abe15fb6fb42eab0167aebefc5aa6eccf837 - 0.0% (1.25 KB)

[#009] sha256:6eec6b738a2a802926221a57d6849da5f5258bea7a5550d420c1a90f8d816bb8 - 0.0% (1.27 KB)


History
2023-06-08 12:58:24 UTC

Apply image 10.0.17763.4499

2024-05-10 20:46:44 UTC

Install update 10.0.17763.5820

2024-05-29 22:01:08 UTC

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

2024-05-29 22:01:10 UTC

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

2024-05-29 22:01:10 UTC

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

2024-05-29 22:01:11 UTC

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

2024-05-29 22:03:23 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-05-29 22:03:24 UTC

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

2024-05-29 22:03:25 UTC

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

2024-05-29 22:03:26 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