Граф коммитов

69 Коммитов

Автор SHA1 Сообщение Дата
Björn Magnusson f9f5b6f6d8 Packs: corrected gradle docker image 2018-08-18 16:47:39 +02:00
Michelle Noorali 5af32ceee6 Merge pull request #838 from bjornmagnusson/gradle-pack-update
Updated gradle pack to java10
2018-07-30 16:17:30 -04:00
Björn Magnusson c383bee928 Updated gradle pack to java10 2018-07-10 23:39:00 +02:00
Björn Magnusson e0ff4a1993 Updated maven pack to java 10 2018-07-10 23:30:05 +02:00
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
Björn Magnusson e12c00f892 Updated nodejs dockerfile 2018-06-08 00:03:11 +02:00
Björn Magnusson ba8dceb15f Updated dockerfiles with build steps needed when not using onbuild 2018-06-07 23:53:44 +02:00
Dave Hillier 979404743c Update Dockerfile 2018-06-04 20:27:59 +01:00
Dave Hillier 5d4f822945 Bumped to 2.1 2018-06-04 20:25:28 +01:00
Björn Magnusson 6708082122 Updated Dockerfile to non-onbuild base images 2018-05-30 23:32:43 +02:00
Tristan Sloughter b5a50c99e5 add erlang pack and example 2018-05-29 21:28:09 -06:00
mlgibbons 1cb6abd34c Changed to use JAR file with dependencies 2018-05-12 08:11:51 +01:00
Michelle Noorali 6f3bf25a4f ref(packs): change default replicaCount to 1
bc we probably don't need 2 in dev as a default
2018-04-13 16:28:14 -04:00
Matthew Fisher 99609d959e Merge pull request #640 from bacongobbler/fix-pack-dockerignore
remove NOTICE and fix chart/ ref
2018-04-03 07:12:38 -07:00
Matthew Fisher bf0f708ce7 remove NOTICE and fix chart/ ref 2018-04-02 14:54:49 -07:00
Matthew Fisher 6126ee5909 remove dead detect script
This detect script was accidentally left behind, possibly due to a merge conflict long ago.
2018-04-02 14:46:58 -07:00
Michelle Noorali d69b0791fb Merge pull request #600 from radu-matei/auto-connect
Auto connect for draft up
2018-03-26 17:14:51 -04:00
Radu Matei 863c37c17a Remove build ID from label and add to annotation 2018-03-27 00:05:18 +03:00
Radu Matei 289f18fe11 Update packs with build ID label 2018-03-27 00:05:17 +03:00
Michelle Noorali 06042bf59f Merge pull request #461 from FGRibreau/rust-support
Rust support
2018-03-26 16:54:40 -04:00
Francois-Guillaume Ribreau 8eb34a9c2c fix: add ingress.enabled in values 2018-03-26 21:52:58 +02:00
Matthew Fisher df93916b17 Merge pull request #594 from bacongobbler/remove-heroku-notices
remove Heroku notices
2018-03-26 12:07:48 -07:00
Matthew Fisher 5942f88fe2 Merge pull request #590 from bacongobbler/fix-java-pack
make java pack accept any target output jarfile
2018-03-26 12:01:06 -07:00
Matthew Fisher 94af7d9bef mv chart charts 2018-03-22 14:50:35 -07:00
Matthew Fisher 486a501b7b remove Heroku notices
We've no longer relied on Heroku buildpacks for quite some time.
2018-03-22 14:49:37 -07:00
Matthew Fisher 2e9e268303 make java pack accept any target output jarfile 2018-03-21 09:12:03 -07:00
Matthew Fisher ad5db7864c add back ingress, disable by default 2018-03-19 15:48:02 -07:00
Matthew Fisher e02a7caf35 remove draftd 2018-03-19 15:48:02 -07:00
Francois-Guillaume Ribreau fd4aa9c715 Merge branch 'master' into rust-support 2018-02-10 10:58:01 +01:00
Cyrille Le Clerc 586689ca6e Use the Debian based Docker image instead of the Alpine image due to bugs with the JDK on Alpine. Fix #526 2018-02-06 09:41:28 +01:00
Cyrille Le Clerc e759dd970d `mvn` invocation should be non interactive (`--batch-mode`). Fix #524 2018-01-31 15:23:36 +01:00
Michelle Noorali 517f038551 Merge pull request #463 from kstrempel/clojure-support
Clojure support
2018-01-23 15:19:44 -05:00
James Strachan 3195ab4626 ignore common java work directories
to reduce the amount of data tarred up and POSTed to docker when building the docker image via the  command
2018-01-05 11:45:40 +00:00
François-Guillaume RIBREAU c808c39326 fix(patcks): remove swift typo 2018-01-03 08:34:55 +01:00
François-Guillaume RIBREAU 19a0b5b0ea fix(rust): remove autodetect 2018-01-03 08:34:42 +01:00
kstrempel 0f27720255 add clojure support to Draft 🎉 2018-01-03 05:58:23 +01:00
François-Guillaume RIBREAU 0a4f67e776 feat(rust): add rust support to Draft 🎉 2018-01-01 17:57:45 +01:00
Matthew Fisher 6d7d032b60 add Swift pack 2017-11-28 14:28:19 -08:00
Matthew Fisher d1933c70a1 bump ASP.NET to 2.0 2017-11-17 12:07:23 -08:00
Matthew Fisher e093e030eb remove redundant/confusing default values in packs
For the new pack developer, it's not known that these values are overwritten on `draft up`. Removing these will make it easier for new pack devs to approach pack development.
2017-11-15 09:08:28 -08:00
Michelle Noorali 17cbb2915d Merge pull request #425 from viktor-evdokimov/patch-1
Bump docker image to node 8.8 to support async etc
2017-11-01 14:39:23 -07:00
Viktor Evdokimov 523823e05c Bump docker image to node 8.8 to support async etc 2017-10-29 11:46:17 -07:00
Matthew Fisher c8f0886a99 add tmp/ to default .dockerignore for Ruby
tmp/ is commonly known as a temporary directory that should not be added
to the Docker image for Rails apps.
2017-10-26 09:10:10 -07:00
Matthew Fisher 63c7b575f9 rename chart/ to charts/ 2017-10-17 14:10:49 -07:00
Matthew Fisher 1873cbe2b3 switch default port to 3000 for Ruby apps 2017-10-10 16:00:57 -07:00
Matthew Fisher 4840c0b4ad add pack-repo plugin, install by default with `draft init`
This bootstraps the client with the `draft pack-repo` plugin, then installs or updates the packs using that plugin. This removes the existing functionality on how packs are written to ~/.draft/packs, but the workflow is identical to the end-user.
2017-10-06 10:44:05 -07:00
Matthew Fisher 735be8b21f remove healthchecks from default packs
Not all applications deployed are HTTP/1.1 applications, and not all of them
respond with a 2xx or a 3xx status code at /. A few examples would be
draftd, tiller, Deis' builder.
2017-09-29 14:36:43 -07:00
Michelle Noorali 28d0eef403 feat(*): make ingress configuration conditional 2017-09-12 11:49:28 -04:00
Matthew Fisher 2d8385af5f introduce language aliases
Sometimes, linguist comes up with odd names like "Maven POM", which is a Java app and should use the Java pack.
2017-09-05 08:40:36 -07:00
Michelle Noorali 7cec437da3 feat(packs): add draft label to charts in packs/ 2017-09-01 12:29:47 -04:00