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

Revert "wolfictl: track wolfictl releases instead of building from git HEAD" #113

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

jonjohnsonjr
Copy link
Collaborator

This reverts commit 3b391f5.

Rationale:

Consistency. All the other tools in the sdk image are built from HEAD and only require cutting a tolls release and updating digests. Contrast that with wolfictl, which requires cutting a wolfictl release, bumping it in wolfi-dev/os, waiting for the build infrastructure to publish the APK, then cutting a tools release, then updating digests. I didn't realize that wolfictl had a different release lifecycle for the sdk image from all the other tools, so I expected some changes to be present in our postsubmit that just weren't, which is leading to a lot of toil.

Convenience. See above. It takes a long time to actually land a change to our build infrastructure if we have to roundtrip through wolfi first.

Circular Dependencies. If something is broken with wolfi's builds because there's a bug in wolfictl, we won't be able to fix it because updating the sdk image requires releasing a new wolfictl APK, which requires wolfi's build infrastructure to work.

…t HEAD"

This reverts commit 3b391f5.

Signed-off-by: Jon Johnson <jon.johnson@chainguard.dev>
Signed-off-by: Jon Johnson <jon.johnson@chainguard.dev>
Signed-off-by: Jon Johnson <jon.johnson@chainguard.dev>
@jonjohnsonjr jonjohnsonjr marked this pull request as draft May 9, 2024 03:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant