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:
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/chainlinkECR:
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