-
Notifications
You must be signed in to change notification settings - Fork 47
kbld integration with maven-jib #527
Copy link
Copy link
Open
Labels
carvel acceptedThis issue should be considered for future work and that the triage process has been completedThis issue should be considered for future work and that the triage process has been completedenhancementThis issue is a feature requestThis issue is a feature request
Metadata
Metadata
Assignees
Labels
carvel acceptedThis issue should be considered for future work and that the triage process has been completedThis issue should be considered for future work and that the triage process has been completedenhancementThis issue is a feature requestThis issue is a feature request
Type
Projects
Status
No status
Describe the problem/challenge you have
We are currently using maven jib to build the docker image for spring boot java application and would like to build it using the kbld from the source. Something very similar to the existing bazel support feature requested here.
Describe the solution you'd like
Given a helm chart which uses java application docker image, kbld should be able to build the image from source.
To build docker image using maven jib, user should be able to write
Configin the helm chart which will be read by kbld to build the image. Example,image sha256 of the locally built image can be found at
target/jib-image.digest, ref : GoogleContainerTools/jib#1443Perquisites
Vote on this request
This is an invitation to the community to vote on issues, to help us prioritize our backlog. Use the "smiley face" up to the right of this comment to vote.
👍 "I would like to see this addressed as soon as possible"
👎 "There are other more important things to focus on right now"
We are also happy to receive and review Pull Requests if you want to help working on this issue.