-
Notifications
You must be signed in to change notification settings - Fork 523
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
Add HelidonGenerator to add opinionated container image for Helidon applications #1714
Comments
Hi, I would like to contribute to the above issue. I'm a first time contributor and this is mandatory for my course work. I'm willing to learn the concepts related to it while solving it. Could you please assign it to me. |
@vaishnavi-ramanujapuram : I'm afraid this might not be an issue for newcomers. But if you want to try it I won't stop you. In order to work on this, you'd need to learn about Helidon, Docker, and JKube. You need to add a module similar to https://github.com/eclipse/jkube/tree/master/jkube-kit/jkube-kit-micronaut |
…ntainer images for Helidon projects (eclipse-jkube#1714) Signed-off-by: Rohan Kumar <[email protected]>
…ntainer images for Helidon projects (eclipse-jkube#1714) + Add jkube-kit-helidon module which contains generator for creating opinionated ImageConfiguration for Helidon Signed-off-by: Rohan Kumar <[email protected]>
…ntainer images for Helidon projects (eclipse-jkube#1714) + Add jkube-kit-helidon module which contains generator for creating opinionated ImageConfiguration for Helidon Signed-off-by: Rohan Kumar <[email protected]>
…ntainer images for Helidon projects (eclipse-jkube#1714) + Add jkube-kit-helidon module which contains generator for creating opinionated ImageConfiguration for Helidon Signed-off-by: Rohan Kumar <[email protected]>
…ntainer images for Helidon projects (eclipse-jkube#1714) + Add jkube-kit-helidon module which contains generator for creating opinionated ImageConfiguration for Helidon Signed-off-by: Rohan Kumar <[email protected]>
…ntainer images for Helidon projects (eclipse-jkube#1714) + Add jkube-kit-helidon module which contains generator for creating opinionated ImageConfiguration for Helidon Signed-off-by: Rohan Kumar <[email protected]>
…ntainer images for Helidon projects (eclipse-jkube#1714) + Add jkube-kit-helidon module which contains generator for creating opinionated ImageConfiguration for Helidon Signed-off-by: Rohan Kumar <[email protected]>
…ntainer images for Helidon projects (eclipse-jkube#1714) + Add jkube-kit-helidon module which contains generator for creating opinionated ImageConfiguration for Helidon Signed-off-by: Rohan Kumar <[email protected]>
…ntainer images for Helidon projects (eclipse-jkube#1714) + Add jkube-kit-helidon module which contains generator for creating opinionated ImageConfiguration for Helidon Signed-off-by: Rohan Kumar <[email protected]>
…ntainer images for Helidon projects (eclipse-jkube#1714) + Add jkube-kit-helidon module which contains generator for creating opinionated ImageConfiguration for Helidon Signed-off-by: Rohan Kumar <[email protected]>
…ntainer images for Helidon projects (eclipse-jkube#1714) + Add jkube-kit-helidon module which contains generator for creating opinionated ImageConfiguration for Helidon Signed-off-by: Rohan Kumar <[email protected]>
…ntainer images for Helidon projects (eclipse-jkube#1714) + Add jkube-kit-helidon module which contains generator for creating opinionated ImageConfiguration for Helidon Signed-off-by: Rohan Kumar <[email protected]>
…ntainer images for Helidon projects (#1714) + Add jkube-kit-helidon module which contains generator for creating opinionated ImageConfiguration for Helidon Signed-off-by: Rohan Kumar <[email protected]>
Component
JKube Kit
Task description
Description
Child of #1475
Just like other frameworks, we need to add opinionated container image creation support for Helidon. For that, we need to add HelidonGenerator in a new module
jkube-kit-helidon
that would get activated whenio.helidon.build-tools:helidon-maven-plugin
is present in project.Expected Behavior
Use should be able to generate container images in zero configuration with Helidon framework
Acceptance Criteria
The text was updated successfully, but these errors were encountered: