ci(release): rebuild release workflow with image matrix, umbrella chart and sbom#338
Merged
Conversation
…rt and sbom build all five service images from the root Dockerfile via ARG SERVICE plus the web image, sign each with cosign, and package a new fincore-engine umbrella helm chart over the ledger, payments and web sub-charts. wire the cyclonedx gradle plugin so cyclonedxBom emits an aggregate SBOM, and validate the umbrella chart in helm-test ci. replace the tag-incompatible release-please step with action-gh-release.
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.
What
Rebuilds the broken release pipeline into a production-grade one.
ARG SERVICE, web viaweb/Dockerfile), multi-arch, each cosign-signed. The old workflow built only ledger and pointed at a non-existentservices/ledger/Dockerfile.deploy/helm/fincore-engineover the ledger/payments/web sub-charts with per-service enable toggles. The old workflow packaged a chart path that did not exist.cyclonedxBomaggregate) and uploadsbuild/reports/cyclonedx/bom.json.release-pleasestep withaction-gh-release.umbrella-testjob tohelm-test.yml(dependency build + lint + template + kubeconform).Verification
./gradlew cyclonedxBom-> aggregate SBOM, 442 components.helm dependency build+helm lint+helm templateon the umbrella chart: clean, 14 manifests.docker build --build-arg SERVICE=decision .succeeds, proving theARG SERVICEmatrix for the non-ledger services.Built chart artifacts (
charts/,Chart.lock) are gitignored.