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

2024-05-15 21:54:34 UTC

Size

2.73 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

27e4d4a3912e2639a5bc56a4bc2417eb7d32e23c2be785cdc3f767585d884d11

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.0.0-rc4


Layers

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

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

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

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

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

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

[#006] sha256:298f6e73c78c2966c57429ff5394f5d5bab73a3cb00192344ccd97c004c05949 - 25.69% (718 MB)

[#007] sha256:146e212604af13007a9b4c002f29ea6c00e1c03a1682c888a3b3f4ce43d73a58 - 0.0% (1.26 KB)

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

[#009] sha256:1dc221c6d7f96e4fd06f9e7a6e84cf55a5c65f94d205934b9217097a822cb34b - 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-15 21:51:20 UTC

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

2024-05-15 21:51:21 UTC

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

2024-05-15 21:51:22 UTC

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

2024-05-15 21:51:23 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=27e4d4a3912e2639a5bc56a4bc2417eb7d32e23c2be785cdc3f767585d884d11

2024-05-15 21:54:31 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-15 21:54:32 UTC

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

2024-05-15 21:54:33 UTC

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

2024-05-15 21:54:34 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