Namespace
library
Image / Tag
mongo:4.4.0-rc11-windowsservercore-ltsc2016
Content Digest
sha256:4536b2646e03ed56eb49fd615fb95d1337c1ece6f631f426845a8e34e90765b1
Details
Created

2020-06-26 19:32:50 UTC

Size

5.73 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

eab49031c9d606eb09ce47ad408b3758c4a1c594ce1935be4a39ddf5dc818015

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.0-rc11


Layers

[#000] sha256:3889bb8d808bbae6fa5a33e07093e65c31371bcf9e4c38c21be6b9af52ad1548 - 66.21% (3.79 GB)

[#001] sha256:375fbabb84945635805b46a02a17ac15a3177bcaae7404cfab5f1ceb0460cb60 - 27.07% (1.55 GB)

[#002] sha256:30efe9163d37226b077b25cd93b088cebd2ddbaadf173d143b9fe0ddecaeae53 - 0.0% (1.12 KB)

[#003] sha256:83af79208d2871652ffee254e6edf158a9e417ffeb39ce76f6e68516e4ca972b - 0.0% (1.13 KB)

[#004] sha256:3fd155dc50eaf732e6345fc42e0e9e96963558a8ca298f1c96dd15379e3a5472 - 0.0% (1.14 KB)

[#005] sha256:94c424e512271806b0e69734e4ba3367a2bd056ab822e2161501f6034b341fca - 0.0% (1.1 KB)

[#006] sha256:aa043bfba06f9088cd5b762ff9e2bb4382f473632765ea688f4135abaf244f49 - 6.72% (394 MB)

[#007] sha256:a0475ac254cb4417fed657c04dc35fe760636c72601d9e12d475c59dacba60c8 - 0.0% (1.1 KB)

[#008] sha256:7ae10bbb08474f154178bf7134e45ea59764e6821b8f2632ed3ef2be48229a88 - 0.0% (1.13 KB)

[#009] sha256:9a436a5e1ee853548de1bf5f7392805a205d7e6b79a8a5cbd28a091d67e743c6 - 0.0% (1.12 KB)


History
2016-11-19 17:05:00 UTC

Apply image 1607-RTM-amd64

2020-06-01 18:53:00 UTC

Install update ltsc2016-amd64

2020-06-10 12:52:06 UTC

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

2020-06-26 19:14:55 UTC

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

2020-06-26 19:14:56 UTC

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

2020-06-26 19:14:57 UTC

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

2020-06-26 19:32:46 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', 'INSTALLLOCATION=C:\mongodb', 'ADDLOCAL=all' ); $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:\mongodb\bin\*.pdb -Force; Remove-Item C:\windows\installer\*.msi -Force; Remove-Item mongo.msi -Force; Write-Host 'Complete.';

2020-06-26 19:32:47 UTC

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

2020-06-26 19:32:48 UTC

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

2020-06-26 19:32:50 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