Ensure all project images are generated#31
Merged
JoshuaAFerguson merged 1 commit intoNov 16, 2025
Conversation
Consolidates three separate workflows into one comprehensive pipeline that builds, signs, and publishes all container images. Changes: - Fixed controller and API Dockerfiles to use TARGETARCH for proper multi-platform builds (linux/amd64 and linux/arm64) - Created new container-images.yml workflow that combines: - Multi-arch image builds with proper versioning - Cosign keyless signing for supply chain security - SBOM generation and attestation - Trivy vulnerability scanning - Helm chart updates on release - GitHub release creation with artifacts - Removed redundant workflows: - docker.yml (duplicated build logic) - build-images.yml (duplicated build logic) - image-signing.yml (merged into new workflow) All images are now: - Built for both amd64 and arm64 - Signed with Cosign (keyless, OIDC) - Scanned for vulnerabilities - Published with SBOMs and provenance This ensures all StreamSpace images are properly generated by GitHub Actions with full supply chain security and multi-platform support.
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.
Consolidates three separate workflows into one comprehensive pipeline that builds, signs, and publishes all container images.
Changes:
All images are now:
This ensures all StreamSpace images are properly generated by GitHub Actions with full supply chain security and multi-platform support.