Namespace
library
Image / Tag
mongo:4.2.18-windowsservercore-ltsc2022
Content Digest
sha256:787b9d45e0e1cf56ea3d2c899beb1cdb174e529352f1c6bde26b5732929dd77e
Details
Created

2022-02-09 17:14:06 UTC

Size

2.33 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

b10879892c9729e55bd347f6084d2783e295d3bd041167e62a5d1da6538dd6ef

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.2.18


Layers

[#000] sha256:8f616e6e9eec767c425fd9346648807d1b658d20ff6097be1d955aac69c26642 - 50.07% (1.17 GB)

[#001] sha256:898469748ff68223ab87b654b29fb366c1f4f2b7cfad7a37426346ea16db8dfa - 38.53% (919 MB)

[#002] sha256:ff78097ae7bacc8d0990c9620bbe5ddc9639d4f309f097c6cdd3cc7a68e56aad - 0.0% (1.39 KB)

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

[#004] sha256:be6ce54647a64a1a373fb9e5faa5a1fff43ad679c327eba871cd761516097f22 - 0.0% (1.4 KB)

[#005] sha256:4a5ac2aa912f54ec84f8bb8ebd86b4b68d6977b6237193c968ba8ff03c06d63d - 0.0% (1.38 KB)

[#006] sha256:be84bdfee29b2b57b78d407266559c446cd5bca2cf4a8615ca9346ef690899ef - 11.4% (272 MB)

[#007] sha256:a7a1d604eaded157eface7c0b2969de7bcba4528fe3f4898094073d550ab0210 - 0.0% (1.38 KB)

[#008] sha256:a980eae42f3317c231afff0af00fc669f6914aea0e60ac03fe5a13f3dd00628a - 0.0% (1.4 KB)

[#009] sha256:4a3d431a37d72bde0b090e556cac7bb339179ecc415c3ff581fab079d20e49f6 - 0.0% (1.38 KB)


History
2021-05-08 09:40:24 UTC

Apply image 2022-RTM-amd64

2022-02-01 02:49:40 UTC

Install update ltsc2022-amd64

2022-02-09 14:56:00 UTC

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

2022-02-09 17:11:30 UTC

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

2022-02-09 17:11:31 UTC

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

2022-02-09 17:11:33 UTC

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

2022-02-09 17:14:02 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\mongo.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-02-09 17:14:04 UTC

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

2022-02-09 17:14:05 UTC

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

2022-02-09 17:14:06 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