github smartcontractkit/chainlink v2.61.0

5 hours ago

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/chainlink

ECR:

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

🔗 Full Changelog

View full changelog

📊 Diff from Previous Release

View changes from v2.60.0

Don't miss a new chainlink release

NewReleases is sending notifications on new releases.