Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[US] Configure buildpack builder image #2470

Closed
rohanKanojia opened this issue Nov 22, 2023 · 1 comment · Fixed by #2940
Closed

[US] Configure buildpack builder image #2470

rohanKanojia opened this issue Nov 22, 2023 · 1 comment · Fixed by #2940
Assignees
Milestone

Comments

@rohanKanojia
Copy link
Member

rohanKanojia commented Nov 22, 2023

Component

JKube Kit

Task description

Related to #439

As a user using JKube to build the container image of my application leveraging buildpacks, I want to configure buildpack builder image to something else, so that I can override the base image from which the buildpack's build environment is constructed.

Expected Behavior

As a user, I'm able to customize buildpack builder image, so that I can change the way buildpacks are building application's container image.

Acceptance Criteria

Given:

  • User wants to build image of his application leveraging buildpacks.
  • User wants to use different builder image than default builder image

When:

  • User provides builderImage in jkube's image configuration

Then:

  • JKube uses the user provided builderImage in the buildpack build
@sunix sunix changed the title Add options for configuring buildpack build [US] Configure buildpack builder image Dec 4, 2023
@rohanKanojia
Copy link
Member Author

To tackle this, we first might want to get #2378 in. This adds configuration options of BuildStrategies other than docker inside ImageConfiguration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants