Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Azul Zulu as alternative jre #306

Closed
wants to merge 3 commits into from

Conversation

Ekaterina001
Copy link
Contributor

@Ekaterina001 Ekaterina001 commented Jun 22, 2016

Zulu is a tested and certified build of OpenJDK, see zulu.org for more
details.

In order to use Zulu JREs instead of OpenJDK, you must comment out the
OpenJDK line and uncomment the Zulu line in config/components.yml file.

To use Zulu JRE instead of OpenJDK without forking java-buildpack,
set environment variable:

cf set-env <app_name> JBP_CONFIG_COMPONENTS
'{jres: ["JavaBuildpack::Jre::ZuluJRE"]}'

cf restage <app_name>

Issue: #303

Zulu is a tested and certified build of OpenJDK, see zulu.org for more
details.

In order to use Zulu JREs instead of OpenJDK, you must comment out the
OpenJDK line and uncomment the Zulu line in config/components.yml file.

To use Zulu JRE instead of OpenJDK without forking java-buildpack,
set environment variable:

cf set-env <app_name> JBP_CONFIG_COMPONENTS
'{jres: ["JavaBuildpack::Jre::ZuluJRE"]}'

cf restage <app_name>

Issue: cloudfoundry#303
@cfdreddbot
Copy link

Hey Ekaterina001!

Thanks for submitting this pull request!

All pull request submitters and commit authors must have a Contributor License Agreement (CLA) on-file with us. Please sign the appropriate CLA (individual or corporate).

When sending signed CLA please provide your github username in case of individual CLA or the list of github usernames that can make pull requests on behalf of your organization.

If you are confident that you're covered under a Corporate CLA, please make sure you've publicized your membership in the appropriate Github Org, per these instructions.

Once you've publicized your membership, one of the owners of this repository can close and reopen this pull request, and dreddbot will take another look.

---
jre:
version: 1.8.0_+
repository_root: "http://cdn.azul.com/zulu/bin"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Ekaterina001 Is there an https form of this repository? We favor SSL connections wherever possible.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that the contents of the index.yml found at this location, should also use https when possible.

@nebhale
Copy link
Contributor

nebhale commented Jul 15, 2016

@Ekaterina001 Good updates. We're going to have a meeting next week to discuss this contribution a bit more, but from a technical perspective we're good to go. Thanks for the quality work and quick updates.

@nebhale nebhale closed this in e643ddc Jul 26, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants