ci: build amd64+arm64 docker images incl. SBOM#744
Merged
gildesmarais merged 8 commits intomasterfrom Jun 30, 2025
Merged
Conversation
Signed-off-by: Gil Desmarais <git@desmarais.de>
ef67477 to
26825d0
Compare
Signed-off-by: Gil Desmarais <git@desmarais.de>
5c2f97d to
6e740a1
Compare
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.
This pull request introduces significant updates to the CI/CD pipeline and documentation for the
html2rss-webproject. The changes enhance the Docker build and push workflow, improve caching, add Software Bill of Materials (SBOM) generation, and update the README to reflect these improvements.CI/CD Workflow Enhancements:
.github/workflows/test_build_push.ymlto include Docker Buildx setup, multi-platform image building, and caching for Docker layers. This improves efficiency and supports building images for multiple architectures.anchore/sbom-actionand upload it as a build artifact. This ensures better transparency and security in the supply chain.Documentation Updates:
README.mdto include information about the SBOM being embedded as an OCI label in the Docker image and its availability as a build artifact. This provides users with clear details on the supply chain improvements.