python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How do I enable a Cloud Native Buildpacks builder to detect my Gradle Java project's Java version?
I'm having trouble getting either of the two Cloud Native Buildpacks builders I've tried (gcr.io/buildpacks/builder:v1 and paketobuildpacks/builder:base) to fully detect my desired Java version so tha...
Matt Welke
Votes: 0
Answers: 1
Configure container image labels using CNB Paketo Image-Labels-Buildpack and the lifecycle creator
We're using a CNB builder image inside a GitLab CI/CD pipeline in order to automatically build our application and bake it into an image.
Because we can't use docker in docker on our container orchest...

VeryDogeWow
Votes: 0
Answers: 1
Heroku Buildpacks with the CNB lifecycle creator - how to specifiy custom image labels?
We're using Heroku Buildpacks inside a GitLab CI/CD pipeline by triggering a job running the heroku builder image and then invoking the /cnb/lifecycle/creator directly, instead of using the pack CLI. ...

VeryDogeWow
Votes: 0
Answers: 2