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

2020-05-27 18:30:38 UTC

Size

5.39 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

2cfcb05237b05c480761421a78126fcc69761e8396c99e222dcd433c0c5230f1

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.4.0-rc7


Layers

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

[#001] sha256:b940e70a4619b357d89f3dcabf4ac263d1efc65e1ef3af64cb0e8fbeaccc64dd - 28.74% (1.55 GB)

[#002] sha256:78d9ecf24b3b7ef3e61c8b38d40e28e57a80552d6c97884f4cc142af2110ddff - 0.0% (1.12 KB)

[#003] sha256:b2152a451adb220520a5fca7a7f5ee9b59a5ee1c5890127e6d4e1513f1a6aeac - 0.0% (1.12 KB)

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

[#005] sha256:702fa76eb41d5a6a00c325ada2aaf92a55fcda20232abaa2ccfb38cd0e6b64dd - 0.0% (1.13 KB)

[#006] sha256:850bc1d85a1e940fec81fb23df0f146af25215abf892c9e4aa3920ee178a0240 - 0.88% (48.5 MB)

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

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

[#009] sha256:3f26a4c416d8d54aa9ad4186fed86dfe21d87ab19a8db9ed8659e0bc4841666e - 0.0% (1.13 KB)


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

Apply image 1607-RTM-amd64

2020-05-04 15:24:00 UTC

Install update ltsc2016-amd64

2020-05-13 13:13:18 UTC

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

2020-05-27 18:14:44 UTC

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

2020-05-27 18:14:45 UTC

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

2020-05-27 18:14:47 UTC

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

2020-05-27 18:30:33 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-05-27 18:30:35 UTC

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

2020-05-27 18:30:37 UTC

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

2020-05-27 18:30:38 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