draft-classic/packs
Björn Magnusson 29d07cfc8c Packs: update javascript to node:10 2019-02-13 20:14:44 +01:00
..
clojure Updated Dockerfile to non-onbuild base images 2018-05-30 23:32:43 +02:00
csharp Update Dockerfile 2018-06-04 20:27:59 +01:00
erlang add erlang pack and example 2018-05-29 21:28:09 -06:00
go Updated dockerfiles with build steps needed when not using onbuild 2018-06-07 23:53:44 +02:00
gradle Packs: upgraded to jdk11 2018-10-14 11:51:05 +02:00
java Packs: upgraded to jdk11 2018-10-14 11:51:05 +02:00
javascript Packs: update javascript to node:10 2019-02-13 20:14:44 +01:00
php ref(packs): change default replicaCount to 1 2018-04-13 16:28:14 -04:00
python Updated dockerfiles with build steps needed when not using onbuild 2018-06-07 23:53:44 +02:00
ruby Updated dockerfiles with build steps needed when not using onbuild 2018-06-07 23:53:44 +02:00
rust ref(packs): change default replicaCount to 1 2018-04-13 16:28:14 -04:00
swift ref(packs): change default replicaCount to 1 2018-04-13 16:28:14 -04:00
README.md rename chart/ to charts/ 2017-10-17 14:10:49 -07:00

README.md

Built-in Packs

This directory contains the built-in Draft packs which are installed via draft init.

If you are interested in creating your own packs, you can simply create those packs in your local $(draft home)/packs directory.

packs/github.com/Azure/draft/packs
  |
  |- PACKNAME
  |     |
  |     |- charts/
  |     |    |- Chart.yaml
  |     |    |- ...
  |     |- Dockerfile
  |     |- detect
  |     |- ...
  |
  |- PACK2
        |-...