Skip to content

fix(ci): remove unsupported cosign bundle flag - #11413

Merged
mudler merged 1 commit into
masterfrom
fix/cosign-bundle-flag
Aug 7, 2026
Merged

fix(ci): remove unsupported cosign bundle flag#11413
mudler merged 1 commit into
masterfrom
fix/cosign-bundle-flag

Conversation

@localai-bot

Copy link
Copy Markdown
Collaborator

Description

The backend manifest merge matrix installs Cosign v2.4.1, which emits the current Sigstore bundle format by default and rejects --new-bundle-format. The unsupported option caused 151 independent merge jobs in run 31170503750 to fail after their manifests had been published.

This removes the invalid option from the Quay and Docker Hub signing commands while retaining recursive OCI 1.1 referrer signing. It also updates the producer contract test to require the supported signing arguments and reject a future reintroduction of the deprecated flag.

Notes for Reviewers

Failure: https://github.com/mudler/LocalAI/actions/runs/31170503750/job/92892669856

Tested with:

  • bash scripts/build/backend-signing_test.sh
  • make test-build-scripts
  • git diff --check

Signed commits

  • Yes, I signed my commits.
  • Documentation updated (docs/content/) for user-facing changes, or not applicable

Cosign v2.4.1 emits the current Sigstore bundle format by default and rejects --new-bundle-format. Keep recursive OCI 1.1 referrer signing, and update the producer contract test to reject the unsupported option.

Assisted-by: Codex:gpt-5
@mudler
mudler merged commit 5ff25d9 into master Aug 7, 2026
67 of 69 checks passed
@mudler
mudler deleted the fix/cosign-bundle-flag branch August 7, 2026 15:51
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.

2 participants