File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed
Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 11# codewind-templates
2- Central repository for storing list of supported code templates for you use in codewind
2+ Central repository for storing list of supported code templates for use in codewind
33
44# /devfiles/index.json
5- This file is generated by the build.sh and then running the docker image as created by the build step. DO NOT manually edit this file
5+ This file is generated and MUST NOT be manually edited.
6+
7+ 1 . Run [ build.sh] ( https://github.com/microclimate-dev2ops/codewind-templates/blob/master/build.sh ) to build the dockerfile.
8+ 2 . Run the dockerfile mounting a local directory
9+ ``` sh
10+ docker run -v /myDirectory/codewind-templates/devfiles:/build/devfiles/ microclimate-dev2ops/codewind-templates
Original file line number Diff line number Diff line change 33 "displayName" :" Java MicroProfile template" ,
44 "description" :" Cloud Microservice Starter for Java - MicroProfile / Java EE" ,
55 "language" :" java" ,
6- "projectType" :" liberty " ,
6+ "projectType" :" java " ,
77 "location" :" https://github.com/microclimate-dev2ops/javaMicroProfileTemplate" ,
88 "links" : {"self" :" /devfiles/javaMicroProfileTemplate/devfile.yaml" }
99}
4747 "location" :" https://github.com/microclimate-dev2ops/microclimateGoTemplate" ,
4848 "links" : {"self" :" /devfiles/goTemplate/devfile.yaml" }
4949}
50+ ,{
51+ "displayName" :" Java Lagom template" ,
52+ "description" :" Template for building Lagom Reactive microservice in Java" ,
53+ "language" :" java" ,
54+ "projectType" :" docker" ,
55+ "location" :" https://github.com/microclimate-dev2ops/lagomJavaTemplate" ,
56+ "links" : {"self" :" /devfiles/lagomJavaTemplate/devfile.yaml" }
57+ }
5058]
You can’t perform that action at this time.
0 commit comments