Namespace
library
Image / Tag
mongo:4.4.28-rc0-windowsservercore
Content Digest
sha256:700e4e0bb7618f6a4da3823074a58495305be6250fee77e2d2e02b1cd16e9301
Details
Created

2024-01-11 00:07:42 UTC

Size

2 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

1e9360652abb21ca4c19e233ad1a18de7725e6ab16158a23c1073fb2a8cacad1

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.28-rc0


Layers

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

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

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

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

[#004] sha256:822898d508549b499e76c9d36561ec92de87307aa02cecdd8cb3c528b5e64125 - 0.0% (1.27 KB)

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

[#006] sha256:a390d1b3d96a5531949fafa8b7d87b88217743ebe22247a52932f4f87aa7825b - 11.5% (236 MB)

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

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

[#009] sha256:11fda8fcccd3f23a7d42a8967f9fbe3a123cd94ec686957fc5398ed62b29c59a - 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:06:50 UTC

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

2024-01-11 00:06:50 UTC

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

2024-01-11 00:06:51 UTC

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

2024-01-11 00:06:52 UTC

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

2024-01-11 00:07:37 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:07:40 UTC

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

2024-01-11 00:07:41 UTC

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

2024-01-11 00:07:42 UTC

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

Details
Created

2024-01-11 00:01:10 UTC

Size

2.16 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

1e9360652abb21ca4c19e233ad1a18de7725e6ab16158a23c1073fb2a8cacad1

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.28-rc0


Layers

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

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

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

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

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

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

[#006] sha256:1f9eeb1827fdc2274678ce06a9ccee187768ec572b6a1f0287252a0d35d3813d - 10.66% (236 MB)

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

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

[#009] sha256:48dfd288bc2a2474feaa2c5f61d8e7fbed9f0922bb5404941049dafd1428869a - 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:00:00 UTC

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

2024-01-11 00:00:01 UTC

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

2024-01-11 00:00:02 UTC

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

2024-01-11 00:00:02 UTC

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

2024-01-11 00:01:05 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:01:08 UTC

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

2024-01-11 00:01:09 UTC

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

2024-01-11 00:01:10 UTC

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