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.
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. |
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 |
Contrast Security | universal |
Google Stackdriver Debugger | bionic |
Groovy | universal |
JaCoCo | universal |
Java CfEnv | universal |
jvmkill |
bionic |
MariaDB JDBC | universal |
Memory Calculator | bionic |
Metric Writer | universal |
New Relic | universal |
OpenJDK JDK | bionic |
OpenJDK JRE | bionic |
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 |
WSO2 Microgateway Runtime | universal |
WSO2 Microgateway Toolkit | universal |
YourKit | bionic |
Pull requests are welcome; see the contributor guidelines for details.
The Builder is released under version 2.0 of the Apache License.
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 |