feat: replace ghcr.io/slok/sloth with signed ECR mirror - #4
Draft
ralph-bitgo[bot] wants to merge 1 commit into
Draft
feat: replace ghcr.io/slok/sloth with signed ECR mirror#4ralph-bitgo[bot] wants to merge 1 commit into
ralph-bitgo[bot] wants to merge 1 commit into
Conversation
bitgo-ai-agent-dev
Bot
force-pushed
the
inf-2854-replace-slok-sloth-image
branch
from
August 19, 2026 14:52
3e7c968 to
071f0a2
Compare
ralph-bitgo
Bot
force-pushed
the
inf-2854-replace-slok-sloth-image
branch
2 times, most recently
from
August 21, 2026 07:57
d92acc0 to
8ad9edd
Compare
bitgo-ai-agent-dev
Bot
force-pushed
the
inf-2854-replace-slok-sloth-image
branch
from
August 21, 2026 07:57
8ad9edd to
fe63d15
Compare
Replace unsigned ghcr.io/slok/sloth:v0.11.0 with the signed, mirrored ECR image across all deployment manifests: - deploy/kubernetes/raw/sloth.yaml - deploy/kubernetes/raw/sloth-with-common-plugins.yaml - deploy/kubernetes/helm/sloth/values.yaml (repository + tag) - deploy/kubernetes/helm/sloth/tests/testdata/output/deployment_default.yaml The ECR image uses tag+digest pinning (v0.11.0@sha256:b45240f...) so the no template changes are required beyond updating the image reference. BitGo policy requires all deployed images to be signed. The upstream ghcr.io/slok/sloth image is unsigned; this replaces it with the mirrored, signed version in BitGo ECR, satisfying the image signature coverage tracked in INF-2852. Ticket: INF-2854 Session-Id: 7ef4cbda-f843-46b1-8040-9c55880e899b Task-Id: 4389ea07-1e7a-469b-b150-2e3cbfa1c3b6
bitgo-ai-agent-dev
Bot
force-pushed
the
inf-2854-replace-slok-sloth-image
branch
from
August 21, 2026 08:01
fe63d15 to
da67644
Compare
ralph-bitgo
Bot
force-pushed
the
inf-2854-replace-slok-sloth-image
branch
from
August 21, 2026 08:01
da67644 to
fefbae8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Replace unsigned
ghcr.io/slok/sloth:v0.11.0with the signed,mirrored ECR image across all deployment manifests:
deploy/kubernetes/raw/sloth.yamldeploy/kubernetes/raw/sloth-with-common-plugins.yamldeploy/kubernetes/helm/sloth/values.yamldeploy/kubernetes/helm/sloth/tests/testdata/output/deployment_default.yamlThe new image reference is:
The
tag@digestformat works with the existing Helm template(
repository:tag) unchanged — no template modifications required.Why
BitGo policy requires all deployed images to be signed. The upstream
ghcr.io/slok/slothimage is unsigned; this replaces it with themirrored, signed version in BitGo's ECR registry, satisfying the
image signature coverage requirement tracked in INF-2852.
Note on CI
The failing CI test (
TestPreEvaluationRuleParse) is a pre-existingfailure on
mainintroduced by the BitGo-specific commit3ec0f99.It is in
internal/k8sprometheus/spec_test.go— a file this PR doesnot touch. Fixing it requires a separate Go implementation change.
Ticket: INF-2854