Conversation
Unit Test Results0 tests 0 ✅ 0s ⏱️ Results for commit c2ce4d4. ♻️ This comment has been updated with latest results. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR introduces a Docker/ACR-backed build cache for Porter bundle builds to reduce Docker Hub pulls and improve CI build times.
Changes:
- Extend
bundle-buildin theMakefileto log into an optional CI cache ACR and export its FQDN for downstream scripts. - Update
devops/scripts/porter_build_bundle.shto configure a Docker buildx builder and pass registry cache parameters toporter buildwhen CI cache ACR is configured. - Document the enhancement in
CHANGELOG.mdunder ENHANCEMENTS.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| devops/scripts/porter_build_bundle.sh | Adds conditional Docker buildx builder setup and registry-based build cache configuration for Porter bundle builds. |
| Makefile | Wires CI cache ACR into the bundle build flow by logging in and exporting CI_CACHE_ACR_FQDN before calling the Porter build script. |
| CHANGELOG.md | Records the addition of Porter build cache in CI as an enhancement. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
marrobi
approved these changes
Jan 28, 2026
JC-wk
approved these changes
Jan 28, 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.
What is being addressed
With a recent upgrade of Porter we can introduce build cache much like we do with the application images we build. This will help with the following: