Skip to content

SUSE/cf-java-buildpack-dependency-builder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Buildpack Dependency Builders

This project automates the building and publication of Java Buildpack dependency artifacts.

NOTE: OpenJDK is the only dependency that is actually built via this repository. For the rest of the dependencies, this repository serves as the automation of caching them in the Java Buildpack's respository.

Replicating Repository

To host the Java Buildpack dependency artifacts on your own server, first download the artifacts and index.yml files as described below, make them available at suitable locations on a web server, and then fork the Java buildpack and update its repository configuration to point at the web server.

All the artifacts and index.yml files may be downloaded using the replicate script.

To use the script, ensure that you have installed the AWS CLI and issue the following commands from the root directory of a clone of this repository:

BASE_URI=<BASE-URI> DESTINATION=<DESTINATION> ./replicate.sh
Environment Variable Description
BASE_URI A URI to replace https://java-buildpack.cloudfoundry.org with, in index.yml files. This value should be the network location that the repository is replicated to (e.g. https://internal-repository:8000/dependencies).
DESTINATION A filesystem location to replicate the repository to.

Available Artifacts

The list of available versions for each dependency can be found at the following locations.

Dependency Location
Azure Application Insights universal
Auto Reconfiguration universal
Client Certificate Mapper universal
Container Customizer universal
Container Security Provider universal
Google Stackdriver Debugger bionic, trusty
Groovy universal
JaCoCo universal
jvmkill bionic, mountainlion, trusty
MariaDB JDBC universal
Memory Calculator bionic, mountainlion, trusty
Metric Writer universal
New Relic universal
OpenJDK JDK bionic, mountainlion, trusty
OpenJDK JRE bionic, mountainlion, trusty
PostgreSQL JDBC universal
RedisStore universal
SkyWalking universal
Spring Boot CLI universal
tc Server universal
Tomcat Access Logging Support universal
Tomcat Lifecycle Support universal
Tomcat Logging Support universal
Tomcat universal
TomEE Resource Configuration universal
TomEE universal
Wildfly universal
YourKit bionic, mountainlion, trusty

Contributing

Pull requests are welcome; see the contributor guidelines for details.

License

The Builder is released under version 2.0 of the Apache License.


Update Locations

This table shows locations to check for new releases of cached dependencies. It is used primarily by Pivotal employees to keep the caches up to date.

Dependency Location
OpenJDK oracle, jdk8u

About

Automated building and publication of Java Buildpack dependency artifacts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 72.3%
  • Shell 17.5%
  • HTML 6.3%
  • Dockerfile 3.9%