| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-09-21 | 2.1 kB | |
| v2.65.0 source code.tar.gz | 2026-09-21 | 22.5 MB | |
| v2.65.0 source code.zip | 2026-09-21 | 25.4 MB | |
| Totals: 3 Items | 48.0 MB | 1 | |
Minor Changes
Patch Changes
- #23723
174ffeb- #internal Label theenclave_execution_failurescounter witherror_type("user" or "system") so alerts on confidential-workflow enclave failures can exclude user-caused ones, such as a workflow that exceeds its enclave execution budget.
Container Images
Core Image
DockerHub:
docker pull docker.io/smartcontract/chainlink:2.65.0
ECR:
docker pull public.ecr.aws/chainlink/chainlink:2.65.0
Digest: sha256:4beb2f0759f1ce77e175f9a54685263deaa3ad462dd593fd79d4cd9d3ee147b4
Verification
Verify the image signatures using cosign:
Core Image: DockerHub:
:::bash
cosign verify docker.io/smartcontract/chainlink@sha256:4beb2f0759f1ce77e175f9a54685263deaa3ad462dd593fd79d4cd9d3ee147b4 \
--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:4beb2f0759f1ce77e175f9a54685263deaa3ad462dd593fd79d4cd9d3ee147b4 \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity-regexp '^https://github.com/smartcontractkit/.*$' \
--certificate-github-workflow-repository smartcontractkit/chainlink