IBM ends support for this buildpack on August 13, 2024. No further updates from IBM will occur after this date. The strategic alternative is the Paketo Buildpack for Liberty.
IBM WebSphere Application Server Liberty Buildpack
The liberty-buildpack is a Cloud Foundry Buildpack for running applications on IBM’s WebSphere Application Server Liberty Profile.
Usage
To deploy applications using the IBM WebSphere Application Server Liberty Buildpack, you are required to accept the IBM Liberty license and IBM JRE license by following the instructions below:
Extract the D/N: <License code> from the Liberty-License and JVM-License.
Add the following environment variables and extracted license codes to the manifest.yml file in the directory from which you push your application. For further information on the format of
the manifest.yml file refer to the manifest documentation.
After you have set the license acceptance environment variables, use the following command to deploy the application with the IBM WebSphere Application Server Liberty Buildpack:
IBM ends support for this buildpack on August 13, 2024. No further updates from IBM will occur after this date. The strategic alternative is the Paketo Buildpack for Liberty.
IBM WebSphere Application Server Liberty Buildpack
The
liberty-buildpackis a Cloud Foundry Buildpack for running applications on IBM’s WebSphere Application Server Liberty Profile.Usage
To deploy applications using the IBM WebSphere Application Server Liberty Buildpack, you are required to accept the IBM Liberty license and IBM JRE license by following the instructions below:
Read the current IBM Liberty-License and the current IBM JVM-License.
Extract the
D/N: <License code>from the Liberty-License and JVM-License.Add the following environment variables and extracted license codes to the
manifest.ymlfile in the directory from which you push your application. For further information on the format of themanifest.ymlfile refer to the manifest documentation.After you have set the license acceptance environment variables, use the following command to deploy the application with the IBM WebSphere Application Server Liberty Buildpack:
Documentation
All Documentation is available in the Docs folder of the buildpack.
Running Tests
To run the tests, do the following:
If you want to use the RubyMine debugger, you may need to install additional gems.
Contributing
Pull requests are welcome; see the contributor guidelines for details.