IBM / cloudpakforapps-workshop

A two day workshop on IBM's Cloud Pak for Application platform -- https://ibm.github.io/cloudpakforapps-workshop/
Apache License 2.0
5 stars 17 forks source link

Day 2 initializes with incubator stack from upstream instead of kabanero collection #89

Closed timroster closed 4 years ago

timroster commented 4 years ago

Customize a stack uses the command: appsody stack create my-nodejs-express --copy incubator/nodejs-express

which creates a stack starting point that is not compatible with the code pattern. Also it doesn't follow from the collection that the user will later use as the basis for adding the stack.

Need to update day 1 setup to add the 0.2.1 collection as a repo to the appsody cli and then use that repository for the customize stack lab.

timroster commented 4 years ago

Unfortunately this collection also fails with stack creation.

$ appsody stack create my-nodejs-express --copy kabanero/nodejs-express
[Error] Invalid stack name: myrepo/nodejs-express. Stack name must be in the format <repo>/<stack>