Minor Changes
Container Images
Core Image
DockerHub:
docker pull docker.io/smartcontract/chainlink:2.46.0
Amazon ECR Public:
docker pull public.ecr.aws/chainlink/chainlink:2.46.0
Digest: sha256:8cf9b2b19371a4b17c559cae27e520307003b6cade15fd1c93caa6b1498096d3
CCIP Image
Amazon ECR Public:
docker pull public.ecr.aws/chainlink/ccip:2.46.0-ccip
Digest: sha256:cf93018cf5577cd09723f454ddef80492c421d0fd2f49585dc8ea21c43ced138
Verification
Verify the image signatures using cosign:
Core Image:
cosign verify docker.io/smartcontract/chainlink@sha256:8cf9b2b19371a4b17c559cae27e520307003b6cade15fd1c93caa6b1498096d3 \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity-regexp '^https://github.com/smartcontractkit/.*$' \
--certificate-github-workflow-repository smartcontractkit/chainlinkCCIP Image:
cosign verify public.ecr.aws/chainlink/ccip@sha256:cf93018cf5577cd09723f454ddef80492c421d0fd2f49585dc8ea21c43ced138 \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity-regexp '^https://github.com/smartcontractkit/.*$' \
--certificate-github-workflow-repository smartcontractkit/chainlink