Namespace
library
Image / Tag
mongo:8.0.0-rc19-windowsservercore-1809
Content Digest
sha256:4cde5efbed4c953293cfd8416f09b3777c7c9b435b402e692e32a076f0817df8
Details
Created

2024-09-06 00:06:11 UTC

Size

2.8 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:c9226d61d3bdbf9f09821b32f5878623b8daaa5fb4f875cb63c199f87a26d57e - 54.83% (1.54 GB)

[#001] sha256:579bd4d5f7fd8737f66e40b29aafedee32d589107027d75796993c8898e3e7dd - 19.75% (567 MB)

[#002] sha256:01b7f0fa36e31d90ba700143fb174fb903e276b959f9da0e4eaa05bc57d0062d - 0.0% (1.3 KB)

[#003] sha256:1b46874b8b29d3172c2f30ecbd6aea13c221181a83ea18d66e10e5e51b89d39e - 0.0% (1.3 KB)

[#004] sha256:47eccf19ec43ea6a8727c833a268f57bb4354aa8d5e18379293935d80b5014e4 - 0.0% (1.27 KB)

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

[#006] sha256:529e92596b07660d8ed43e781fec7a104eae3e06f0ecde8067911b4d95b6f61a - 25.43% (730 MB)

[#007] sha256:0ca1d1ea3045b9dc446346b423b25661cbc395462e575cab20a0234bbe386b61 - 0.0% (1.26 KB)

[#008] sha256:95a4a30a76075b68262ddebd3d7356bbce4e883f781d1c18da53cad10ae7a41b - 0.0% (1.26 KB)

[#009] sha256:5229ffcac9fe9c4dede77ff4bcff5fba53ece72cf351ae164fd9542a5c455be9 - 0.0% (1.27 KB)


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

Apply image 10.0.17763.4499

2024-08-11 07:11:31 UTC

Install update 10.0.17763.6189

2024-09-06 00:03:04 UTC

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

2024-09-06 00:03:05 UTC

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

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

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

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

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

2024-09-06 00:06:11 UTC

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

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