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