Namespace
library
Image / Tag
mongo:3.4.19-windowsservercore-ltsc2016
Content Digest
sha256:a0e93207bb871fe932fb8a74e6fb8b4970343c317cfe211711dd630ed50d994a
Details
Created

2019-02-14 10:18:07 UTC

Size

5.33 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

b268ab57eebc13835d945e7e90338b4d2076ea5eb36169d6253af9e6e76061a4

MONGO_DOWNLOAD_URL

https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.4.19-signed.msi

MONGO_VERSION

3.4.19


Layers

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

[#001] sha256:b479a92ce115faf181c1196d762b00f05ec9aa83dc2fec2b7ca094c8d6e1bfff - 27.45% (1.46 GB)

[#002] sha256:33e3f629f8e74d92de73bbc723579547f0dd6f434077ae65e3418c97061f6c4f - 0.0% (1.18 KB)

[#003] sha256:2c8826511f54a974110695ba9f5a51b9313fee2c9a11afcc0d22de2edb7f5fd6 - 0.0% (1.18 KB)

[#004] sha256:601ac18e2c51930850914713a15aa4fb0073412eba38cf2e968c48912eb0534e - 0.0% (1.18 KB)

[#005] sha256:2f376bfbf6157181011c5b53c60f9cb83d29b1316259af770fd6cc0da0795f25 - 0.0% (1.18 KB)

[#006] sha256:efd7fb5f58c8c42ad1d6c83a7f0a3b1f0a1cf018e58496be27f8c17d15ce7dc9 - 1.4% (76.4 MB)

[#007] sha256:2a699803b58fad0b76c77635ab5642eeef600a414e4be50332050726f13631ea - 0.0% (1.18 KB)

[#008] sha256:71d6933a190ba46626256549ea1ac8e26cd720ecafc098abbbfb6342f8f67607 - 0.0% (1.18 KB)

[#009] sha256:b0122674cd1a9151fe0982e2e4bb80f5d91716b699f20ac1f0374cce60076e53 - 0.0% (1.18 KB)


History
2018-09-18 20:20:50 UTC

Apply image 10.0.14393.0

2019-02-11 20:08:57 UTC

Install update 10.0.14393.2791

2019-02-14 10:15:14 UTC

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

2019-02-14 10:15:15 UTC

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

2019-02-14 10:15:17 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) ENV MONGO_DOWNLOAD_URL=https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2008plus-ssl-3.4.19-signed.msi

2019-02-14 10:15:18 UTC

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

2019-02-14 10:18:03 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'); 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.';

2019-02-14 10:18:04 UTC

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

2019-02-14 10:18:06 UTC

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

2019-02-14 10:18:07 UTC

powershell -Command $ErrorActionPreference = 'Stop'; #(nop) CMD ["mongod"]

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