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

[FEATURE REQ] Support custom build commands #616

Open
Clockwork-Muse opened this issue Feb 5, 2024 · 0 comments
Open

[FEATURE REQ] Support custom build commands #616

Clockwork-Muse opened this issue Feb 5, 2024 · 0 comments
Labels
feature InBacklog triage Issues that need to be looked at

Comments

@Clockwork-Muse
Copy link

Description.

For modern containerized application development, there's a few different ways to get completed container:

  • Manually write and maintain one or more Dockerfiles.
  • Use something like pack and the whole buildpack ecosystem to simplify the process (potentially not needing any configuration).
  • Use the language's standard build tool to create the image. This may require a plugin for some systems/tools (gradle for Java), but may just be built-in now (C#). May use pack under the covers.

It would be great if, instead of needing to manually maintain our own images (and potentially multiple different images for each target!), it would be great if instead the system could use buildpacks, or at minimum support custom build commands that could be used to do so.

@Clockwork-Muse Clockwork-Muse added feature triage Issues that need to be looked at labels Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature InBacklog triage Issues that need to be looked at
Projects
None yet
Development

No branches or pull requests

2 participants