| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-09-14 | 3.0 kB | |
| v2.64.0 source code.tar.gz | 2026-09-14 | 22.5 MB | |
| v2.64.0 source code.zip | 2026-09-14 | 25.4 MB | |
| Totals: 3 Items | 48.0 MB | 0 | |
Minor Changes
-
#23620
c7a3dc3- #added Adding new experimental tasks in pipeline package. Anchor, Normalize, Sample, Staleness, WeightedMean. -
#23485
940eb99- #added Durable caching of OrgResolver owner->orgID mappings (backed by Postgres,CRE.Linking.DurableCacheEnabled, enabled by default).
The ocr2automation OCR2 plugin type is no longer supported: job specs with
pluginType = "ocr2automation" will now fail validation. The
OCR2.CaptureAutomationCustomTelemetry config field has been removed, and the
automation-custom, ocr2-automation and ocr3-automation telemetry types no
longer exist. The evm_upkeep_states table is dropped by migration 0305. The
chaincli tool and the devenv automation and log poller E2E suites are removed.
#removed #breaking_change
Container Images
Core Image
DockerHub:
docker pull docker.io/smartcontract/chainlink:2.64.0
ECR:
docker pull public.ecr.aws/chainlink/chainlink:2.64.0
Digest: sha256:f4b9e52e798543f60c0f9a7e7d0b8dfd8eb2d77a1eaa7b82329cf02217a4fc7c
Verification
Verify the image signatures using cosign:
Core Image: DockerHub:
:::bash
cosign verify docker.io/smartcontract/chainlink@sha256:f4b9e52e798543f60c0f9a7e7d0b8dfd8eb2d77a1eaa7b82329cf02217a4fc7c \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity-regexp '^https://github.com/smartcontractkit/.*$' \
--certificate-github-workflow-repository smartcontractkit/chainlink
ECR:
:::bash
cosign verify public.ecr.aws/chainlink/chainlink@sha256:f4b9e52e798543f60c0f9a7e7d0b8dfd8eb2d77a1eaa7b82329cf02217a4fc7c \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity-regexp '^https://github.com/smartcontractkit/.*$' \
--certificate-github-workflow-repository smartcontractkit/chainlink