| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-06 | 2.6 kB | |
| v2.54.0 source code.tar.gz | 2026-07-06 | 25.2 MB | |
| v2.54.0 source code.zip | 2026-07-06 | 28.1 MB | |
| Totals: 3 Items | 53.3 MB | 0 | |
Minor Changes
-
#22905
9570a4d- #nops: Hard-set UID and GID when CHAINLINK_USER is non-root, and document container RootDir and safe volume mount conventions for operators.
Patch Changes
- #22733
6624255- Require explicitdon_familyon every nodeset for local CRE topologies. Gateway connectors, gateway worker jobs, capabilities registry families, andenv workflow deployare scoped by family. Deploy resolves the target workflow DON via--don-family(with optional--shard-index) or--workflow-don-name, and requires--don-familywhen local CRE state is absent. #internal
Container Images
Core Image
DockerHub:
docker pull docker.io/smartcontract/chainlink:2.54.0
ECR:
docker pull public.ecr.aws/chainlink/chainlink:2.54.0
Digest: sha256:707ef2cd43456aa2f8a290a997147c49d32d5b77fe0f882f6b017ccf0f861ecf
Verification
Verify the image signatures using cosign:
Core Image: DockerHub:
:::bash
cosign verify docker.io/smartcontract/chainlink@sha256:707ef2cd43456aa2f8a290a997147c49d32d5b77fe0f882f6b017ccf0f861ecf \
--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:707ef2cd43456aa2f8a290a997147c49d32d5b77fe0f882f6b017ccf0f861ecf \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity-regexp '^https://github.com/smartcontractkit/.*$' \
--certificate-github-workflow-repository smartcontractkit/chainlink