Namespace
library
Image / Tag
mongo:4.4.27-windowsservercore
Content Digest
sha256:15c32d42dabb081b78bb4b71307ca2a15364365eee64c42e5c9dd3dcd586907e
Details
Created

2024-01-11 00:03:51 UTC

Size

2 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

ab6b645db3ec289fb199a5ee2e1d99704add3fb9e801ebe4d87158eb2716aeb4

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.27


Layers

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

[#001] sha256:a97a84f9ecb04e6f34ca7d17667bf0abbd83ea39301725226a2352330b4402d3 - 23.84% (488 MB)

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

[#003] sha256:2bab618b86153d35db38da850130d14bcb6eeac51b980b92c0917829253d876c - 0.0% (1.27 KB)

[#004] sha256:2d700e3c11e39d71ac056c0754c612b4dd6557d16b534e7058fca827a7853a0b - 0.0% (1.29 KB)

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

[#006] sha256:41080ac0a22b915fe44e5bacfcd8e273b2051605ea141ed1a5773b2cc3f4fbd2 - 11.47% (235 MB)

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

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

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


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

Apply image 10.0.20348.1787

2024-01-04 03:43:51 UTC

Install update 10.0.20348.2227

2024-01-11 00:02:52 UTC

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

2024-01-11 00:02:52 UTC

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

2024-01-11 00:02:53 UTC

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

2024-01-11 00:02:54 UTC

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

2024-01-11 00:03:46 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.';

2024-01-11 00:03:48 UTC

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

2024-01-11 00:03:50 UTC

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

2024-01-11 00:03:51 UTC

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

Details
Created

2024-01-11 00:05:17 UTC

Size

2.16 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

ab6b645db3ec289fb199a5ee2e1d99704add3fb9e801ebe4d87158eb2716aeb4

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.27


Layers

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

[#001] sha256:9da94e8356538054b9b2e3023814100ffe07d42ee8f8dec0ad82a450371abd52 - 18.1% (400 MB)

[#002] sha256:b59a2da7620ad78d907a8c30a66a670531074eecfa8554fe290b9164219fa1e0 - 0.0% (1.28 KB)

[#003] sha256:0a33a7d89ade63142b13b7eeae9b2ddcd6e29ac7fbc8da8fc157199747807575 - 0.0% (1.27 KB)

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

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

[#006] sha256:58c363eccfd9e6fde0ebc5543ccb00f22f60116c0ae15b1b035f6b0d8c34d95d - 10.63% (235 MB)

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

[#008] sha256:6705ecabbd20dfa6e2ae97a440ff0eba118ff48a9a75f5eb7e04ceb5e89602c2 - 0.0% (1.27 KB)

[#009] sha256:8adfde7cdc6ea14913521287df2ce3ef31bd18065a6325faf1f2cc06042c7b00 - 0.0% (1.27 KB)


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

Apply image 10.0.17763.4499

2024-01-02 22:50:56 UTC

Install update 10.0.17763.5329

2024-01-11 00:03:41 UTC

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

2024-01-11 00:03:43 UTC

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

2024-01-11 00:03:44 UTC

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

2024-01-11 00:03:45 UTC

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

2024-01-11 00:05:13 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.';

2024-01-11 00:05:14 UTC

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

2024-01-11 00:05:15 UTC

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

2024-01-11 00:05:17 UTC

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