ci: retire the frontend image build - #267
Merged
Merged
Conversation
Image builds, multi-arch manifest assembly, and the umbrella chart dispatch are owned by constructorfabric/insight, which holds the frontend sources under src/frontend/. The image name and tag format are unchanged, so charts, values files and environment overlays need no edit. Retention for the insight-front package stays here; the published manifest is scanned by the monorepo's trivy-images.yml. Refs constructorfabric/insight#1818 Signed-off-by: Aleksandr Barkhatov <pm@aleks.bar>
📝 WalkthroughWalkthroughThe .github/workflows/docker.yml file is deleted, removing Docker build, scan, and publish steps from this repository. Comments in ci.yml, ghcr-cleanup.yml, and trivy.yml are updated to reference the external constructorfabric/insight workflow for image publishing and scanning instead of docker.yml. ChangesWorkflow documentation update after docker.yml removal
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
aleksdotbar
marked this pull request as draft
August 4, 2026 12:33
ktursunov
approved these changes
Aug 4, 2026
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.
Frontend image builds belong to
constructorfabric/insight, which owns thesources under
src/frontend/. Two publishers race the mutablelatesttag;this leaves one.
overlays need no edit.
insight-frontpackage stays here.ci.yml,trivy.yml,ghcr-cleanup.ymldropreferences to the removed file.
ci.yml,semgrep.yml,trivy.yml,trufflehog.ymlkeep gating open PRs.image between this landing and the monorepo building it —
latestfreezes atthe last build.
Refs constructorfabric/insight#1818