Namespace
library
Image / Tag
mongo:7.0.5-windowsservercore
Content Digest
sha256:80e6be52d6f9f552aaebfc13819e1c2de7dd3081a2166b2415ce66269f5b76d9
Details
Created

2024-02-14 20:11:20 UTC

Size

2.35 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

96441addde451b9d81dfaa10aca9678ada35d17d02a9a07481c6137d3df55e2b

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.5


Layers

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

[#001] sha256:855fa6b82f2f8fea22646f0d4aa228ea8cbb8bc562afd14a163a8f3d0eb010e1 - 20.69% (498 MB)

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

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

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

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

[#006] sha256:658fcd8af4c24f5699b20c1c5681826155df53c259780d332a71f6342af583af - 24.29% (584 MB)

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

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

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


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

Apply image 10.0.20348.1787

2024-02-07 06:55:59 UTC

Install update 10.0.20348.2322

2024-02-14 20:09:02 UTC

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

2024-02-14 20:09:03 UTC

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

2024-02-14 20:09:04 UTC

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

2024-02-14 20:09:05 UTC

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

2024-02-14 20:11:15 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-02-14 20:11:17 UTC

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

2024-02-14 20:11:19 UTC

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

2024-02-14 20:11:20 UTC

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

Details
Created

2024-02-14 20:01:28 UTC

Size

2.51 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

96441addde451b9d81dfaa10aca9678ada35d17d02a9a07481c6137d3df55e2b

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

7.0.5


Layers

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

[#001] sha256:dda007680e5cddfaf6f5428f70f8c514ac0b9dd099972b7d475cce4c5c899558 - 15.96% (410 MB)

[#002] sha256:81933a922996d262b42c6fe75e2abda32e9ae780b8047d43cad13fb644857704 - 0.0% (1.3 KB)

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

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

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

[#006] sha256:d4ae243294025b514033905e153dcf217672a96605d77e864d2d303805ba1746 - 22.76% (585 MB)

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

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

[#009] sha256:09a5c4d48a5d7497c5170f643f14c4123d273e5f4368f1015ca3c701002a7320 - 0.0% (1.27 KB)


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

Apply image 10.0.17763.4499

2024-02-04 04:14:09 UTC

Install update 10.0.17763.5458

2024-02-14 19:59:23 UTC

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

2024-02-14 19:59:24 UTC

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

2024-02-14 19:59:24 UTC

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

2024-02-14 19:59:25 UTC

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

2024-02-14 20:01:22 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-02-14 20:01:25 UTC

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

2024-02-14 20:01:27 UTC

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

2024-02-14 20:01:28 UTC

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

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete