Namespace
library
Image / Tag
mongo:5.0.28-windowsservercore-1809
Content Digest
sha256:2b519fcd0f2a4f0b552b25d5d58058779295cfcf1172c1d338f9062b8e23fe0a
Details
Created

2024-09-11 00:02:34 UTC

Size

1.89 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

db9caacfb85f9f37f7621759d0fad008b9d575c9974bf3e25fa0d4b243000e89

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

5.0.28


Layers

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

[#001] sha256:e218cf95b0b92fa6f5eda639bb169da02f5e525c604ff22554150747f083895e - 0.0% (1.26 KB)

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

[#003] sha256:e4a85cf7de08851d92bc480b4059677bfcfccac19cde4b63ccaeefaf0708b244 - 0.0% (1.31 KB)

[#004] sha256:ae568974c33ed7f891342f0954a381775ecdc10c0379c2f05694c43722a2c2e5 - 0.0% (1.3 KB)

[#005] sha256:fa154e9a5e23517c61313edfcaf5eb54f479ebe4348858dd74ea5a4f24bb7e27 - 15.4% (299 MB)

[#006] sha256:1392e81a24550ff59c4eb7bf35a1f925ac1974541f41e4b7fcaad9edaba052a3 - 0.0% (1.29 KB)

[#007] sha256:9919f9c74514e40d54c464201d5dedf35c1b6f20c75d8d45ea0791157562b4c1 - 0.0% (1.33 KB)

[#008] sha256:ab45f9888b8b354b0d487731a2c18382dbc96e02e14c59a02e7615f32f664a27 - 0.0% (1.33 KB)


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

Apply image 10.0.17763.6293

2024-09-11 00:01:34 UTC

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

2024-09-11 00:01:36 UTC

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

2024-09-11 00:01:37 UTC

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

2024-09-11 00:01:37 UTC

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

2024-09-11 00:02:31 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-09-11 00:02:32 UTC

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

2024-09-11 00:02:33 UTC

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

2024-09-11 00:02:34 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