Skip to content

docs: add build and packaging overview#2820

Merged
migmartri merged 2 commits into
chainloop-dev:mainfrom
migmartri:docs/build-and-packaging-overview
Mar 6, 2026
Merged

docs: add build and packaging overview#2820
migmartri merged 2 commits into
chainloop-dev:mainfrom
migmartri:docs/build-and-packaging-overview

Conversation

@migmartri

@migmartri migmartri commented Mar 6, 2026

Copy link
Copy Markdown
Member

Add a high-level overview of how Chainloop is built and packaged: GoReleaser, container images, dependency image rebuilds from Bitnami sources, Helm chart structure, and chart bumping on release.

Signed-off-by: Miguel Martinez <miguel@chainloop.dev>
Entire-Checkpoint: c53099c636f6
@migmartri migmartri added the documentation Improvements or additions to documentation label Mar 6, 2026

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

1 issue found across 1 file

Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="docs/build-and-packaging.md">

<violation number="1" location="docs/build-and-packaging.md:112">
P2: Documented make target `build_devel_container_images` doesn't exist — the actual Makefile target is `build_devel_container_mages` (typo, missing 'i'). Anyone following this doc will get an error. Either update the docs to match the Makefile, or (preferably) fix the typo in the Makefile and keep the docs as-is.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.

make build_devel

# Build binaries + container images locally (no signing)
make build_devel_container_images

@cubic-dev-ai cubic-dev-ai Bot Mar 6, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2: Documented make target build_devel_container_images doesn't exist — the actual Makefile target is build_devel_container_mages (typo, missing 'i'). Anyone following this doc will get an error. Either update the docs to match the Makefile, or (preferably) fix the typo in the Makefile and keep the docs as-is.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At docs/build-and-packaging.md, line 112:

<comment>Documented make target `build_devel_container_images` doesn't exist — the actual Makefile target is `build_devel_container_mages` (typo, missing 'i'). Anyone following this doc will get an error. Either update the docs to match the Makefile, or (preferably) fix the typo in the Makefile and keep the docs as-is.</comment>

<file context>
@@ -0,0 +1,113 @@
+make build_devel
+
+# Build binaries + container images locally (no signing)
+make build_devel_container_images
+```
</file context>
Fix with Cubic

Signed-off-by: Miguel Martinez <miguel@chainloop.dev>
Entire-Checkpoint: 673d9d0a9d7e

@jiparis jiparis left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks!

@migmartri migmartri merged commit 4479d73 into chainloop-dev:main Mar 6, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants