Namespace
library
Image / Tag
mongo:4.0.27-windowsservercore-ltsc2022
Content Digest
sha256:63c9215ab4cc69a5f2891f243e325e81decb804f5b94f898ded8fd441d4084cc
Details
Created

2022-01-24 23:57:48 UTC

Size

2.27 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

44e49f5f15aec8f0a9792c48038b59a3faaf85946edcd51f021f8fd7e34edce5

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-4.0.27-signed.msi

MONGO_VERSION

4.0.27


Layers

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

[#001] sha256:0e02c12b1310e6c76c29fcd6f81905400fdb6a01caac9dc825939ad004baffef - 39.25% (912 MB)

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

[#003] sha256:421d62fcc2ae9f2ccc5d90ed14ebfabce433ebfe83c006d36d8c24338aebcd7c - 0.0% (1.38 KB)

[#004] sha256:2767317b281caac3ab5cd83aece4e3c208275983f209a0d129246c20ee699a55 - 0.0% (1.36 KB)

[#005] sha256:750c9c9ac579c6082e78c2207987c4f0b343e0a0ad450b92285191a8a3bba467 - 0.0% (1.4 KB)

[#006] sha256:d4c44f14bf18b45dd68e9139a0eba91fa42869d8a0854549d2584533cc9cb383 - 9.35% (217 MB)

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

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

[#009] sha256:8a20f36ffceb297daee2662a479d211c97147c7bb4f83c0d0753f6771f8b2dab - 0.0% (1.38 KB)


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

Apply image 2022-RTM-amd64

2022-01-16 05:17:24 UTC

Install update ltsc2022-amd64

2022-01-24 23:14:57 UTC

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

2022-01-24 23:55:24 UTC

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

2022-01-24 23:55:25 UTC

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

2022-01-24 23:55:27 UTC

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

2022-01-24 23:57:41 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-01-24 23:57:44 UTC

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

2022-01-24 23:57:46 UTC

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

2022-01-24 23:57:48 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