chore: merge-down main into dev#231
Merged
Merged
Conversation
feat: Dev merge to Main and introducing V2
ACR Standard SKU does not support OCI image indexes containing buildx attestation manifests, causing docker/build-push-action to fail with '400 Bad Request' on the manifest HEAD/PUT step. Set provenance: false on all docker/build-push-action@v6 steps in: - .github/workflows/docker-build-and-push.yml - .github/workflows/job-docker-build.yml Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…ce-acr-standard fix(ci): disable buildx provenance to fix ACR Standard push (400)
Adds Bicep CLI (v0.33.0+) to the local deployment prerequisites so users provisioning this accelerator locally have the required Bicep version installed before running 'azd up' / 'az deployment'. Work item: AB#42634
chore: Dev merge to main
docs: Add Bicep CLI (v0.33.0+) to local deployment prerequisites
Brings the following hotfix/doc commits from main back into dev: 3552f12 Merge PR #221 (psl-addBicepVer) 7474d9f docs: add Bicep CLI prerequisite to local deployment guide f0e9975 Merge PR #206 (hotfix/disable-buildx-provenance-acr-standard) 76fb954 fix(ci): disable buildx provenance to fix ACR Standard push (400) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Routine merge-down from main into dev to keep long-lived branches aligned, carrying forward recent CI workflow adjustments and a documentation prerequisite update.
Changes:
- Document Bicep CLI (v0.33.0+) as a local deployment prerequisite.
- Disable Docker Buildx provenance in GitHub Actions docker build/push steps to avoid ACR Standard push failures.
- Apply the provenance setting consistently across the reusable job workflow and the main build-and-push workflow.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| docs/DeploymentGuide.md | Adds Bicep CLI to local environment prerequisites. |
| .github/workflows/job-docker-build.yml | Disables buildx provenance for all image build/push steps in the reusable workflow. |
| .github/workflows/docker-build-and-push.yml | Disables buildx provenance for all image build/push steps in the main workflow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Roopan-Microsoft
approved these changes
May 8, 2026
|
🎉 This PR is included in version 2.0.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
Routine merge-down of main into dev.
Brings 6 commits from main (4 unique by content, 2 are merge commits) back into dev so the two long-lived branches don't drift further apart.
Commits picked up
Files changed (vs dev)
.github/workflows/docker-build-and-push.yml | 3 +++ .github/workflows/job-docker-build.yml | 3 +++ docs/DeploymentGuide.md | 1 + 3 files changed, 7 insertions(+)Notes
ortstrategy.Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com