Namespace
library
Image / Tag
mongo:4.0.8-windowsservercore-ltsc2016
Content Digest
sha256:da58eaabb7a7baa33bf3ce5c9adbde518048c81e06e08b7cdb0c2d2c0a59410c
Details
Created

2019-03-30 09:23:37 UTC

Size

5.33 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

70562c79cf88ac56666dc874699f2da50ec9a7dfc1583586db4b7db877dbcbd4

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.0.8


Layers

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

[#001] sha256:e0718b11f51220dd85c47a1d225be81c5ba343fbb45f9b43fe3d762c0a20300a - 27.41% (1.46 GB)

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

[#003] sha256:989c4fb636035a02724eb6eefd5c29cdf6c4a83a498ca69d4fa34fbbaa2c2270 - 0.0% (1.18 KB)

[#004] sha256:0d1278cb740f331c04f069c3dc0efbfcb668ee033313334502686e1ff17aece5 - 0.0% (1.19 KB)

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

[#006] sha256:56a9aa7d60867b0efdb1c8d6156b7cda783db771d2413e74e175908fd8d9c732 - 1.51% (82.4 MB)

[#007] sha256:a78b495eb3d988bdfcf6905475d39ace85e373e0adc61e377f745fb8edc9b3ea - 0.0% (1.19 KB)

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

[#009] sha256:2ce7cc8e6a690ff57e1f73b6f39a6c5f753ee91be9e2fdd8c458ccfc6f32eeb9 - 0.0% (1.19 KB)


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

Apply image 10.0.14393.0

2019-03-11 20:57:18 UTC

Install update 10.0.14393.2848

2019-03-15 09:43:18 UTC

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

2019-03-30 09:17:18 UTC

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

2019-03-30 09:17:19 UTC

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

2019-03-30 09:17:20 UTC

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

2019-03-30 09:23:32 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-03-30 09:23:34 UTC

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

2019-03-30 09:23:35 UTC

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

2019-03-30 09:23:37 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