feat(release): harden template delivery workflows - #18
Open
mwaldheim wants to merge 3 commits into
Open
Conversation
mwaldheim
force-pushed
the
copilot/production-readiness-2026-07-24
branch
2 times, most recently
from
July 24, 2026 12:37
dda387f to
38ab188
Compare
Pin release and validation actions, validate immutable OCI promotion, fix registry dispatch authentication, keep template sync DCO-compliant, and remove the unsupported setup-go prerelease input. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Markus Waldheim <mawa@if.de>
mwaldheim
force-pushed
the
copilot/production-readiness-2026-07-24
branch
from
August 3, 2026 10:47
16226f0 to
438d7db
Compare
Reuse an existing immutable exact image after verifying its revision, version, and platform digests, and let GitHub select the Latest release to prevent older manual reruns from downgrading it. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Markus Waldheim <mawa@if.de>
Use the validation repository and architecture tag embedded in each OCI layout during resolve and copy operations, and enforce that reference shape in the workflow verifier. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Markus Waldheim <mawa@if.de>
tboerger
reviewed
Aug 7, 2026
| @@ -0,0 +1,42 @@ | |||
| #!/usr/bin/env python3 | |||
There was a problem hiding this comment.
Why does this have a python script while no other got it?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
publisher-dockerto the 43-repository template-sync inventoryValidation
actionlint -no-colorgolangci-lint run ./...go test ./...go build ./cmd/pluginscripts/verify-release-workflows.ps1Linux/Docker runtime caveat
Local validation ran on Windows without a Docker daemon. Linux shell and Docker build/scan/promotion paths remain covered by CI.