Namespace
library
Image / Tag
mongo:3.4.16-windowsservercore-1709
Content Digest
sha256:19deb8d2163780acebfaa691e5c383f023f64f4acdc3b52bb91ead3fc245eb79
Details
Created

2018-08-17 09:31:43 UTC

Size

2.96 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

d8be8b5b65d265f7dbdc38ffc2d07f26cb5613d9d50c21dd9dbb7000ff0ba967

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

3.4.16


Layers

[#000] sha256:5847a47b8593f7c39aa5e3db09e50b76d42aa8898c0440c70cc9c69747d4c479 - 71.58% (2.12 GB)

[#001] sha256:c4047f78756c2319eb99557ec7139906cf11af6c91aefcc0e44ac49a5481d8e4 - 26.37% (799 MB)

[#002] sha256:979b51c3a12a3db81990ebd92c5d5a3325e035f84c0503e987ede3bfd73f44df - 0.0% (1.16 KB)

[#003] sha256:45e65594c239211b861a65d61ce0eb963593a102a78111e8a6129945f2ac59c5 - 0.0% (1.17 KB)

[#004] sha256:4369ecc14b31cbcc26bc671723df8addd322f7a0c750420f41bda75ba6f86fa2 - 0.0% (1.17 KB)

[#005] sha256:007ca7f3574d61855dcad6054ac0a0fa2f4aa6f3a9f88556f3dc412dec1109d8 - 0.0% (1.17 KB)

[#006] sha256:025537dfc99a322de34eae6afc17f2885673be9c1534e6e2b9529d82bfdbf009 - 2.05% (62 MB)

[#007] sha256:305bff4534d6b43b5c744bbe7ee3a9c51d8a9f1fd75d60566e583af1c45fa8e8 - 0.0% (1.16 KB)

[#008] sha256:b006b3b726872d5a4969e1a98d654650d3d7bbc12292ff973c4c140f29764b3a - 0.0% (1.17 KB)

[#009] sha256:8fb8d02bc429580d958472309f8eb615d87cda20e67ee536ceb1daee1aa51109 - 0.0% (1.17 KB)


History
2017-09-29 14:43:28 UTC

Apply image 10.0.16299.15

2018-08-08 23:20:54 UTC

Install update 10.0.16299.611

2018-08-17 09:24:21 UTC

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

2018-08-17 09:29:30 UTC

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

2018-08-17 09:29:31 UTC

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

2018-08-17 09:29:32 UTC

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

2018-08-17 09:31:37 UTC

powershell -Command $ErrorActionPreference = 'Stop'; Write-Host ('Downloading {0} ...' -f $env:MONGO_DOWNLOAD_URL); (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.';

2018-08-17 09:31:39 UTC

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

2018-08-17 09:31:41 UTC

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

2018-08-17 09:31:43 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