vmware-archive / dispatch

Dispatch is a framework for deploying and managing serverless style applications.
http://dispatchframework.io
Apache License 2.0
532 stars 58 forks source link

Strip unused binaries from OVA #734

Closed zjs closed 5 years ago

zjs commented 5 years ago

Bug Report

Expected behavior

The OVA is minimal in size.

Current behavior

The OVA currently includes unused dependencies.

Steps to reproduce

N/A

Impact

Possible solution

Audit dependencies to identify those which are not necessary for use or debugging of Dispatch, and remove them.

Your Environment

N/A

kars7e commented 5 years ago

Removed in #771