ibm-cloud-architecture / Learning-Kabanero-101

Tutorials for Cloud Native with Cloud Pak for Applications
https://ibm-cloud-architecture.github.io/Learning-Kabanero-101
Other
3 stars 9 forks source link

Customize Appsody Stack #14

Closed csantanapr closed 5 years ago

csantanapr commented 5 years ago

Take one of the provided stacks as based and modify something, for example added tracing with jaeger.

csantanapr commented 5 years ago

As discussed the custom changes should be more simple For example use the nodejs-express stack.

  1. Make an new stack with a modify template change app.js and add README.md

  2. Make a new stack and modify the base image change from nodejs:10 to use nodejs:12

csantanapr commented 5 years ago

we used jaeger and env variables instead of nodejs version