Namespace
library
Image / Tag
mongo:8.0.4-rc0-windowsservercore
Content Digest
sha256:797a020ac73f4a74107aa21a3e113873a455fc73d5fe3bc5a011bb7d028eec40
Details
Created

2024-11-25 20:26:00 UTC

Size

2.81 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

d9e58da185196ee82523cb63450b975fa01bc2f5234a340e4cc95cbb4f9187b4

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.0.4-rc0


Layers

[#000] sha256:2534953f34d35976fc44cd67bfdd39fdcd9e2eaae57ada0be53d5fb936cd3a0b - 48.38% (1.36 GB)

[#001] sha256:5987a3191d90ca1e07fd03dae1963abcaa49ceabc649ec3bc43f2c96b55d0464 - 26.15% (754 MB)

[#002] sha256:2417e936f0120ba0a3324418490181ab3d07caffb44d7b12e8cbf077abe42f16 - 0.0% (1.24 KB)

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

[#004] sha256:98fe81c15b5cd199ff6bc8956e3b7952ea9189669b712072738f001a46c916db - 0.0% (1.25 KB)

[#005] sha256:0c00e0a57f0825d3044685cde4be99def696b70db919f4f66a9931fd6f1e8d13 - 0.0% (1.25 KB)

[#006] sha256:80fa182d9984a93f647b32078a72fa85afb6a17268d0e775fad96cfb8cb037dd - 25.47% (734 MB)

[#007] sha256:78f136a69f72bdcd784542fd3c587f565c915cd818dfab512b348f0d0cfbc1f1 - 0.0% (1.29 KB)

[#008] sha256:9a569c2231a50db032502b8328fcd587817095a937ead5620615d024526b78ba - 0.0% (1.25 KB)

[#009] sha256:513ecf4603f9f9e579b4edba21f12b74d3d8c074a05174242930a7d826fb08dc - 0.0% (1.25 KB)


History
2024-09-06 00:01:38 UTC

Apply image 10.0.20348.2700

2024-11-02 23:52:43 UTC

Install update 10.0.20348.2849

2024-11-25 20:23:30 UTC

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

2024-11-25 20:23:31 UTC

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

2024-11-25 20:23:31 UTC

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

2024-11-25 20:23:32 UTC

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

2024-11-25 20:25:57 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-11-25 20:25:58 UTC

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

2024-11-25 20:25:59 UTC

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

2024-11-25 20:26:00 UTC

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

Details
Created

2024-11-25 20:26:24 UTC

Size

2.59 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

d9e58da185196ee82523cb63450b975fa01bc2f5234a340e4cc95cbb4f9187b4

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

8.0.4-rc0


Layers

[#000] sha256:803f4a9590cb9c635813cbd0ee89190f92d5fe4c7589711cf468879e42ce02ba - 61.87% (1.6 GB)

[#001] sha256:fbe2e64e5397827206bfd4f203139650e099ad31c5fa0d7121c12acdbbd16650 - 10.44% (277 MB)

[#002] sha256:a966bd9fb281348f266c0d0d2421354ea741317e0639c09a8fff5b0c135e17e5 - 0.0% (1.32 KB)

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

[#004] sha256:b5e25216b4d7727b089fc3067a5ecac8fddf09437809cd2888837d6a4b997b35 - 0.0% (1.24 KB)

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

[#006] sha256:3d72b0dbf130c7367e9baf5e810ea8fb7dafeb6fb01730dd947bf88e248dbbe2 - 27.69% (734 MB)

[#007] sha256:7e44e68c7a4c8b4732f2255767f0ed611cb847106ca6a2152e858a7b844ce264 - 0.0% (1.27 KB)

[#008] sha256:5569b4ebfd4bc3aec755dba85f20979f68cf0552cce5d69eaa52567ceb4ef7a1 - 0.0% (1.27 KB)

[#009] sha256:68bbd6ef80d5b75118f6d51c2c9cbe1013d6504b82273e8abdf0c25cefc945a6 - 0.0% (1.27 KB)


History
2024-09-06 01:15:31 UTC

Apply image 10.0.17763.6293

2024-11-01 11:38:40 UTC

Install update 10.0.17763.6532

2024-11-25 20:23:29 UTC

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

2024-11-25 20:23:30 UTC

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

2024-11-25 20:23:31 UTC

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

2024-11-25 20:23:31 UTC

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

2024-11-25 20:26:21 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-11-25 20:26:22 UTC

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

2024-11-25 20:26:23 UTC

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

2024-11-25 20:26:24 UTC

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