Namespace
library
Image / Tag
mongo:7.0.17-rc0-windowsservercore
Content Digest
sha256:81d1238a4742c203c87750060847c97490a895a12b2c67db8a5ed06266c7d56e
Details
Created

2025-02-15 00:36:20 UTC

Size

2.9 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

774926fa99d9e2878194a850a13b2f95e6975a9e542cbc1d28765eed54b43b16

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.17-rc0


Layers

[#000] sha256:1317fe15185685e9cd27f7542cd96f4847343401288a8b6798273a4ac60844eb - 71.16% (2.06 GB)

[#001] sha256:19fa0da9c657652b5d0879f62221964dd2e8f7c37691ba99bce37494e109b27e - 9.15% (272 MB)

[#002] sha256:f726849f55977337c5a801e65060072a16a75f8dd4ee8128db5e4ab2468c1a78 - 0.0% (1.29 KB)

[#003] sha256:37061d1fb7ab8002636aee1e004e498d9fda21cc56a2ffad0104534dccda2524 - 0.0% (1.26 KB)

[#004] sha256:4bf12c1144aeff584268df75686ebbafdf6173409bc1b39a6e489d3a7315ebc2 - 0.0% (1.26 KB)

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

[#006] sha256:bfcd1ec87d23c385aaa06841b361d5abbf88aa5e04c8baf45bc199f6acf02994 - 19.69% (584 MB)

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

[#008] sha256:93abb0faa66430ea1add270396a6524789223f3448fd98c04a82c75ffd1e5567 - 0.0% (1.3 KB)

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


History
2024-12-08 22:41:37 UTC

Apply image 10.0.26100.2605

2025-01-13 03:08:16 UTC

Install update 10.0.26100.2894

2025-02-15 00:34:54 UTC

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

2025-02-15 00:34:55 UTC

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

2025-02-15 00:34:55 UTC

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

2025-02-15 00:34:57 UTC

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

2025-02-15 00:36:17 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.';

2025-02-15 00:36:18 UTC

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

2025-02-15 00:36:19 UTC

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

2025-02-15 00:36:20 UTC

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

Details
Created

2025-02-15 00:42:44 UTC

Size

2.68 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

774926fa99d9e2878194a850a13b2f95e6975a9e542cbc1d28765eed54b43b16

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.17-rc0


Layers

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

[#001] sha256:76bc4873980ff6a1dec3c10adb1f289ccf73e4c47c8694420e8ff929f1476ada - 27.87% (765 MB)

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

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

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

[#005] sha256:29a9bb624042e92d681347bf678f645f21dd240e54eda9979cf22a2bce439703 - 0.0% (1.25 KB)

[#006] sha256:9b54846ce2bfa6e4278a7f0e8895626eeea92f019e2437e1b645301eaf8d6cb7 - 21.3% (585 MB)

[#007] sha256:e7a1f69246bbdea74d446c658f2cb12103b2d901cc0a4d8e6f1b15066e12575a - 0.0% (1.25 KB)

[#008] sha256:98edec2b534b9a27ee45c5491c024be3ef70d597a7fbf698b593c823814b0b7b - 0.0% (1.28 KB)

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


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

Apply image 10.0.20348.2700

2025-02-07 21:10:03 UTC

Install update 10.0.20348.3207

2025-02-15 00:41:28 UTC

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

2025-02-15 00:41:29 UTC

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

2025-02-15 00:41:29 UTC

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

2025-02-15 00:41:30 UTC

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

2025-02-15 00:42:39 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.';

2025-02-15 00:42:42 UTC

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

2025-02-15 00:42:43 UTC

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

2025-02-15 00:42:44 UTC

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

Details
Created

2025-02-15 00:37:23 UTC

Size

2.56 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

774926fa99d9e2878194a850a13b2f95e6975a9e542cbc1d28765eed54b43b16

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.17-rc0


Layers

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

[#001] sha256:c3af2bd0a1965eaed07372d9df47eb5ee783273fad4e91a30412cdd07c198cc7 - 15.15% (397 MB)

[#002] sha256:31a405f838869a6a6e458fe662601b83ef1d47770b2dadd8024ce8bb83524eb3 - 0.0% (1.27 KB)

[#003] sha256:05ce27e9f86e03b425bf0c3beb02afca1b15fe287d452520be7492a41fc8c733 - 0.0% (1.27 KB)

[#004] sha256:234b50f6be02f149bdf6ade8784971ea7fb0f52919dccdc70d738d5898cc9885 - 0.0% (1.26 KB)

[#005] sha256:8cad6506020940002cd8a12268ec926e36c71d924adcb12d847231bf075cf959 - 0.0% (1.27 KB)

[#006] sha256:ef0854d074dfd7be2c99d6b4c06e847563a829d4156be3f4e61fa650dafb8bde - 22.29% (584 MB)

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

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

[#009] sha256:6a79c954c1e4e7c30a9e6999df0fe8f56437eafac9a80d98673047f07aa3f631 - 0.0% (1.27 KB)


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

Apply image 10.0.17763.6293

2025-02-07 18:15:33 UTC

Install update 10.0.17763.6893

2025-02-15 00:35:25 UTC

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

2025-02-15 00:35:26 UTC

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

2025-02-15 00:35:27 UTC

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

2025-02-15 00:35:27 UTC

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

2025-02-15 00:37: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.';

2025-02-15 00:37:22 UTC

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

2025-02-15 00:37:23 UTC

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

2025-02-15 00:37:23 UTC

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