Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.02 KB

custom-distributions.adoc

File metadata and controls

20 lines (17 loc) · 1.02 KB

Custom distributions

This demo provides some custom distributions used later to build Docker images. The distributions are built automatically while building the demo.

Following custom distributions are present (including the given features)

  • order-service-full-runtime — the full distribution containing all features:

    • order-service-backend

    • order-service-normalizer

    • order-service-file

    • order-service-soap

    • order-service-rest

  • order-service-backend-runtime — the distribution containing the backend features:

    • order-service-backend

  • order-service-broker-runtime — the distribution containing the ActiveMQ broker and the normalizer feature:

    • order-service-normalizer

  • order-interfaces-full-runtime — the distribution containing the interface features:

    • order-service-file

    • order-service-soap

    • order-service-rest