draft-classic/packs
Matthew Fisher 9f845ac95c Merge pull request #800 from bjornmagnusson/packs-no-onbuild
Use non-onbuild base images in packs
2018-06-13 14:48:41 -07: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 ref(packs): change default replicaCount to 1 2018-04-13 16:28:14 -04:00
java Changed to use JAR file with dependencies 2018-05-12 08:11:51 +01:00
javascript Updated nodejs dockerfile 2018-06-08 00:03:11 +02: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
        |-...