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

[Spike]: Implement buildpack management endpoints for buildpacks #3551

Open
georgethebeatle opened this issue Oct 23, 2024 · 1 comment
Open

Comments

@georgethebeatle
Copy link
Member

Background

As of today only listing of buildpacks is implemented. Let's look into what it would mean to implement the rest of the endpoints. The goal is to cover the following commands:

   buildpacks                             List all buildpacks
   create-buildpack                       Create a buildpack
   update-buildpack                       Update a buildpack
   delete-buildpack                       Delete a buildpack

Spike outcome

  • Detailed stories for creating, updating and deleting of buildpacks
  • (Optinal) Proposal document for supporting buildpacks (if we feel that the matter is untrivial and we need some input/comments from the community)
@benjaminguttmann-avtq
Copy link
Contributor

Wouldn't it be possible to implement the create-buildpack as it is described in here => #3598 . To patch the kpack resources to introduce the new buildpack? If yes, I would like to try if I can make that happen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🧊 Icebox
Development

No branches or pull requests

2 participants