Namespace
library
Image / Tag
mongo:4.4.12-rc1-windowsservercore-1809
Content Digest
sha256:9124b1fd92fb3b899765efc3a5e287f74a84acd5461111466b412d777f613654
Details
Created

2022-01-12 16:47:37 UTC

Size

2.75 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

9a3b5cb9035c9701bfbc4e8bdef637b5380de73d5d22fdc38d6e543dde80847e

MONGO_DOWNLOAD_URL

https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-4.4.12-rc1-signed.msi

MONGO_VERSION

4.4.12-rc1


Layers

[#000] sha256:4612f6d0b889cad0ed0292fae3a0b0c8a9e49aff6dea8eb049b2386d9b07986f - 58.16% (1.6 GB)

[#001] sha256:635f15ebd5b486e8a00bf217a0574a29550e5bbf08c1d021e1e308100b2e49b5 - 33.64% (948 MB)

[#002] sha256:537828534783cff318d36854dbda0683aef7263e437c7c669de4092e1778959c - 0.0% (1.27 KB)

[#003] sha256:7c5c67074646f05e4bd37ecdcc3017cb0b989c5b7875b6aeabd7d34f32729422 - 0.0% (1.4 KB)

[#004] sha256:21573c6f0a37c3e0edcc15dcede2be1642dea68f63a2d058291ed851e5c983a1 - 0.0% (1.38 KB)

[#005] sha256:e35216d75f61d27ce788639f4f72f684209ae756eb88c45a34051161e822c567 - 0.0% (1.39 KB)

[#006] sha256:a0bd7d93db1ac7a9896083bff1770292158e5942b7c527d2de659c2818cec427 - 8.21% (231 MB)

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

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

[#009] sha256:803dcac75e1c927ca121dc101158660f50d54534583fa98ff73cae25b427db7b - 0.0% (1.37 KB)


History
2020-05-07 05:09:25 UTC

Apply image 1809-RTM-amd64

2022-01-07 22:48:13 UTC

Install update 1809-amd64

2022-01-12 13:54:17 UTC

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

2022-01-12 16:43:37 UTC

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

2022-01-12 16:43:38 UTC

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

2022-01-12 16:43:39 UTC

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

2022-01-12 16:47:34 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,MiscellaneousTools,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-12 16:47:35 UTC

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

2022-01-12 16:47:36 UTC

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

2022-01-12 16:47:37 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