Namespace
library
Image / Tag
mongo:5.0.20-rc1-windowsservercore
Content Digest
sha256:f222221a66eac2dda43c31400380f8d83cf403e7b4973a62e22e0a22fc79a436
Details
Created

2023-08-10 01:33:15 UTC

Size

1.97 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

16c0e145c9795a195063119ca32e8ff6cb4c975a08212d3608fb73c2b0fed36b

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.20-rc1-signed.msi

MONGO_VERSION

5.0.20-rc1


Layers

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

[#001] sha256:22a441455ace20af58f01367d769afc2b25c3db3e4a7aee67a634d14826f6f19 - 19.36% (390 MB)

[#002] sha256:85b1b41cab0d4b78c8daa50728be89bc3c25ded051cc1e654b316623692507f1 - 0.0% (1.37 KB)

[#003] sha256:2deb992c3cc438f625b846c3579d0080d760ad76ae0bd599205c469731930611 - 0.0% (1.25 KB)

[#004] sha256:6e856c95d078097e8b37e492b77e81b88f177409aa06c0fb6a8002a30e93b4ec - 0.0% (1.3 KB)

[#005] sha256:8d4ba3570f1c46d19cb9350d436857df82cfe7065da8433d573c26610249b2b5 - 0.0% (1.33 KB)

[#006] sha256:4ef2ef4065586d0b48254dbfe8874fc76e1eafeaa671c38daa66dc6c4124f859 - 14.86% (299 MB)

[#007] sha256:70bd10d1befbb6542cec93f0a4105b3b1e2edeeb096533374e32ba9e04777576 - 0.0% (1.26 KB)

[#008] sha256:8cb04f3e6fbb94abaace00036c267d1c72dbf229981fe8fa90d1d442c2044e86 - 0.0% (1.3 KB)

[#009] sha256:e7f6ba4a050f218597440aa3b3897973916d948b3fdcc5ee449334e99e24dba7 - 0.0% (1.26 KB)


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

Apply image 10.0.20348.1787

2023-08-03 10:01:10 UTC

Install update 10.0.20348.1906

2023-08-10 01:08:38 UTC

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

2023-08-10 01:31:49 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=5.0.20-rc1

2023-08-10 01:31:50 UTC

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

2023-08-10 01:31:51 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=16c0e145c9795a195063119ca32e8ff6cb4c975a08212d3608fb73c2b0fed36b

2023-08-10 01:33:11 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=Client,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 ' mongo --version'; mongo --version; 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-08-10 01:33:13 UTC

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

2023-08-10 01:33:14 UTC

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

2023-08-10 01:33:15 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]

Details
Created

2023-08-10 01:35:42 UTC

Size

2.15 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

16c0e145c9795a195063119ca32e8ff6cb4c975a08212d3608fb73c2b0fed36b

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-5.0.20-rc1-signed.msi

MONGO_VERSION

5.0.20-rc1


Layers

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

[#001] sha256:b95f433aa7d90194e65f6b08a599b3ee12292e124d47c204107baedfd71054c1 - 14.95% (329 MB)

[#002] sha256:8c5180b8f5f7c2303ba89717cfa778a2173921ca7efdc058cfd6ed951c6d5ca3 - 0.0% (1.39 KB)

[#003] sha256:e8174e466be10c2913a1ddaade325a9c9ceea99a867141c75f675470592fa562 - 0.0% (1.29 KB)

[#004] sha256:3fdafe4af7096acd649aa29d22f018d36d350253731cad465be01b06340dc9ab - 0.0% (1.26 KB)

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

[#006] sha256:6509ab0621fc2a25f0afb0d9db2e2f3c65c4b4a180b50ce620b29eddc617153e - 13.59% (299 MB)

[#007] sha256:7cf24d8aedb3255882042d2a6f483a16b9c2f23595fba49226414a8a4ecaa701 - 0.0% (1.29 KB)

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

[#009] sha256:bc0d0f17198d8f7a613fd7ce6ecaf310b22438450108f6152ca64e4ac4e0b2e4 - 0.0% (1.29 KB)


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

Apply image 10.0.17763.4499

2023-08-02 09:07:15 UTC

Install update 10.0.17763.4737

2023-08-10 01:11:08 UTC

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

2023-08-10 01:33:32 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_VERSION=5.0.20-rc1

2023-08-10 01:33:32 UTC

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

2023-08-10 01:33:33 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_SHA256=16c0e145c9795a195063119ca32e8ff6cb4c975a08212d3608fb73c2b0fed36b

2023-08-10 01:35:38 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=Client,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 ' mongo --version'; mongo --version; 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-08-10 01:35:40 UTC

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

2023-08-10 01:35:41 UTC

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

2023-08-10 01:35:42 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod" "--bind_ip_all"]