chore: replace sloth image with signed ECR mirror - #4
Draft
ralph-bitgo[bot] wants to merge 1 commit into
Draft
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
2 times, most recently
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
Replace the unsigned slok/sloth image in Kubernetes manifests and the Helm golden output with the signed ECR mirror and digest. Keep the deployment image references aligned so CI and consumers use the signed image required by BitGo policy. Ticket: INF-2854 Session-Id: 7b5ec4bf-94a7-46ca-ad41-07ef07000d10 Task-Id: 861751e8-ea7a-4166-ada0-2f145cfed2f6
ralph-bitgo
Bot
force-pushed
the
inf-2854-replace-slok-sloth-image
branch
from
August 26, 2026 14:59
fefbae8 to
9bbb5ea
Compare
bitgo-ai-agent-dev
Bot
force-pushed
the
inf-2854-replace-slok-sloth-image
branch
from
August 26, 2026 14:59
9bbb5ea to
a95efdd
Compare
ralph-bitgo
Bot
force-pushed
the
inf-2854-replace-slok-sloth-image
branch
from
August 26, 2026 14:59
a95efdd to
a6edf05
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 are 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.
Test plan
go test ./...(fails only at the pre-existingTestPreEvaluationRuleParsetest onmain)helm lint deploy/kubernetes/helm/slothpassesTicket: INF-2854