shibarium: build heimdall from source (cometbft.Dockerfile) #15
Reference in New Issue
Block a user
Delete Branch "shibarium-heimdall-source-build"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Shibarium heimdall: build from source
A parallel change reverted
shibarium/cometbft.DockerfiletoFROM shibaone/heimdall:v1.0.7-bone— that image exists on no registry (shibaone ships source + .deb only), so the heimdall image build fails. This restores the source build: cloneshibaone/heimdall@${CL_VERSION},make install, then layer the CometBFT init entrypoint (init.sh+cometbft-common.sh).Pairs with vibe-node PR #79 (which sets
node_build: true+ the standaloneshibarium-mainnet-nodeservice name + salted/internal ports).bor.Dockerfileis already source-build on main and untouched here.Merge alongside #79, then
deploy-compose-repo rpc-de-10.🤖 Generated with Claude Code
A parallel change reverted this to FROM shibaone/heimdall:v1.0.7-bone — an image that exists on no registry, so the heimdall build fails. Restore the source build: clone shibaone/heimdall@${CL_VERSION}, make install, then layer the CometBFT init entrypoint. Pairs with vibe-node PR (node_build + standalone service name). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>