snowdrop / team

Repository hosting daily tasks, general information, wiki, tricks, ...
3 stars 0 forks source link

Buildpack Library Requirements Gathering #367

Closed BarDweller closed 2 years ago

BarDweller commented 3 years ago

Requirements Questions: These need answers from people who might consume this client as a library...

BarDweller commented 3 years ago

Current capabilities: https://github.com/BarDweller/java-buildpack-client/blob/main/src/com/redhat/buildpack/BuildPackBuilder.java

TODO:

BarDweller commented 3 years ago

Looking at https://quarkus.io/guides/container-image (and the corresponding code for the jib/docker/s2i extensions) to understand what they provide/offer, and how well that will mesh with the Buildpack model.

Need to confirm Quarkus project behavior with the paketo.io Java buildpack. Expect regular project to work, but Native will likely require a custom buildpack (either via builder image, or via buildpack addon dir)

BarDweller commented 3 years ago

This one hasn't gone totally quiet.. =)

Will need to add support to the Java Buildpack Client to allow builds against a Docker Registry, which will mean passing Configuration information.

Some progress being made re if the Quarkus Builder Image will be in a registry somewhere that the client can pull from too.

BarDweller commented 2 years ago

Closing this one, as the library now has it's own snowdrop docker repo, where future enhancements can be tracked as Issues.