| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-08-31 | 1.9 kB | |
| v2.62.0 source code.tar.gz | 2026-08-31 | 25.2 MB | |
| v2.62.0 source code.zip | 2026-08-31 | 28.1 MB | |
| Totals: 3 Items | 53.3 MB | 0 | |
Minor Changes
Patch Changes
Container Images
Core Image
DockerHub:
docker pull docker.io/smartcontract/chainlink:2.62.0
ECR:
docker pull public.ecr.aws/chainlink/chainlink:2.62.0
Digest: sha256:2cbd1cb3fe8406a09de744a132e1ffd00c0e44c901bb68b26a92cc81e3b6b441
Verification
Verify the image signatures using cosign:
Core Image: DockerHub:
:::bash
cosign verify docker.io/smartcontract/chainlink@sha256:2cbd1cb3fe8406a09de744a132e1ffd00c0e44c901bb68b26a92cc81e3b6b441 \
--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:2cbd1cb3fe8406a09de744a132e1ffd00c0e44c901bb68b26a92cc81e3b6b441 \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity-regexp '^https://github.com/smartcontractkit/.*$' \
--certificate-github-workflow-repository smartcontractkit/chainlink