Namespace
library
Image / Tag
mongo:4.2.23-rc1-windowsservercore-1809
Content Digest
sha256:19eebf875b3440d72a6215d16bc9c892624acbc47934316b9bfbe32ff74e68dc
Details
Created

2022-09-27 01:20:35 UTC

Size

2.79 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

422b0bd5db92617d1e668bec2d6083b2ee0dc165afc7ca2fa4ac9d8a92aab5e4

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.23-rc1-signed.msi

MONGO_VERSION

4.2.23-rc1


Layers

[#000] sha256:b111c3320c949bea81612bf4554f1b6592c2f504920b5bf57ba340a1d4d52c93 - 62.77% (1.75 GB)

[#001] sha256:cee64bf279e2ca8e924884a10ecb98bfa79c7f0cc8d25e73039b9aeb940815b6 - 27.63% (788 MB)

[#002] sha256:3c428406510f0a47ed60f28060a7d625d42344a95fdcb7c4f5746fb8857c3328 - 0.0% (1.38 KB)

[#003] sha256:edcbe05dc0b81a8745961fd82313f69c132e439c06e875ef2f1fe47b4bb56f0c - 0.0% (1.39 KB)

[#004] sha256:51233f6cf7392a1bbd435c066aed19dd7b0ab0f9563c48ee2c74f9b9cfbde8b8 - 0.0% (1.38 KB)

[#005] sha256:8df02b441ef91b0841148818c05433e1e34be7f5e569149a34328a4a8a8d83f4 - 0.0% (1.37 KB)

[#006] sha256:ad22690f342db8de89c38e73c9cc1706f2adddc560e32867814a34c3106cc182 - 9.6% (274 MB)

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

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

[#009] sha256:b8b9efcd1ef1fc9d3d287f2d22a3f00c5c293bd80c82706bb022c1a4aa68499e - 0.0% (1.29 KB)


History
2022-04-22 01:27:13 UTC

Apply image 10.0.17763.2803

2022-09-09 22:43:02 UTC

Install update 10.0.17763.3406

2022-09-14 13:39:18 UTC

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

2022-09-27 01:18:12 UTC

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

2022-09-27 01:18:13 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.23-rc1-signed.msi

2022-09-27 01:18:14 UTC

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

2022-09-27 01:20:32 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,ImportExportTools,MiscellaneousTools,MonitoringTools,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.';

2022-09-27 01:20:33 UTC

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

2022-09-27 01:20:34 UTC

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

2022-09-27 01:20: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.

Delete