ci: switch reth-x to public ECR (multi-arch + per-chain aliases) - #24
Merged
Conversation
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
Migrate reth-x writer CI (
build.yml+release.yml) from private ECR to the shared public ECR repo, multi-arch, with per-chain writer aliases.Changes (both build.yml and release.yml)
294354037686.dkr.ecr.ap-northeast-1.amazonaws.com→public.ecr.aws/b2h7a5c4/chaintableblockchain-rethx→reth-x(repo-level image name)ap-northeast-1→us-east-1(public ECR is us-east-1 only)[amd64]→[amd64, arm64]configure-aws-credentials@v1(no role) →@v4withrole-to-assume: secrets.AWS_ROLE_ARNregistry-type: publicid-token: write(OIDC)merge-docker-manifestjob: builds the repo-level multi-arch manifest from the two arch tags, then for each chain inCHAINScreates a<chain>-writeralias pointing at the same digest. release.yml additionally tagslatest.plasma botanixPer-chain images produced
reth-x(repo-level multi-arch)plasma-writerbotanix-writerPreserved quirks
docker build/docker pushflow withgit submodule update --init --recursive(kept, not switched to build-push-action).--short=7revision format (reth-x existing convention).OP_IMAGEenv var left declared (op-reth fork lineage; unused in build steps as before).TARGETPLATFORM-aware (amd64 setsx86-64-v3 + pclmulqdqRUSTFLAGS; arm64 falls through to native default).Notes