Skip to content

Conversation

@alexghr
Copy link
Contributor

@alexghr alexghr commented Jan 20, 2026

Looks like the recent AMI change has changed the way docker pushes images. They are manifests now and the docker manifest create can't flatten a manifest in a manifest:

# yesterday's image
$ docker manifest inspect aztecprotocol/aztec:4.0.0-nightly.20260119-amd64 | jq .mediaType
"application/vnd.docker.distribution.manifest.v2+json"

# today's image
$ docker manifest inspect aztecprotocol/aztec:4.0.0-nightly.20260120-amd64 | jq .mediaType
"application/vnd.oci.image.index.v1+json"

CI logs from the nightly build:

04:16:46 Waiting for amd64 image to be pushed...
04:16:56 Waiting for amd64 image to be pushed...
04:17:08 docker.io/aztecprotocol/aztec:4.0.0-nightly.20260120-amd64 is a manifest list
04:17:08 + cleanup
04:17:08 + set +e
04:17:08 + '[' -n '' ']'
04:17:08 + '[' -n '' ']'
04:17:08 + '[' -n '' ']'
04:17:08 + local code=1

@alexghr alexghr requested a review from charlielye as a code owner January 20, 2026 09:56
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