Minor Changes
-
#22518
a5dffab- Removed support for Legacy Gas Station jobs. The functionality was already removed before, this change removes
the database tables and code related to it.#breaking_change #db_update #removed
Container Images
Core Image
DockerHub:
docker pull docker.io/smartcontract/chainlink:2.49.0
Amazon ECR Public:
docker pull public.ecr.aws/chainlink/chainlink:2.49.0
Digest: sha256:8aeb740ea29de2f7950a7f6dc29ce258fc12786a03564c5a1183e4627250672e
CCIP Image
Amazon ECR Public:
docker pull public.ecr.aws/chainlink/ccip:2.49.0-ccip
Digest: sha256:14f47db7475d7046f83c7dd3d1ac6c84e19dd1421611f5e2c8d29e08409b356e
Verification
Verify the image signatures using cosign:
Core Image:
cosign verify docker.io/smartcontract/chainlink@sha256:8aeb740ea29de2f7950a7f6dc29ce258fc12786a03564c5a1183e4627250672e \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity-regexp '^https://github.com/smartcontractkit/.*$' \
--certificate-github-workflow-repository smartcontractkit/chainlinkCCIP Image:
cosign verify public.ecr.aws/chainlink/ccip@sha256:14f47db7475d7046f83c7dd3d1ac6c84e19dd1421611f5e2c8d29e08409b356e \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--certificate-identity-regexp '^https://github.com/smartcontractkit/.*$' \
--certificate-github-workflow-repository smartcontractkit/chainlink