Minor Changes
Container Images
Core Image
DockerHub:
docker pull docker.io/smartcontract/chainlink:2.51.0
ECR:
docker pull public.ecr.aws/chainlink/chainlink:2.51.0
Digest: sha256:cb248a5182589b38347e2d3959851e2c7970dd782c96cc4f7e52e5d70f84f763
CCIP Image
ECR:
docker pull public.ecr.aws/chainlink/ccip:2.51.0-ccip
Digest: sha256:3d779bb1b5c518ca1cf28b4d3a46d87839e2220a70501238ee9c2c152bad09e0
Verification
Verify the image signatures using cosign:
Core Image:
DockerHub:
cosign verify docker.io/smartcontract/chainlink@sha256:cb248a5182589b38347e2d3959851e2c7970dd782c96cc4f7e52e5d70f84f763 \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity-regexp '^https://github.com/smartcontractkit/.*$' \
--certificate-github-workflow-repository smartcontractkit/chainlinkECR:
cosign verify public.ecr.aws/chainlink/chainlink@sha256:cb248a5182589b38347e2d3959851e2c7970dd782c96cc4f7e52e5d70f84f763 \
--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:3d779bb1b5c518ca1cf28b4d3a46d87839e2220a70501238ee9c2c152bad09e0 \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity-regexp '^https://github.com/smartcontractkit/.*$' \
--certificate-github-workflow-repository smartcontractkit/chainlink