Namespace
library
Image / Tag
mongo:4.2.24-rc1-windowsservercore-ltsc2022
Content Digest
sha256:8a5955a3eec85f9a6841c6cff1f1d654c085f75e0e6656c018de5a7e08ca1852
Details
Created

2023-02-16 01:20:56 UTC

Size

1.83 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

dabd7db03183fb18fb20bb37a6d882a37d92c7e3f2298a62b4c38d027e6aa4b6

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.2.24-rc1


Layers

[#000] sha256:1a65b089bc835b0c3700397b1935e97cf469b0891bb4de3942c8dfbe4b672d47 - 70.46% (1.29 GB)

[#001] sha256:d1d015a9e7adea898d81486dce8b513b0e9cbeca30904cac18c3ea98ab3be7a6 - 14.91% (280 MB)

[#002] sha256:028996d5eeb6d70e4f35b4acb3bafeee3f326bb40438911de597cad432ffdbc1 - 0.0% (1.32 KB)

[#003] sha256:c588bd86c71883d4a8b03e78068cf03f03c7a60b75ace3b7ad2b889e1d26ed6e - 0.0% (1.25 KB)

[#004] sha256:fc705a8a7a01a9ffaeead91a19f5687a8a235afd6be2cc1c733eb304c6f8e5a7 - 0.0% (1.28 KB)

[#005] sha256:ad7c77a9f4b0a4b293814e60c8cb3a879b6cc28f3fa4e8a8e0503c5f2e20e818 - 0.0% (1.31 KB)

[#006] sha256:4d723f16d8c5ae26bf2a1a9b41fbe90574ce33ef7712c624dc5ada69d92a2c19 - 14.63% (274 MB)

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

[#008] sha256:7d572bbcb2626db26bc29f00a4c8075f749be187546ce54265b5ee1fe67ea2ce - 0.0% (1.29 KB)

[#009] sha256:f37195051f3c3572ac81a340b244c7aad078b80274badfb2fa74ea6058a4cee3 - 0.0% (1.25 KB)


History
2023-01-06 23:47:40 UTC

Apply image 10.0.20348.1487

2023-02-07 11:42:22 UTC

Install update 10.0.20348.1547

2023-02-16 00:38:08 UTC

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

2023-02-16 01:19:13 UTC

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

2023-02-16 01:19:14 UTC

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

2023-02-16 01:19:14 UTC

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

2023-02-16 01:20:53 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.';

2023-02-16 01:20:54 UTC

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

2023-02-16 01:20:55 UTC

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

2023-02-16 01:20:56 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