Skip to content

Disable image provenance for now#44

Merged
sikachu merged 1 commit into
masterfrom
disable-provenance
May 28, 2026
Merged

Disable image provenance for now#44
sikachu merged 1 commit into
masterfrom
disable-provenance

Conversation

@sikachu

@sikachu sikachu commented May 28, 2026

Copy link
Copy Markdown
Contributor

After switching to docker/build-push-action, we start pushing "image index" at the tag:

image

While this works, it does break some workflows as users now require to explicitly specify --platform to pull the image when they are not on linux/amd64.

This PR stops the generation of said image index, and restores the old behavior where we just have image at the tag:

image

I think we do want to build multi-platform image eventually, but it will involves refactoring the workflows and Dockerfile since we pin our base images at a digest (and digest differs from one platform to another). Hence, I want to do this quick fix to restore the old behaviour for now.

@sikachu sikachu requested a review from a team as a code owner May 28, 2026 01:28
@sikachu sikachu requested review from showwin and removed request for a team May 28, 2026 01:28

@showwin showwin left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks for the detailed explanation!

@sikachu sikachu added this pull request to the merge queue May 28, 2026
Merged via the queue into master with commit df20c93 May 28, 2026
8 checks passed
@sikachu sikachu deleted the disable-provenance branch May 28, 2026 05:00
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.

3 participants