-
Notifications
You must be signed in to change notification settings - Fork 111
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 automation to re-generate sample builders when lifecycle is published #801
Comments
Hey @natalieparellano, Would love to work on this one, Can you please explain this a little, I am unable to access slack thread! |
@Dhruv-Sachdev1313 that is awesome to hear! At a high level, this is about setting up collaboration between buildpacks/lifecycle and buildpacks/samples, so that we always pull in the latest lifecycle. On buildpacks/lifecycle, we'll want to send a On buildpacks/samples, when we register the event, we'll want to rebuild the samples, by adding
and we can do the editing as part of the workflow. I hope this is helpful - please feel free to reach out further if you have any questions. cc @buildpacks/learning-maintainers as this contribution also affects their repo :) |
Hi @natalieparellano,
Thanks! |
Hi @glokta1! I think a new workflow file will be fine. For this issue, we just want to send the dispatch to |
The workflow will trigger on published releases of lifecycle. Samples will be rebuilt on receiving dispatch events and updated with the latest lifecycle version. See buildpacks#801
The workflow will trigger on published releases of lifecycle. Samples will be rebuilt on receiving dispatch events and updated with the latest lifecycle version. See buildpacks#801 Signed-off-by: glokta1 <[email protected]>
Ensures sample builders are up-to-date with the lifecycle. See buildpacks/lifecycle#801 Signed-off-by: glokta1 <[email protected]>
Alternative idea: add a Possibly we could move this issue over to pack so that the work could be done there first - @jjbustamante @buildpacks/platform-maintainers WDYT? |
Description
This will ensure the sample builders are kept up-to-date with the lifecycle.
Proposed solution
Slack thread
The text was updated successfully, but these errors were encountered: