Skip to content

Commit

Permalink
Merge pull request #163 from tchughesiv/master
Browse files Browse the repository at this point in the history
Buildpack additions & java offline
  • Loading branch information
yudai committed Jun 18, 2016
2 parents f2f5e39 + bd3fcce commit e2817f3
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions manifests/template.yml
Expand Up @@ -27,7 +27,10 @@ jobs:
- route_registrar
- ruby-buildpack
- nodejs-buildpack
- java-buildpack
- java-offline-buildpack
- binary-buildpack
- go-buildpack
- staticfile-buildpack

properties:
networks:
Expand Down Expand Up @@ -80,11 +83,17 @@ properties:
staging_upload_password: c1oudc0w
install_buildpacks:
- name: java_buildpack
package: buildpack_java
package: buildpack_java_offline
- name: ruby_buildpack
package: ruby-buildpack
- name: nodejs_buildpack
package: nodejs-buildpack
- name: staticfile_buildpack
package: staticfile-buildpack
- name: binary_buildpack
package: binary-buildpack
- name: go_buildpack
package: go-buildpack
security_group_definitions:
- name: public_networks
rules:
Expand Down

0 comments on commit e2817f3

Please sign in to comment.