Namespace
library
Image / Tag
mongo:4.4.12-windowsservercore-1809
Content Digest
sha256:2e06fba0b40fd8ba31c9f9aba87e63169fa4c566760c6ac1ff62e70bcf29c0ca
Details
Created

2022-02-09 17:08:23 UTC

Size

2.75 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

a46ddabb46813c509555bdb012e34f0aadd12b5348a23ad7206fc18ac5a2fcd0

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.12


Layers

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

[#001] sha256:1bd78008c728d8f9e56dc2093e6eb55f0f0b1aa96e5d0c7ccc830c5f60876cdf - 33.67% (949 MB)

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

[#003] sha256:a76c4b6870ab21985e40c2b40d58fbcb5ddf96549ce78fa2e3eb82a24aa55f8f - 0.0% (1.35 KB)

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

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

[#006] sha256:88c1c8c170184b71ca298f7895aa3ccc2a6b2241a4a6b73c96c91a1af2cfdee2 - 8.19% (231 MB)

[#007] sha256:55223b62440eff09c1ccdd779dd4a7309158d5f4fd1d88aa6cc0109025608cb6 - 0.0% (1.35 KB)

[#008] sha256:10a8b4a4824cd0b3b3b45eaf6d74348be472453b7183cef9d4c14190977ab976 - 0.0% (1.39 KB)

[#009] sha256:495b9f7341fa15c984a7e91dcf4e45e9803d78a8374c384c47b47c891f9850d8 - 0.0% (1.39 KB)


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

Apply image 1809-RTM-amd64

2022-02-02 19:28:56 UTC

Install update 1809-amd64

2022-02-09 15:04:17 UTC

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

2022-02-09 17:05:23 UTC

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

2022-02-09 17:05:24 UTC

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

2022-02-09 17:05:25 UTC

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

2022-02-09 17:08:19 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-02-09 17:08:20 UTC

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

2022-02-09 17:08:21 UTC

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

2022-02-09 17:08:23 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