Skip to content

A Cloud Native Buildpack with an order definition suitable for Java applications

License

Notifications You must be signed in to change notification settings

cf-toolsuite/java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker.io/cftoolsuite/java-buildpack

The cf-toolsuite/java-buildpack for Java is a Cloud Native Buildpack with an order definition suitable for Java applications.

It is a derivative of paketo-buildpacks/java

Included Buildpacks

License

This buildpack is released under version 2.0 of the Apache License.

Clone

gh repo clone cf-toolsuite/java

Prerequisites

Build

pack buildpack package cftoolsuite/java-buildpack:latest --config ./package.toml --format image

Publish

docker login docker.io -u cftoolsuite -p <dckr_pat>
pack buildpack package cftoolsuite/java-buildpack:latest --config ./package.toml --format image --publish

Replace <dckr_pat> above with personal access token for named user account on https://hub.docker.com

Inner loop

If you're in the midst of updating the buildpack or builder, you can make use of scripts:

./scripts/start-local-registry.sh
./scripts/build.sh local
./scripts/stop-local-registry.sh
./scripts/teardown.sh

About

A Cloud Native Buildpack with an order definition suitable for Java applications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%