-
Notifications
You must be signed in to change notification settings - Fork 529
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
Supporting drone pipelines #1534
Comments
Sounds good. |
@manusa - this more done at the client side than at server side. The What do you think about this? |
😅 Well, I guess I haven't checked the Drone project that much. Yes, this sounds good. I understand that the pipeline would generate a container image and maybe push it to the cluster's registry? (This more being related to #767 #439) So I'm still not sure if this is what we'd achieve, but being able to run: mvn package k8s:build -Djkube.build.strategy=drone # k8s:push # (maybe this too) and having the container image built remotely, would be awesome. In this case, besides the .drone.yaml, the build should behave similarly to what we have in the S2i build. The package should be piped to the remote server. However, I understand this might be a further step on the initial implementation. |
It will be nice if you can play with it to get some more idea and thoughts
s2i is close but then the Drone is pipelines are run using containers just like tekton but little simpler :)
This might be a good one. We could also add watch so that we can trigger the pipelines when source changes ?
Yes, I want to have the very basics to be working first, then we can keep improving. |
Hey @kameshsampath, is the plan, you to contribute a first draft of this feature and us to review it? Let us know. |
yes @sunix thats the plan |
Allright 🙏🏼 |
Description
Drone is continuous delivery tool that uses containers to build pipelines. As a Java developer I would like to have JKube generate a standard
.drone.yml
for the Java project then use that YAML to trigger Drone pipelines.Support for Drone pipelines to build the Java projects.
CC: @manusa , @rohanKanojia
The text was updated successfully, but these errors were encountered: