vmware / vmware-aria-operations-integration-sdk

The VMware Aria Operations Integration SDK contains libraries, tools, and documentation for developing Management Packs for VMware Aria Operations. It is intended to make creating a Management Pack simple and fast, while allowing developers to use the language of their choice.
https://vmware.github.io/vmware-aria-operations-integration-sdk/
Apache License 2.0
13 stars 6 forks source link

Always add docker stack trace for docker related errors #317

Open quirogas opened 8 months ago

quirogas commented 8 months ago

Currently, we only show Docker stack trace for build-specific errors, but we should look into always offering it to help users find the root of their issue faster.

quirogas commented 8 months ago

https://github.com/vmware/vmware-aria-operations-integration-sdk/pull/314#discussion_r1361161343

quirogas commented 8 months ago

In order to be able to implement this feature, we have to move to the low-level API. With the high level, we don't get a better log for Dockerfile parse errors.