Namespace
library
Image / Tag
mongo:4.2.24-rc0-windowsservercore-ltsc2022
Content Digest
sha256:96ef96ae7d584765ccdf5eab2601ff18d7309fe4d838be5bc1a0da893606f972
Details
Created

2023-01-31 19:21:09 UTC

Size

1.56 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

b8e715667a0164ada343368521af385dd5f66da2aaf319677bedbf80dce5d136

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.2.24-rc0


Layers

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

[#001] sha256:a81c906622aa010adfaf1dd8c570ad750108a9b1a91ee1eb148e409e3e4fe68f - 0.0% (1.39 KB)

[#002] sha256:1eb959f52ac81a5dac90f36e36309d9f802e60b432f09d9142960e85740a0c27 - 0.0% (1.4 KB)

[#003] sha256:6ff379d182a47cd6851d7400bae19cd00a1f4ed8233d81604073cea3f171ab31 - 0.0% (1.38 KB)

[#004] sha256:6716a6bac297d082d82691c7c80897530dc136ce8ba59b1546ff1ba6d9bea73c - 0.0% (1.39 KB)

[#005] sha256:fb0e1ec59224969b5fe4ae31218979d8802cd6600145697c49b287ac43a9f90d - 17.18% (274 MB)

[#006] sha256:939def3b347c6477b7a69524c66ca489cd1cd4609e30e7510ebb9fd199a62d9f - 0.0% (1.32 KB)

[#007] sha256:d274f29be7d40989e879ac4801c36e0b7e70dd80dc208726cd7a79f29b7e96ae - 0.0% (1.4 KB)

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


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

Apply image 10.0.20348.1487

2023-01-12 04:01:09 UTC

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

2023-01-31 19:19:20 UTC

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

2023-01-31 19:19:21 UTC

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

2023-01-31 19:19:22 UTC

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

2023-01-31 19:21:06 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-01-31 19:21:07 UTC

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

2023-01-31 19:21:08 UTC

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

2023-01-31 19:21:09 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