Namespace
library
Image / Tag
mongo:4.0.15-windowsservercore-1809
Content Digest
sha256:7bf1f87077b003bf038e90f5ce87fec36718930afaba9830ac92062c979b8b5a
Details
Created

2020-01-30 02:40:21 UTC

Size

2.48 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

0759502a0f0815936cdb909dd3df13b36504411011da2f37d093fcb40e04971a

MONGO_DOWNLOAD_URL

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

MONGO_VERSION

4.0.15


Layers

[#000] sha256:65014b3c312172f10bd6701a063f9b5aaf9a916c2d2cb843d406a6f77ded3f8d - 57.63% (1.43 GB)

[#001] sha256:edbd72df76b46e904108d2f61a63c295b3e3d8092dbd5a03bbeb2fb4d34a3e55 - 25.64% (651 MB)

[#002] sha256:2397868e5c7aa285f662aaa9309fa4756277739e11d589a663a204df80595f2c - 0.0% (1.16 KB)

[#003] sha256:bf9aebf286726532e9386728bf2d98fa496f36d82c4f91ca88f3be9a2e0b4317 - 0.0% (1.16 KB)

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

[#005] sha256:33767e648a6e646f1cb90363124ec67571264b7b696787e75a746aa8f26c5f64 - 0.0% (1.13 KB)

[#006] sha256:abdf6ace56d6936453059886990eec52c1de080da89c9afd3cc82794111c145b - 16.73% (425 MB)

[#007] sha256:c79355a7a4c740e68426b95308b8f40054c9dd46e3cb6e4d9650c5ac0a74eefa - 0.0% (1.13 KB)

[#008] sha256:c6bbba59bac076336c6f377cbb19139cf946e67a88014a32ec909162a2b90aa7 - 0.0% (1.16 KB)

[#009] sha256:c52c77e8162d40ed7a23e744cf5c684b2df86e0b3ada4f607b12764f4a9925fb - 0.0% (1.16 KB)


History
2018-09-15 09:10:26 UTC

Apply image 1809-RTM-amd64

2020-01-11 05:23:25 UTC

Install update 1809-amd64

2020-01-15 14:40:31 UTC

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

2020-01-30 02:21:29 UTC

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

2020-01-30 02:21:31 UTC

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

2020-01-30 02:21:32 UTC

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

2020-01-30 02:40:13 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.';

2020-01-30 02:40:16 UTC

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

2020-01-30 02:40:19 UTC

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

2020-01-30 02:40:21 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