Namespace
library
Image / Tag
mongo:4.2.0-windowsservercore-1803
Content Digest
sha256:26b2682de398b95f7aec27717dca66e6e190f2e6b0068a5174a23adcde24d49f
Details
Created

2019-10-09 23:45:40 UTC

Size

2.62 GB

Content Digest
Environment
MONGO_DOWNLOAD_SHA256

f1a4f3771563a747a26d8a22990483dcfb6a0f68026672edd5996fdbee35cbcc

MONGO_DOWNLOAD_URL

https://downloads.mongodb.org/win32/mongodb-win32-x86_64-2012plus-4.2.0-signed.msi

MONGO_VERSION

4.2.0


Layers

[#000] sha256:d9e8b01179bfc94a5bdb1810fbd76b999aa52016001ace2d3a4c4bc7065a9601 - 58.91% (1.55 GB)

[#001] sha256:d8f170766a535406983bc5b2ee79c71e7926e6f5580d50e3cb2540aaf4aeb32a - 24.44% (657 MB)

[#002] sha256:90030bef52c1e56c368152caf2b49023ca68edf1bf671c52894a0ddc874d529d - 0.0% (1.17 KB)

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

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

[#005] sha256:122e752bb831085ca567848fb4501146fc04e44cb796367ead53bfe865ad6ea8 - 0.0% (1.16 KB)

[#006] sha256:937ae4e8c2d872f32407904734e84f70d7c5311d9173bdaf07fc34fa69ffbd79 - 16.64% (447 MB)

[#007] sha256:130a0381e9cbc06027f76790b475a52db213eb6b9ffda0f10f170bac725c39ba - 0.0% (1.17 KB)

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

[#009] sha256:190dc85711d207cbb026c549cafe639e0a34544dba65704357cad149338f910c - 0.0% (1.11 KB)


History
2018-04-12 09:20:54 UTC

Apply image 1803-RTM-amd64

2019-10-06 14:03:04 UTC

Install update 1803-amd64

2019-10-09 14:30:59 UTC

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

2019-10-09 23:27:51 UTC

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

2019-10-09 23:27:52 UTC

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

2019-10-09 23:27:53 UTC

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

2019-10-09 23:45:34 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-10-09 23:45:36 UTC

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

2019-10-09 23:45:38 UTC

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

2019-10-09 23:45:40 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