Engine

A list of engines to generate target artifacts for.

An engine is the underlying environment that will be used to run the component.

Example:

engines:
  - type: docker
    image: "bash:4.0"
  - type: native

id

Type: String

Id of the engine.

Example:

id: foo

type

Type: String

Specifies the type of the engine.