Namespace
library
Image / Tag
mongo:6.0.7-rc0-windowsservercore-1809
Content Digest
sha256:5f2088d71ef2b182f5916dce03047962d22527d22d0ee706b95886d9300b9ac4
Details
Created

2023-06-24 02:39:35 UTC

Size

2.02 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

4fd9027eadf78e6a83ba407785c2286e336f6909f8e1a49110a41669df267a15

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.7-rc0-signed.msi

MONGO_VERSION

6.0.7-rc0


Layers

[#000] sha256:b1471cc22404d036d95728a9c37c1e3f025a1f0a331072c8613e38cf8f7ff1ed - 76.14% (1.54 GB)

[#001] sha256:ed9634b679e6c602a6aaf0bae51625e7ca041489c77150db557640304f51bb37 - 0.0% (1.37 KB)

[#002] sha256:6fbfc78a9c7b5c8a2f125725bbd8d396b1f879fbe9d239859227f415361ba403 - 0.0% (1.4 KB)

[#003] sha256:bf7d87ddc34ac9e0916cf9ed612ec94ba55f273e2d4245b61d7a9150b74fe099 - 0.0% (1.4 KB)

[#004] sha256:8f0966de5833a5db20393911123afcb0915d5510b30ba8373924ae004f925689 - 0.0% (1.4 KB)

[#005] sha256:c3d250a045e3371c32b7a48709bfbf4e1d6dc27719a007351e472dada3a8d9f8 - 23.86% (493 MB)

[#006] sha256:5638c8fe7bbb989543bfe977c6d040091b5c5ed1a093a506e8037e66498180b2 - 0.0% (1.37 KB)

[#007] sha256:9f7f64f7718e8353ef089f8a4ae8a3a9af999cecc3dc34d5f20d1b8eb8c1c767 - 0.0% (1.38 KB)

[#008] sha256:6b8fda51d0a6cc2e0fc2f3d88436c30cac230b77febc72519be9d4bc7292e48f - 0.0% (1.38 KB)


History
2023-06-21 08:47:17 UTC

Apply image 10.0.17763.4499

2023-06-24 02:28:43 UTC

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

2023-06-24 02:37:21 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=6.0.7-rc0

2023-06-24 02:37:22 UTC

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

2023-06-24 02:37:23 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=4fd9027eadf78e6a83ba407785c2286e336f6909f8e1a49110a41669df267a15

2023-06-24 02:39:32 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.';

2023-06-24 02:39:33 UTC

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

2023-06-24 02:39:34 UTC

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

2023-06-24 02:39:35 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