Namespace
library
Image / Tag
mongo:4.4.0-rc12-windowsservercore-ltsc2016
Content Digest
sha256:b1ba9f21ebd21d2627f9a72b1bd16263ba9f3940994a4ccfe05b2be1c6c3d4fd
Details
Created

2020-07-06 19:53:32 UTC

Size

5.73 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

878808010793c330f1c1e0f73b917e4a48c2484cef8f727848a99dd387cce3da

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.0-rc12


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:a54ffbdaf3aadb6b317220cf4e92b11a6de1c5cb2cc18dfa65f0f74174289503 - 0.0% (1.13 KB)

[#004] sha256:850856c450c610fe936d4092b2601b2e51954d4c2911765fdcbacd35c9265e16 - 0.0% (1.1 KB)

[#005] sha256:9d696a21e0be15b220b32f5f1573e4f255971a8f4a4c4b5058a3ab7c9a82b24d - 0.0% (1.13 KB)

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

[#007] sha256:d6a1110553f1f1924f90747aaa9041b000ae8821e1e66550514c67d3430e3911 - 0.0% (1.11 KB)

[#008] sha256:f42d6bf1851c5d28ec6834c663101351f365a3a3a86169e31f91931f0233a853 - 0.0% (1.12 KB)

[#009] sha256:882c76b8dbdc7c09c1cfcf05d32aef3a22187b433540e1c1b6c46c2cafd669f5 - 0.0% (1.15 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-07-06 19:35:02 UTC

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

2020-07-06 19:35:03 UTC

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

2020-07-06 19:35:04 UTC

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

2020-07-06 19:53:29 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-07-06 19:53:30 UTC

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

2020-07-06 19:53:31 UTC

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

2020-07-06 19:53:32 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