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

Use released versions of the builder #214

Merged
merged 2 commits into from
Aug 12, 2024
Merged

Conversation

agners
Copy link
Member

@agners agners commented Aug 8, 2024

To build or test the builder, let's use a released version of the builder. This allows to fix the builder in case something got broken with a PR.

Also make sure that the test build is actually run with the builder just built (instead of pulling the latest version).

This mainly resolves the problem that we have currently a builder on the :latest tag which appears not properly signed. Unfortunately we can't easily test the signing part currently as signing is only done when publishing. So this might not resolve #212 just yet.

To build or test the builder, let's use a released version of the
builder. This allows to fix the builder in case something got broken
with a PR.
When testing, pulling the latest version makes the whole test kinda
pointless, as the last version currently published gets tested instead
of the just built one. Add a new argument so we can still reuse the same
builder action, but skip pulling to reuse the freshly built builder.
@agners
Copy link
Member Author

agners commented Aug 12, 2024

Once this is merged, we'll see if signing not working was a one-off issue in the Bump sigstore/cosign-installer from 3.5.0 to 3.6.0 (#211) publish action run or if this is reproducible (and most likely caused by #211). If the latter is the case, we'll have to revert #211 and further investigate why the version bump causes issues.

Copy link

@jbouwh jbouwh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM,
Thanks @agners 👍

@frenck frenck merged commit eca884e into master Aug 12, 2024
10 checks passed
@frenck frenck deleted the use-released-version-of-builder branch August 12, 2024 19:57
@agners
Copy link
Member Author

agners commented Aug 12, 2024

It seems that the new build indeed fixed the problem, the latest image correctly validates again 🤷‍♂️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cosign v3.6.0 issue
3 participants