Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

java_se (64) Versions 8.51.0

Installs Oracle's Java SE JDK

Policyfile
Berkshelf
Knife
cookbook 'java_se', '= 8.51.0', :supermarket
cookbook 'java_se', '= 8.51.0'
knife supermarket install java_se
knife supermarket download java_se
README
Dependencies
Changelog
Quality 100%

Java SE Cookbook

Cookbook Version
Build Status
GitHub Issues

Installs Oracle's Java SE JDK.

The next scheduled critical patch update:

  • 20 October 2015

Requirements

  • Chef 11 or higher

Platforms

  • Windows

Usage

By adding java_se to a run_list or as a dependency you are accepting the
Oracle Binary Code License Agreement for Java SE.

Windows platform requires a reboot for JAVA_HOME and PATH to be set.

Attributes

  • node['java_se']['url'] - The URL which to download the Java SE JDKs. This can be a path to directory or file. Leave nil to download directly from Oracle. Default is nil.
  • node['java_se']['force_i586'] - Install i586 Java on x64 machine if true. For Linux and Windows only. Default is false.
  • node['java_se']['java_home'] - Alternative java_home location. Leave nil to use default location. Default is nil.

Examples

Download JDKs from alternative location:

{ 
  "java_se": {
    "url": 'https://s3.amazonaws.com/mybucket/java/'
  }
  ...
}

This will download the JDK that best matches platform criteria e.g., Windows 64-bit with force_i586 flag set to true
will match https://s3.amazonaws.com/mybucket/java/jdk-8u51-windows-i586.exe.
Note that the JDK file names must be the same as that found on Oracle's download page.

Versioning

This cookbook does NOT use SemVer for versioning.

The versioning scheme is RELEASE.UPDATE.PATCH where:

  1. RELEASE is the release of Java e.g. 8
  2. UPDATE is the Java critical patch update e.g. 51
  3. PATCH is the cookbook release for the update e.g. 0

Getting Help

Contributing

Please refer to CONTRIBUTING.

License

MIT - see the accompanying LICENSE file
for details.

Changelog

8.51.0

  • Initial release

Foodcritic Metric
            

8.51.0 passed this metric