Tag

library/mongo:4.4.28-windowsservercore
Content Digest: sha256:8a5e28abb38d064371452e5bf22d20fb6d9a37be9c2f9e9a474590cb2b659f9b
Manifests
Details
Content Digest

sha256:425f5a087f534061e5281840fb591f6045afc23465c8af0c78549deb58b4ac54

Created

2024-02-14 21:03:26 UTC

Size

2.01 GB


Environment
MONGO_DOWNLOAD_SHA256

406d5f9411419c0fbe9174462e2af29760ad32b877845b42ec77592acba02a36

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.28


Layers

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

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

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

[#003] sha256:f4427803c2455f5fa964a281b8a36337d1a7886ab0a7d96c5ec8d283375b4846 - 0.0% (1.28 KB)

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

[#005] sha256:ca683775a5a0661b59b0144057651c767050e4dd6dda7ce4fa8cff38a0c3a58c - 0.0% (1.29 KB)

[#006] sha256:2d93e05ea6a7754631b510381cab299a5237d0bc0b00966c16cb14d0bca5588f - 11.4% (234 MB)

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

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

[#009] sha256:94bccbb5313fc6ce40b04f49fa6eb9329c6d42842e5cce9708e87140a47187b2 - 0.0% (1.26 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 21:02:15 UTC

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

2024-02-14 21:02:16 UTC

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

2024-02-14 21:02:17 UTC

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

2024-02-14 21:02:18 UTC

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

2024-02-14 21:03:20 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-02-14 21:03:23 UTC

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

2024-02-14 21:03:24 UTC

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

2024-02-14 21:03:26 UTC

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

Details
Content Digest

sha256:fa6ffadbd5fb69a1046df8f9b5e0e826a02999ebc12f86b9beb2b9d29da3981f

Created

2024-02-14 20:03:35 UTC

Size

2.17 GB


Environment
MONGO_DOWNLOAD_SHA256

406d5f9411419c0fbe9174462e2af29760ad32b877845b42ec77592acba02a36

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.28


Layers

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

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

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

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

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

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

[#006] sha256:2afad106e6eeea9d8f3222d59cc549ff03f252a730ddaef39ad70bb461081282 - 10.57% (234 MB)

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

[#008] sha256:5986836aa3ffdaa606e6de29df915ebc86f3bc8ed537fe54829c3537e45f74be - 0.0% (1.26 KB)

[#009] sha256:ca5dace45f7ddcb1bec53a51db170488ce479c1778a1d6689e19db7e962d0e91 - 0.0% (1.26 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 20:01:49 UTC

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

2024-02-14 20:01:51 UTC

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

2024-02-14 20:01:52 UTC

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

2024-02-14 20:01:52 UTC

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

2024-02-14 20:03:28 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-02-14 20:03:31 UTC

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

2024-02-14 20:03:33 UTC

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

2024-02-14 20:03:35 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.