Skip to content

Comments

Fixes to make Sync to AWS ECR work again#1024

Merged
oxpa merged 3 commits intonginx:masterfrom
thresheek:syncfixes
Feb 20, 2026
Merged

Fixes to make Sync to AWS ECR work again#1024
oxpa merged 3 commits intonginx:masterfrom
thresheek:syncfixes

Conversation

@thresheek
Copy link
Member

Proposed changes

This PR fixes image syncs to AWS ECR Public, broken recently by Docker v29 updates on GitHub actions runner infrastructure. Previously, in Docker v28, we were able to create manifests by skipping the annotation parts; this no longer works in v29. The solution is to migrate to buildx imagetools.

On top of that, move tabs to spaces to be consistent with other scripts in the repo, and add otel image to the sync.

`docker manifest` cli invocation does not support oci indexes with
multiple manifests;  move to buildx to create and push the manifests
instead.
@thresheek thresheek requested a review from a team as a code owner February 17, 2026 22:44
@oxpa oxpa merged commit 541029e into nginx:master Feb 20, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants